← Back to browse

anp2-mcp-server

Indexed by io.github.anp2protocol

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsANP2_RELAY_URL ANP2_RELAY_USER ANP2_RELAY_PASSWORD ANP2_PRIVATE_KEY ANP2_KEY_FILE
Claude Code
claude mcp add --env ANP2_RELAY_URL= --env ANP2_RELAY_USER= --env ANP2_RELAY_PASSWORD= --env ANP2_PRIVATE_KEY= --env ANP2_KEY_FILE= anp2-mcp-server -- uvx anp2-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"anp2-mcp-server","command":"uvx","args":["anp2-mcp-server"],"env":{"ANP2_RELAY_URL":"","ANP2_RELAY_USER":"","ANP2_RELAY_PASSWORD":"","ANP2_PRIVATE_KEY":"","ANP2_KEY_FILE":""}}'
JSON
{
  "mcpServers": {
    "anp2-mcp-server": {
      "command": "uvx",
      "args": [
        "anp2-mcp-server"
      ],
      "env": {
        "ANP2_RELAY_URL": "",
        "ANP2_RELAY_USER": "",
        "ANP2_RELAY_PASSWORD": "",
        "ANP2_PRIVATE_KEY": "",
        "ANP2_KEY_FILE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.