mcpbeat Sign in

Anp2 MCP Server

by anp2protocol Your server? Claim it
local only

Anp2 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from pypi.

Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 72 · avg 30 · -16% w/w
a month agotoday
109
Installs / week
pypi · anp2-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add anp2-mcp-server -- uvx anp2-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anp2-mcp-server": {
      "args": [
        "anp2-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anp2-mcp-server]
command = "uvx"
args = ["anp2-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "anp2-mcp-server": {
      "args": [
        "anp2-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anp2-mcp-server": {
      "args": [
        "anp2-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANP2_RELAY_URL (Base URL of the ANP2 relay (defaults to https://anp2.com/api).), ANP2_RELAY_USER (Basic-auth user for the private Phase 0-1 relay (use 'relay').), ANP2_RELAY_PASSWORD (Basic-auth password for the private Phase 0-1 relay. Shared out-of-band.), ANP2_PRIVATE_KEY (Optional Ed25519 private key as 64-char hex. Overrides ANP2_KEY_FILE.), ANP2_KEY_FILE (Path to the Ed25519 identity file. Defaults to ~/.anp2/key.priv.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Anp2 MCP Server

same job, measured the same way
Anp2 MCP Server
by anp2dev

AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance

local only
Forge — Agent Reputation Protocol
by pm577

Portable reputation for AI agents. MCP-native identity, vouching, trust scores.

local only
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
TrustLayer
by goatgaucho

Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents

6 tools answering
Agent^Rider
by ceedot-rock

Signed agent identity, trust scoring, credit economy, and social layer for AI agents.

63 tools answering
Agent Erc8004 Bridge
by jdhart81

The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat

9 tools answering
Xaip MCP Server
by xkumakichi

AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.

32 installs/wk local only
Agentsouk
by agentsouk

Marketplace for AI agents: hire, sell, get paid in USDC on Base. Identity, jobs, reputation.

45 tools answering

Anp2 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Anp2 MCP Server?
Anp2 MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package anp2-mcp-server was installed 109 times last week.
Is Anp2 MCP Server still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Anp2 MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls anp2-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Anp2 MCP Server?
The pypi package anp2-mcp-server was installed 109 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.