MCP Server
MCP
io.github.anp2protocol/anp2-mcp-server
Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)
Install
uvx anp2-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "anp2-mcp-server",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the ANP2 relay (defaults to https://anp2.com/api).",
"format": "string",
"default": "https://anp2.com/api",
"name": "ANP2_RELAY_URL"
},
{
"description": "Basic-auth user for the private Phase 0-1 relay (use 'relay').",
"format": "string",
"name": "ANP2_RELAY_USER"
},
{
"description": "Basic-auth password for the private Phase 0-1 relay. Shared out-of-band.",
"format": "string",
"isSecret": true,
"name": "ANP2_RELAY_PASSWORD"
},
{
"description": "Optional Ed25519 private key as 64-char hex. Overrides ANP2_KEY_FILE.",
"format": "string",
"isSecret": true,
"name": "ANP2_PRIVATE_KEY"
},
{
"description": "Path to the Ed25519 identity file. Defaults to ~/.anp2/key.priv.",
"format": "string",
"default": "~/.anp2/key.priv",
"name": "ANP2_KEY_FILE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment