mcpbeat Sign in

Anp2 MCP Server

local only

Anp2 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Jul 2026.

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

Installs / week
not published
2
Stars
0 open issues
8 Jul 2026
Last commit
from GitHub
MIT
License
HTML

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Opens a reverse shell tools/sync_landing.sh:44
RSYNC() { rsync -e "ssh $SSH_OPTS" "$@"; }
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        out = subprocess.check_output(["pgrep", "-f", pattern], timeout=3)
Builds a file path from a variable tools/anp2_image_gen.py:210
        out = args.out if (args.out and args.n == 1) else os.path.join(
            OUT_DIR, f"img-{int(time.time())}-{i}.png")
Touches key and credential files prototypes/relay/src/anp2_relay/server.py:147
    r"id_rsa|BEGIN [A-Z ]*PRIVATE KEY|ssh-ed25519|ssh-rsa|\.pem\b",  # key material

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Anp2 MCP Server and you get told the day something new turns up.

Three servers free · no card

Alternatives to Anp2 MCP Server

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

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

109 installs/wk local only
Forge — Agent Reputation Protocol
by pm577

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

local only
Xaip MCP Server
by xkumakichi

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

32 installs/wk local only
TrustLayer
by goatgaucho

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

6 tools answering
Gravity Swarm
by antoinedelorme

Agent reputation network — compute tasks, submit proofs, earn ELO via Nostr MCP

26 installs/wk 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
Agent Erc8004 Bridge
by jdhart81

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

9 tools answering
Pinchwork
by pinchwork

Agent-to-agent task marketplace with credit escrow and reputation tracking.

68 installs/wk local only

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.
Is Anp2 MCP Server open source?
Yes — it is published under the MIT licence, written in HTML and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.