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. 150 installs a week from pypi. Last commit 22 Mar 2026.

MCP Server for Agent Reputation & Trust Scoring

Installs per day peak 60 · avg 24 · +4% w/w
a month agotoday
150
Installs / week
pypi · agent-trust-mcp
0
Stars
0 open issues
22 Mar 2026
Last commit
0 releases in 90 days
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 agent-trust -- uvx agent-trust-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-trust": {
      "args": [
        "agent-trust-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-trust]
command = "uvx"
args = ["agent-trust-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-trust": {
      "args": [
        "agent-trust-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-trust": {
      "args": [
        "agent-trust-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (PostgreSQL asyncpg connection string), REDIS_URL (Redis connection string), SIGNING_KEY_PATH (Path to Ed25519 private key PEM file), AUTH_PROVIDER (Authentication provider: agentauth | standalone | both (default: both)), AGENTAUTH_ACCESS_TOKEN (Access token for AgentAuth MCP tool calls). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentTrust

same job, measured the same way
Twig
by kind-ling

MCP server quality scoring and optimization for the agent economy.

96 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
Forge — Agent Reputation Protocol
by pm577

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

local only
TrustLayer
by goatgaucho

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

6 tools answering
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

84 installs/wk local only
AgentTrust
by vitaliiserbynassisterr

Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.

96 installs/wk local only
AgentTrust
by assister-xyz

Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 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 pypi package agent-trust-mcp was installed 150 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 agent-trust-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use AgentTrust?
The pypi package agent-trust-mcp was installed 150 times in the last week. Week over week that is +4%. 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?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.