Back to Browse

Commoners Web MCP Server

Developer ToolsModerate5.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI agent access to Commoner's DAO — auction, governance, treasury, and discussion board on Solana.

About

AI agent access to Commoner's DAO — auction, governance, treasury, and discussion board on Solana.

Security Report

5.7
Moderate5.7Moderate Risk

Valid MCP server (2 strong, 4 medium validity signals). 7 known CVEs in dependencies (0 critical, 1 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override the API base URL. Defaults to https://commonersdao.com. Useful for local development.Optional

Environment variable: COMMONERSDAO_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-commiegod-commonersdao-mcp": {
      "env": {
        "COMMONERSDAO_API_URL": "your-commonersdao-api-url-here"
      },
      "args": [
        "-y",
        "commonersdao-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Reviews

No reviews yet

Be the first to review this server!