
Anp2 Mcp Server
Connect MCP clients to the canonical ANP2protocol repo bridge for agent identity, reputation, credit, and Sybil resistance.
Overview
anp2protocol ANP2 MCP server is an MCP server for the Build phase that links agents to ANP2 identity, reputation, credit, and Sybil resistance.
What is this MCP server?
- Official anp2protocol GitHub MCP bridge for ANP2 economic agent protocol
- PyPI anp2-mcp-server stdio transport at published version 0.2.0
- Relay configuration through ANP2_RELAY_URL with optional basic auth env vars
- Agent keys via ANP2_PRIVATE_KEY (64-char hex) or ANP2_KEY_FILE default ~/.anp2/key.priv
- Surfaces identity, reputation, credit, and Sybil resistance—not general LLM chat tools
- Listing version 0.2.0 under io.github.anp2protocol/anp2-mcp-server
- Transport: stdio via PyPI package anp2-mcp-server
- Default ANP2_RELAY_URL https://anp2.com/api
What problem does it solve?
Without a protocol bridge, agent identity and credit logic gets reimplemented in every repo and never interoperates.
Who is it for?
Solo builders who want the anp2protocol-maintained PyPI MCP package for agent economy features.
Skip if: Products with no cross-agent trust, billing, or reputation requirements.
What do I get? / Deliverables
Registering this MCP server gives your agent stdio tools backed by the ANP2 relay and key-based identity.
- Working stdio MCP connection to ANP2 relay APIs
- Agent-operable identity and reputation protocol hooks
- Documented env-based configuration for local agent dev
Recommended MCP Servers
Journey fit
Trust and credit infrastructure for agents belongs in Build when you integrate protocols, not only after launch monitoring. This listing is the anp2protocol organization package—same agent-economic surface as the dev fork, scoped to agent-tooling.
How it compares
Protocol-org MCP stdio bridge, not a hosted no-key SaaS widget.
Common Questions / FAQ
Who is anp2protocol ANP2 MCP server for?
It is for MCP users implementing ANP2-backed agent identity and economic rules who prefer the anp2protocol GitHub registry listing.
When should I use anp2protocol ANP2 MCP server?
Use it during build when you integrate agent reputation or credit and want tools callable from your MCP-enabled coding agent.
How do I add anp2protocol ANP2 MCP server to my agent?
Install anp2-mcp-server from PyPI, export relay and key environment variables per server.json, add the stdio server block pointing at that package, and restart your client.