Skip to content
Cursor

erabi for Cursor

io.github.hmakt99/erabi

Check paid x402 APIs before your agent spends: signed uptime/price attestations. Zero-config join.

client:Cursor transport:stdio runtime:npm

Install erabi 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": {
    "erabi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "erabi-mcp"
      ],
      "env": {
        "ERABI_REGISTRY_URL": "<ERABI_REGISTRY_URL>",
        "ERABI_EXCHANGE_URL": "<ERABI_EXCHANGE_URL>",
        "ERABI_ATTRIBUTION_URL": "<ERABI_ATTRIBUTION_URL>",
        "ERABI_REPUTATION_URL": "<ERABI_REPUTATION_URL>",
        "ERABI_KEY_DIR": "<ERABI_KEY_DIR>"
      }
    }
  }
}

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

erabi in other clients