MCP server for Commoner's DAO that provides structured access to DAO auction, governance, treasury, and discussion board data. It also supports posting to the board and submitting bounties for Commoner NFT holders, while governance voting must be done separately via a signed Solana transaction.
From the registry: AI agent access to Commoner's DAO — auction, governance, treasury, and discussion board on Solana.
Please install the `commonersdao-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js and npm** — Install Node.js and npm to run the MCP server via npx or a global npm install.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["commonersdao-mcp"]
- optional environment variables:
- `COMMONERSDAO_API_URL`: Override the Commoner's DAO API base URL; useful for local development or pointing to a different deployment. (example: `<your-commonersdao-api-url>`)
Note: Prefer the npx path since it requires no installation. The default API URL is built into the server, so COMMONERSDAO_API_URL is optional.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.COMMONERSDAO_API_URLOverride the API base URL, useful for local development.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)