← Back to browse

erabi

Indexed by io.github.HMAKT99

About

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

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 varsERABI_REGISTRY_URL ERABI_EXCHANGE_URL ERABI_ATTRIBUTION_URL ERABI_REPUTATION_URL ERABI_KEY_DIR
Claude Code
claude mcp add --env ERABI_REGISTRY_URL= --env ERABI_EXCHANGE_URL= --env ERABI_ATTRIBUTION_URL= --env ERABI_REPUTATION_URL= --env ERABI_KEY_DIR= erabi -- npx erabi-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":"erabi","command":"npx","args":["erabi-mcp"],"env":{"ERABI_REGISTRY_URL":"","ERABI_EXCHANGE_URL":"","ERABI_ATTRIBUTION_URL":"","ERABI_REPUTATION_URL":"","ERABI_KEY_DIR":""}}'
JSON
{
  "mcpServers": {
    "erabi": {
      "command": "npx",
      "args": [
        "erabi-mcp"
      ],
      "env": {
        "ERABI_REGISTRY_URL": "",
        "ERABI_EXCHANGE_URL": "",
        "ERABI_ATTRIBUTION_URL": "",
        "ERABI_REPUTATION_URL": "",
        "ERABI_KEY_DIR": ""
      }
    }
  }
}

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