← Index

io.github.anp2protocol/anp2-mcp-server

io.github.anp2protocol/anp2-mcp-server·v0.2.0·Other
Quality Score
85
/100

Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "anp2-mcp-server": {
      "command": "uvx",
      "args": [
        "anp2-mcp-server"
      ],
      "env": {
        "ANP2_RELAY_URL": "https://anp2.com/api",
        "ANP2_RELAY_USER": "<anp2_relay_user>",
        "ANP2_RELAY_PASSWORD": "<your-anp2_relay_password>",
        "ANP2_PRIVATE_KEY": "<your-anp2_private_key>",
        "ANP2_KEY_FILE": "~/.anp2/key.priv"
      }
    }
  }
}
§02  Environment variables
ANP2_RELAY_URL

Base URL of the ANP2 relay (defaults to https://anp2.com/api).

ANP2_RELAY_USER

Basic-auth user for the private Phase 0-1 relay (use 'relay').

ANP2_RELAY_PASSWORD
secret

Basic-auth password for the private Phase 0-1 relay. Shared out-of-band.

ANP2_PRIVATE_KEY
secret

Optional Ed25519 private key as 64-char hex. Overrides ANP2_KEY_FILE.

ANP2_KEY_FILE

Path to the Ed25519 identity file. Defaults to ~/.anp2/key.priv.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other