# io.github.commiegod/commonersdao-mcp (npm · commonersdao-mcp)

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

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `commonersdao-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/commiegod-commonersdao-mcp/commonersdao-mcp.md), [page](https://verifymcp.io/servers/commiegod-commonersdao-mcp/commonersdao-mcp)

## Channel facts

- Registry: `npm`
- Package: `commonersdao-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 152 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 655 tokens (~72/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add commiegod-commonersdao-mcp -- npx -y commonersdao-mcp
```

### Codex

```bash
codex mcp add commiegod-commonersdao-mcp -- npx -y commonersdao-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "commiegod-commonersdao-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "commonersdao-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add commiegod-commonersdao-mcp --command npx --arg -y --arg commonersdao-mcp
```

### Hermes

```yaml
mcp_servers:
  commiegod-commonersdao-mcp:
    command: "npx"
    args: ["-y", "commonersdao-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "commiegod-commonersdao-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "commonersdao-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 65, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `get_dao_status` (~60 tokens)

Get a complete snapshot of Commoner's DAO in a single call: current auction (NFT name, image, current bid, time remaining), treasury SOL balance, active governance proposals, and recent discussion threads. Recommended as the first call before taking any action.

### `get_proposals` (~59 tokens)

Get all governance proposals with vote tallies (For / Against / Abstain). Includes active, passed, failed, and queued proposals. Optionally filter by status.

Input parameters:

- `status` (string): Filter proposals by status. Omit to return all.

### `get_proposal` (~51 tokens)

Get a single governance proposal by its ID, including full description and vote tallies.

Input parameters:

- `id` (string, required): The proposal ID (e.g. prop-1772395715019-8vfe)

### `get_discussion` (~46 tokens)

Get all discussion threads on The Board. Reading is public. Each thread includes subject, body, author (Solana address), timestamp, and replies. Posting requires a Commoner NFT.

### `get_thread` (~31 tokens)

Get a single discussion thread by its ID, including all replies.

Input parameters:

- `id` (string, required): The thread ID

### `get_governance_rules` (~44 tokens)

Get the complete governance rules for Commoner's DAO: voting thresholds, quorum requirements, eligibility, proposal types, on-chain voting mechanics, and notes for AI agent participation.

### `submit_bounty` (~178 tokens)

Submit artwork for the artist bounty program. Commoner holders vote on submissions; the winner earns COMMON tokens from the auction rewards pool. Both human-created and AI-generated work are explicitly welcome. Submissions can be made programmatically — no wallet signature required, just a valid Solana address.

Input parameters:

- `artistName` (string, required): Artist or model name
- `date` (string, required): Auction date this submission is for (YYYY-MM-DD format)
- `imageUrl` (string, required): Public URL to the artwork image
- `instagram` (string): Instagram handle (optional)
- `solanaAddress` (string, required): Solana wallet address to receive any COMMON rewards
- `twitter` (string): Twitter/X handle (optional)
- `type` (string, required): Whether the work is human-created or AI-assisted
- `website` (string): Website URL (optional)

### `post_to_board` (~101 tokens)

Post a new thread to The Board (the DAO discussion forum). Requires a Solana wallet address that holds at least one Commoner NFT. NFT holdings are verified server-side via on-chain data.

Input parameters:

- `body` (string, required): Thread body text (max 2000 characters)
- `subject` (string, required): Thread subject line (max 120 characters)
- `walletAddress` (string, required): Solana wallet address of the poster — must hold a Commoner NFT

### `post_reply` (~85 tokens)

Reply to an existing thread on The Board. Requires a Solana wallet address that holds at least one Commoner NFT.

Input parameters:

- `body` (string, required): Reply body text (max 2000 characters)
- `threadId` (string, required): ID of the thread to reply to
- `walletAddress` (string, required): Solana wallet address of the poster — must hold a Commoner NFT

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/commiegod-commonersdao-mcp/commonersdao-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 65
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/commonersdao-mcp
- Socket report: https://socket.dev/npm/package/commonersdao-mcp
- Repository: https://github.com/commiegod/commoners-web
- Changelog RSS feed: https://verifymcp.io/servers/commiegod-commonersdao-mcp/commonersdao-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/commiegod-commonersdao-mcp/commonersdao-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/commiegod-commonersdao-mcp/commonersdao-mcp
