Skip to content
Cursor

tryx402 for Cursor

io.github.crypto-yannso/tryx402

Budget router over x402: hard budget caps, idempotent paid calls, cost ledger, server-side pricing.

client:Cursor transport:stdio runtime:pypi

Install tryx402 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": {
    "tryx402": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tryx402"
      ],
      "env": {
        "GATEWAY_MAX_BUDGET_USD": "<GATEWAY_MAX_BUDGET_USD>",
        "TRYX402_API_KEY": "<TRYX402_API_KEY>"
      }
    }
  }
}

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

tryx402 in other clients