← Back to browse

x402-trust-mcp

Indexed by io.github.JonasFuchss

About

Trust & reliability data for x402 endpoints before your agent pays them.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsX402_PRIVATE_KEY X402_MAX_USD X402_MAX_TOTAL_USD X402_MAX_CALLS X402_TRUST_API_BASE X402_TIMEOUT_MS
Claude Code
claude mcp add --env X402_PRIVATE_KEY= --env X402_MAX_USD= --env X402_MAX_TOTAL_USD= --env X402_MAX_CALLS= --env X402_TRUST_API_BASE= --env X402_TIMEOUT_MS= x402-trust-mcp -- npx x402-trust-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"x402-trust-mcp","command":"npx","args":["x402-trust-mcp"],"env":{"X402_PRIVATE_KEY":"","X402_MAX_USD":"","X402_MAX_TOTAL_USD":"","X402_MAX_CALLS":"","X402_TRUST_API_BASE":"","X402_TIMEOUT_MS":""}}'
JSON
{
  "mcpServers": {
    "x402-trust-mcp": {
      "command": "npx",
      "args": [
        "x402-trust-mcp"
      ],
      "env": {
        "X402_PRIVATE_KEY": "",
        "X402_MAX_USD": "",
        "X402_MAX_TOTAL_USD": "",
        "X402_MAX_CALLS": "",
        "X402_TRUST_API_BASE": "",
        "X402_TIMEOUT_MS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.