Skip to content
Cursor

x402 payagent mcp for Cursor

io.github.stevemilton/x402-payagent-mcp

Pay x402 APIs in USDC on Base, Solana, and BNB Chain with spend mandates, receipts, idempotency.

client:Cursor transport:stdio runtime:npm

Install x402 payagent mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "x402-payagent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@arispay/payagent-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<ARISPAY_API_KEY>",
        "PAYAGENT_PRIVATE_KEY": "<PAYAGENT_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

x402 payagent mcp in other clients