mcpbeat Sign in

Erabi MCP Server

local only

Erabi runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 15 Jul 2026.

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

Installs per day peak 173 · avg 17 · -9% w/w
a month agotoday
71
Installs / week
npm · erabi-mcp
1
Stars
0 open issues
15 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation Dockerfile:6
RUN apt-get update \
  && apt-get install -y --no-install-recommends python3 make g++ ca-certificates \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add erabi -- npx -y erabi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "erabi": {
      "args": [
        "-y",
        "erabi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.erabi]
command = "npx"
args = ["-y", "erabi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "erabi": {
      "args": [
        "-y",
        "erabi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "erabi": {
      "args": [
        "-y",
        "erabi-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ERABI_REGISTRY_URL (Registry endpoint override. Defaults to the live public network.), ERABI_EXCHANGE_URL (Exchange endpoint override. Defaults to the live public network.), ERABI_ATTRIBUTION_URL (Attribution endpoint override. Defaults to the live public network.), ERABI_REPUTATION_URL (Reputation endpoint override. Defaults to the live public network.), ERABI_KEY_DIR (Directory for persisting agent keys across sessions. Defaults to ~/.erabi/keys.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Erabi

same job, measured the same way
X402 List MCP
by x402-list

Find and vet x402 payment APIs before your agent pays one: uptime, price, on-chain volume.

129 installs/wk 7 tools answering
Mizan
by higgsfield-mizan-bazar

Check an x402 endpoint before your agent pays it: avoid / caution / ok, proven on-chain.

3 tools answering
Scrapecheck
by fieldmodellc

Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402.

3 tools answering
402Signal
by 402signalhq

Check paid API offers before your agent spends. Qualifying routes: $0.003 USDC. Normal misses: free.

3 tools answering
402oracle
by 402oracle

Signed verification attestations for agent decisions: business, price, freshness, claim checks.

4 tools answering
I
Orcpin
by npraught

Paid x402 facts for AI agents: signed statements, door reports, endpoint checks, chain reads

223 installs/wk local only
Agent Reputation
by samytouri

Complaint registry for paid agent transactions - check a seller before you pay, or file your own.

14 tools answering
X402station
by sf1nx

x402station.io: independent risk-signal layer for x402 endpoints before agents pay.

47 installs/wk local only

Erabi — questions

Answers built from our own checks of this server.

Why is there no uptime for Erabi?
Erabi runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package erabi-mcp was installed 71 times last week.
How do I connect Erabi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls erabi-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Erabi?
The npm package erabi-mcp was installed 71 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Erabi open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.