← Back to Plugins
MCP Server MCP

io.github.agentc22/x402engine-mcp

github By github 👁 1 views ▲ 0 votes

50+ pay-per-call APIs for AI agents — images, LLM, code, crypto, travel & more via x402

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "x402engine-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Gateway URL (default: https://x402engine.app)",
          "name": "X402_BASE_URL"
        },
        {
          "description": "Dev bypass secret to skip payments during testing",
          "isSecret": true,
          "name": "X402_DEV_BYPASS"
        },
        {
          "description": "Pre-signed x402 payment header for automatic payment",
          "isSecret": true,
          "name": "X402_PAYMENT_HEADER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...