mcpbeat Sign in

Trust MCP Server

local only

Trust runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 17 Feb 2026.

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

Installs per day peak 13 · avg 6 · +48% w/w
a month agotoday
30
Installs / week
npm · @agntor/mcp
1
Stars
0 open issues
17 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

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.

Package points at a different repository agntor/mcp
пакет @agntor/mcp ссылается на garinmckayl/agntor

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: AGNTOR_API_KEY (API key for Agntor backend calls (get one at app.agntor.com)), AGNTOR_SECRET_KEY (JWT signing key for audit ticket generation). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trust

same job, measured the same way
C
402
by 402

Trust layer for agent payments (x402, Base): verify agents, risk scores, signed escrow verdicts.

55 installs/wk local only
Agentry — The Trust Layer for the Agent Economy
by cthulhutoo

Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.

36 tools answering
Autron Core
by hungnguyenhtbvn-max

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

38 installs/wk local only
Xrpl Referee
by eamwhite1

Trust and payment layer for the agentic economy on the XRP Ledger.

41 tools answering
LimitGuard Trust Intelligence
by limitguard-api

Entity verification, sanctions screening, and trust scoring for AI agents via x402 micropayments.

5 tools answering
AgentIndex
by cognivis

Trust scores and on-chain payment receipts for x402 services.

4 tools answering
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
Agentstamp
by vinaybhosle

Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base

19 tools answering

Trust — questions

Answers built from our own checks of this server.

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