mcpbeat Sign in

Agenttrust MCP Server

local only

Agenttrust runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 13 May 2026.

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

Installs per day peak 23 · avg 7 · +32% w/w
a month agotoday
26
Installs / week
npm · agenttrust-mcp
0
Stars
0 open issues
13 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Agenttrust every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 agenttrust -- npx -y agenttrust-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agenttrust": {
      "args": [
        "-y",
        "agenttrust-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agenttrust]
command = "npx"
args = ["-y", "agenttrust-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agenttrust": {
      "args": [
        "-y",
        "agenttrust-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agenttrust": {
      "args": [
        "-y",
        "agenttrust-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTTRUST_API_KEY (API key for write operations. Reads are public. Free tier: 100 writes/day.), AGENTTRUST_API_BASE (Override the API base URL for self-hosted deployments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agenttrust

same job, measured the same way
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
Agent Trust Oracle
by jdhart81

Decay-weighted reputation + tamper-evident trust attestations for the agent economy.

6 tools answering
Agent Notary
by jdhart81

Verifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d

6 tools answering
TrustAgent — counterparty verification
by trust-agent

Is this address safe to pay? OFAC sanctions, ERC-8004 reputation, contract analysis.

63 installs/wk local only
Djd Agent Score
by jacobsd32-cpu

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

38 installs/wk local only
Sanction
by ericlovold

The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.

65 installs/wk local only
Agent Surety
by jdhart81

Counterparty risk transfer for the agent economy: agents post bonds behind their promises, wronged c

10 tools answering
Twig
by kind-ling

MCP server quality scoring and optimization for the agent economy.

96 installs/wk local only

Agenttrust — questions

Answers built from our own checks of this server.

Why is there no uptime for Agenttrust?
Agenttrust 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 npm package agenttrust-mcp was installed 26 times last week.
How do I connect Agenttrust?
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 agenttrust-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agenttrust?
The npm package agenttrust-mcp was installed 26 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agenttrust open source?
Yes — it is published under the MIT licence, written in Python and 0 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.