MCP Server
MCP
io.github.anp2dev/anp2-mcp-server
AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance
Install
uvx anp2-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "anp2-mcp-server",
"version": "0.3.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": "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