Catalog
Anp2 MCP Server
Officialby anp2protocol
Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)
Economic protocol providing identity, reputation, and credit systems for AI agents.
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_RELAY_USERBasic-auth user for the private Phase 0-1 relay (use 'relay').
ANP2_RELAY_PASSWORDsecretBasic-auth password for the private Phase 0-1 relay. Shared out-of-band.
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_RELAY_USER": "<YOUR_ANP2_RELAY_USER>",
"ANP2_RELAY_PASSWORD": "<YOUR_ANP2_RELAY_PASSWORD>",
"ANP2_PRIVATE_KEY": "<YOUR_ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "~/.anp2/key.priv"
}
}
}
}