erabi
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 vars
ERABI_REGISTRY_URL ERABI_EXCHANGE_URL ERABI_ATTRIBUTION_URL ERABI_REPUTATION_URL ERABI_KEY_DIRClaude 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
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.