Loading MCP server directory, please wait...
Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)
npx @getmcp/cli add io.github.anp2protocol/anp2-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.anp2protocol/anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "https://anp2.com/api",
"ANP2_RELAY_USER": "",
"ANP2_RELAY_PASSWORD": "",
"ANP2_PRIVATE_KEY": "",
"ANP2_KEY_FILE": "~/.anp2/key.priv"
}
}
}
}