Skip to content
Zed

x402 trust mcp for Zed

io.github.jonasfuchss/x402-trust-mcp

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

client:Zed transport:stdio runtime:npm

Install x402 trust mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "x402-trust-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x402-trust-mcp"
      ],
      "env": {
        "X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
        "X402_MAX_USD": "<X402_MAX_USD>",
        "X402_MAX_TOTAL_USD": "<X402_MAX_TOTAL_USD>",
        "X402_MAX_CALLS": "<X402_MAX_CALLS>",
        "X402_TRUST_API_BASE": "<X402_TRUST_API_BASE>",
        "X402_TIMEOUT_MS": "<X402_TIMEOUT_MS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

x402 trust mcp in other clients