← Back to Plugins
MCP Server MCP

io.github.HMAKT99/erabi

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "erabi-mcp",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Registry endpoint override. Defaults to the live public network.",
          "format": "string",
          "name": "ERABI_REGISTRY_URL"
        },
        {
          "description": "Exchange endpoint override. Defaults to the live public network.",
          "format": "string",
          "name": "ERABI_EXCHANGE_URL"
        },
        {
          "description": "Attribution endpoint override. Defaults to the live public network.",
          "format": "string",
          "name": "ERABI_ATTRIBUTION_URL"
        },
        {
          "description": "Reputation endpoint override. Defaults to the live public network.",
          "format": "string",
          "name": "ERABI_REPUTATION_URL"
        },
        {
          "description": "Directory for persisting agent keys across sessions. Defaults to ~/.erabi/keys.",
          "format": "string",
          "name": "ERABI_KEY_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...