← Back to browse

x402engine-mcp

Indexed by io.github.agentc22

About

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

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_BASE_URL X402_DEV_BYPASS X402_PAYMENT_HEADER
Claude Code
claude mcp add --env X402_BASE_URL= --env X402_DEV_BYPASS= --env X402_PAYMENT_HEADER= x402engine-mcp -- npx x402engine-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":"x402engine-mcp","command":"npx","args":["x402engine-mcp"],"env":{"X402_BASE_URL":"","X402_DEV_BYPASS":"","X402_PAYMENT_HEADER":""}}'
JSON
{
  "mcpServers": {
    "x402engine-mcp": {
      "command": "npx",
      "args": [
        "x402engine-mcp"
      ],
      "env": {
        "X402_BASE_URL": "",
        "X402_DEV_BYPASS": "",
        "X402_PAYMENT_HEADER": ""
      }
    }
  }
}

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