PluginBench
MCP Server

TrustAgent — counterparty verification MCP Server

io.trust-agent/trustagent-mcp

What is the TrustAgent — counterparty verification MCP server?

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

How to install TrustAgent — counterparty verification

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TRUSTAGENT_URL

    Service to query. Defaults to the hosted deployment.

  • TRUSTAGENT_WALLET_KEY
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trustagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trustagent-mcp"
      ],
      "env": {
        "TRUSTAGENT_URL": "<YOUR_TRUSTAGENT_URL>",
        "TRUSTAGENT_WALLET_KEY": "<YOUR_TRUSTAGENT_WALLET_KEY>",
        "TRUSTAGENT_MAX_PER_CALL_USD": "<YOUR_TRUSTAGENT_MAX_PER_CALL_USD>",
        "TRUSTAGENT_MAX_SESSION_USD": "<YOUR_TRUSTAGENT_MAX_SESSION_USD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "trustagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trustagent-mcp"
      ],
      "env": {
        "TRUSTAGENT_URL": "<YOUR_TRUSTAGENT_URL>",
        "TRUSTAGENT_WALLET_KEY": "<YOUR_TRUSTAGENT_WALLET_KEY>",
        "TRUSTAGENT_MAX_PER_CALL_USD": "<YOUR_TRUSTAGENT_MAX_PER_CALL_USD>",
        "TRUSTAGENT_MAX_SESSION_USD": "<YOUR_TRUSTAGENT_MAX_SESSION_USD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "trustagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trustagent-mcp"
      ],
      "env": {
        "TRUSTAGENT_URL": "<YOUR_TRUSTAGENT_URL>",
        "TRUSTAGENT_WALLET_KEY": "<YOUR_TRUSTAGENT_WALLET_KEY>",
        "TRUSTAGENT_MAX_PER_CALL_USD": "<YOUR_TRUSTAGENT_MAX_PER_CALL_USD>",
        "TRUSTAGENT_MAX_SESSION_USD": "<YOUR_TRUSTAGENT_MAX_SESSION_USD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "trustagent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "trustagent-mcp"
      ],
      "env": {
        "TRUSTAGENT_URL": "<YOUR_TRUSTAGENT_URL>",
        "TRUSTAGENT_WALLET_KEY": "<YOUR_TRUSTAGENT_WALLET_KEY>",
        "TRUSTAGENT_MAX_PER_CALL_USD": "<YOUR_TRUSTAGENT_MAX_PER_CALL_USD>",
        "TRUSTAGENT_MAX_SESSION_USD": "<YOUR_TRUSTAGENT_MAX_SESSION_USD>"
      }
    }
  }
}
Claude Code
claude mcp add trustagent-mcp --env TRUSTAGENT_URL=<YOUR_TRUSTAGENT_URL> --env TRUSTAGENT_WALLET_KEY=<YOUR_TRUSTAGENT_WALLET_KEY> --env TRUSTAGENT_MAX_PER_CALL_USD=<YOUR_TRUSTAGENT_MAX_PER_CALL_USD> --env TRUSTAGENT_MAX_SESSION_USD=<YOUR_TRUSTAGENT_MAX_SESSION_USD> -- npx -y trustagent-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →