mcpbeat Sign in

AgentTrust MCP Server

by vitaliiserbynassisterr Your server? Claim it
local only

AgentTrust runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from pypi. Last commit 27 Apr 2026.

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

Installs per day peak 41 · avg 15 · -23% w/w
a month agotoday
96
Installs / week
pypi · mcp-agenttrust
0
Stars
0 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call calculate.expression → dev/mock-mcp-server/server.py:33
        result = eval(expression)  # noqa: S307

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: GROQ_API_KEY (Groq API key for LLM judge (free tier available at console.groq.com)), CEREBRAS_API_KEY (Cerebras API key for LLM judge (free tier available at cloud.cerebras.ai)), MONGODB_URL (MongoDB connection URL for persistent storage). 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 assister-xyz

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

local only
Twig
by kind-ling

MCP server quality scoring and optimization for the agent economy.

96 installs/wk local only
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
HiveTrust
by srotzin

KYA identity verification, trust scoring, and performance bonds for AI agents

17 tools answering
Agent Services MCP
by gareth1953

MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.

78 installs/wk local only
Agent Skill
by deep-identity-inc

An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

answering
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only
HODLXXI Read-Only
by hodlxxi

Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.

26 tools answering

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 mcp-agenttrust was installed 96 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 mcp-agenttrust straight from pypi; nothing to host, nothing to sign up for.
How many people use AgentTrust?
The pypi package mcp-agenttrust was installed 96 times in the last week. Week over week that is -23%. 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.