anp2-mcp-server
About
AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance
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 vars
ANP2_RELAY_URL ANP2_PRIVATE_KEY ANP2_KEY_FILEClaude Code
claude mcp add --env ANP2_RELAY_URL= --env ANP2_PRIVATE_KEY= --env ANP2_KEY_FILE= anp2-mcp-server -- uvx anp2-mcp-server
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_PRIVATE_KEY":"","ANP2_KEY_FILE":""}}'
JSON
{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "",
"ANP2_PRIVATE_KEY": "",
"ANP2_KEY_FILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.