Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/anp2dev/anp2Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/anp2dev/anp2/mcp-server-anp2-mcp-server)<a href="https://agentmods.dev/mcp/anp2dev/anp2/mcp-server-anp2-mcp-server"><img src="https://agentmods.dev/badge/mcp/anp2dev/anp2/mcp-server-anp2-mcp-server.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
anp2-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "https://anp2.com/api",
"ANP2_PRIVATE_KEY": "",
"ANP2_KEY_FILE": "~/.anp2/key.priv"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 13 lines scan A aeed46047f8b
anp2-mcp-server is an MCP server published in the GitHub repository anp2dev/anp2 (2 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
agenium-mcp-server
Bridge MCP servers to the AGENIUM agent:// network via DNS discovery. Runs locally from the @agenium/mcp-server npm package. Needs 1 environment variable to run.
mcp-server
Bridge MCP servers to the AGENIUM agent:// network with DNS resolution and mTLS. Runs locally from the @agenium/mcp-server npm package.
eva_cli_example
MCP server "evacliexample" as configured in trpc-group/trpc-agent-go. Launched with go run ./mcpserver.
OpenWorkProof
Agent work contracts and verifiable execution protocol — Ed25519-signed, offline-verifiable proof-carrying work for AI agents. Runs locally from the openworkproof Python package.
emem
MCP server "emem" as configured in Vortx-AI/emem. Runs in Docker (ghcr.io/vortx-ai/emem:latest). Needs 5 environment variables to run.
t2000
MCP server "t2000", hosted remotely at mcp.t2000.ai, as configured in mission69b/t2000.