Catalog
io.github.anp2dev/anp2-mcp-server
Officialby anp2dev · HTML
AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance
Decentralized economic protocol enabling identity, reputation, task assignment, and credit systems.
Topics
a2a-protocolagent-economyagent-protocolagent-registryai-agentsai-networked25519mcpmulti-agentpermissionless
README not available yet.
Install
Configuration
Environment variables
ANP2_RELAY_URLdefault https://anp2.com/apiBase URL of the ANP2 relay (defaults to https://anp2.com/api).
ANP2_PRIVATE_KEYsecretOptional Ed25519 private key as 64-char hex. Overrides ANP2_KEY_FILE.
ANP2_KEY_FILEdefault ~/.anp2/key.privPath to the Ed25519 identity file. Defaults to ~/.anp2/key.priv.
claude_desktop_config.json
{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "https://anp2.com/api",
"ANP2_PRIVATE_KEY": "<YOUR_ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "~/.anp2/key.priv"
}
}
}
}