← Back to Plugins
MCP Server MCP

io.github.JonasFuchss/x402-trust-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "x402-trust-mcp",
      "version": "1.7.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Base wallet private key (with or without the 0x prefix). When set, the paid tools auto-pay over x402 up to X402_MAX_USD; otherwise they return a price quote. The free tools need no key.",
          "isSecret": true,
          "name": "X402_PRIVATE_KEY"
        },
        {
          "description": "Per-call auto-pay ceiling in USD. 0 disables auto-pay.",
          "default": "0.05",
          "name": "X402_MAX_USD"
        },
        {
          "description": "Cumulative auto-pay cap per process in USD. 0 = unlimited.",
          "default": "1.00",
          "name": "X402_MAX_TOTAL_USD"
        },
        {
          "description": "Max paid calls per process. 0 = unlimited.",
          "default": "1000",
          "name": "X402_MAX_CALLS"
        },
        {
          "description": "API base URL.",
          "default": "https://x402.fuchss.app",
          "name": "X402_TRUST_API_BASE"
        },
        {
          "description": "Request timeout in milliseconds.",
          "default": "20000",
          "name": "X402_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...