io.github.anp2protocol/anp2-mcp-server MCP Server
io.github.anp2protocol/anp2-mcp-server
What is the io.github.anp2protocol/anp2-mcp-server MCP server?
Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)
How to install io.github.anp2protocol/anp2-mcp-server
Copy-paste configuration for popular MCP clients.
ANP2_RELAY_URLBase 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_FILEPath to the Ed25519 identity file. Defaults to ~/.anp2/key.priv.
{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "<YOUR_ANP2_RELAY_URL>",
"ANP2_RELAY_USER": "<YOUR_ANP2_RELAY_USER>",
"ANP2_RELAY_PASSWORD": "<YOUR_ANP2_RELAY_PASSWORD>",
"ANP2_PRIVATE_KEY": "<YOUR_ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "<YOUR_ANP2_KEY_FILE>"
}
}
}
}{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "<YOUR_ANP2_RELAY_URL>",
"ANP2_RELAY_USER": "<YOUR_ANP2_RELAY_USER>",
"ANP2_RELAY_PASSWORD": "<YOUR_ANP2_RELAY_PASSWORD>",
"ANP2_PRIVATE_KEY": "<YOUR_ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "<YOUR_ANP2_KEY_FILE>"
}
}
}
}{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "<YOUR_ANP2_RELAY_URL>",
"ANP2_RELAY_USER": "<YOUR_ANP2_RELAY_USER>",
"ANP2_RELAY_PASSWORD": "<YOUR_ANP2_RELAY_PASSWORD>",
"ANP2_PRIVATE_KEY": "<YOUR_ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "<YOUR_ANP2_KEY_FILE>"
}
}
}
}{
"servers": {
"anp2-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "<YOUR_ANP2_RELAY_URL>",
"ANP2_RELAY_USER": "<YOUR_ANP2_RELAY_USER>",
"ANP2_RELAY_PASSWORD": "<YOUR_ANP2_RELAY_PASSWORD>",
"ANP2_PRIVATE_KEY": "<YOUR_ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "<YOUR_ANP2_KEY_FILE>"
}
}
}
}claude mcp add anp2-mcp-server --env ANP2_RELAY_URL=<YOUR_ANP2_RELAY_URL> --env ANP2_RELAY_USER=<YOUR_ANP2_RELAY_USER> --env ANP2_RELAY_PASSWORD=<YOUR_ANP2_RELAY_PASSWORD> --env ANP2_PRIVATE_KEY=<YOUR_ANP2_PRIVATE_KEY> --env ANP2_KEY_FILE=<YOUR_ANP2_KEY_FILE> -- uvx anp2-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.