mcpbeat Sign in

TrustAgent — counterparty verification MCP Server

by trust-agent Your server? Claim it
local only

TrustAgent — counterparty verification runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 358 · avg 14
a month agotoday
63
Installs / week
npm · trustagent-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: TRUSTAGENT_URL (Service to query. Defaults to the hosted deployment.), TRUSTAGENT_WALLET_KEY (Private key of a funded Base wallet. Enables the four paid tools, which settle per call in USDC over x402. Omit to run the free tools only — they need no wallet. Requires the optional peer dependency x402-fetch.), TRUSTAGENT_MAX_PER_CALL_USD (Refuse any single paid call above this amount.), TRUSTAGENT_MAX_SESSION_USD (Total spend ceiling across all paid calls in one session. A model looping on a retry is the realistic failure, and a per-call limit does not catch it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TrustAgent — counterparty verification

same job, measured the same way
Agenttrust
by bch1212

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

26 installs/wk local only
Vouch
by notifuturo

Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen.

2 tools answering
Agentfolio MCP Server
by 0xbrainkid

AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.

98 installs/wk local only
Inspector
by gridinsoft

Website safety and trust analysis. Verify domain reputation and detect phishing with GridinSoft.

35 installs/wk local only
Publicaml
by publicaml

AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.

31 installs/wk local only
Heddle
by davet47

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

73 installs/wk local only
Hashloom
by davet47

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

822 installs/wk local only
Agent Spreadsheet MCP
by psu3d0

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

local only

TrustAgent — counterparty verification — questions

Answers built from our own checks of this server.

Why is there no uptime for TrustAgent — counterparty verification?
TrustAgent — counterparty verification 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 trustagent-mcp was installed 63 times last week.
Is TrustAgent — counterparty verification still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect TrustAgent — counterparty verification?
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 trustagent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use TrustAgent — counterparty verification?
The npm package trustagent-mcp was installed 63 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.