mcpbeat Sign in

BitBooth Agent Tools MCP Server

local only

BitBooth Agent Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 503 installs a week from npm. Last commit 16 Sep 2026.

Discover BitBooth APIs for free, then buy capped x402 fetch, PageDelta, and wallet checks.

Installs per day peak 210 · avg 32 · +1192% w/w
a month agotoday
503
Installs / week
npm · @bitbooth/mcp-fetch
0
Stars
2 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 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.

File ships in the package but is absent from the source [пакет] src/index.js:1, [пакет] bin/mcp-fetch.js:1, [пакет] src/server.js:1 и ещё 13
этот файл ставится пользователю, но в репозитории его нет

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 bitbooth-fetch -- npx -y @bitbooth/mcp-fetch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bitbooth-fetch": {
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bitbooth-fetch]
command = "npx"
args = ["-y", "@bitbooth/mcp-fetch"]
.cursor/mcp.json
{
  "mcpServers": {
    "bitbooth-fetch": {
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bitbooth-fetch": {
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BITBOOTH_AGENT_KEY (Hex private key for Base USDC payments. Required for the default base rail; not used in xrpl-rlusd mode.), BITBOOTH_API_URL (BitBooth gateway URL. Defaults to https://app.heinrichstech.com; Base Sepolia is the default payment network.), BITBOOTH_CHAIN_ID (EVM chain ID for the legacy fetch tool. The default public origin currently requires 84532 (Base Sepolia); 8453 is only for a separately configured compatible mainnet origin.), BITBOOTH_PAYMENT_RAIL (Payment rail. Defaults to base. Set exactly to xrpl-rlusd to enable XRPL mainnet watch tools and optionally PageDelta.), BITBOOTH_XRPL_SEED (Dedicated low-balance XRPL agent seed. Required only when BITBOOTH_PAYMENT_RAIL=xrpl-rlusd.), BITBOOTH_MAX_PER_CALL_USD (Hard maximum payment per call. XRPL defaults to 0.001; explicitly set at least 0.010000 to expose the 0.010000-RLUSD PageDelta tool.), BITBOOTH_DAILY_LIMIT_USD (Hard stablecoin spend cap per wallet and UTC day for this process. Defaults to 1.00 on Base and 0.10 in xrpl-rlusd mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BitBooth Agent Tools

same job, measured the same way
Agent Wallet
by theaslangroupllc-pulse

Local agent wallet + 900 pay-per-call data APIs — free discovery, x402 USDC, code-level spend caps

49 installs/wk local only
X402 Data Gateway
by epistemedeus

Paid x402 and MPP tools for agent discovery, payment safety, data, and DeFi.

24 tools answering
Market Data
by timzinin-api

33 pay-per-call market and news data tools over MCP with free discovery and x402 payments.

36 tools answering
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
Aetherintel Marketplace
by markoskarllos-netizen

Free OFAC sanctions/text/health-check tools; paid x402 agent+wallet audit tools.

local only
ForgeMesh Utility Grid MCP
by forgemeshlabs

Discover and call 400+ practical APIs through six MCP tools with free search and x402 payments.

62 installs/wk local only
three.ws Agent Wallet
by nirholas

Give your AI agent an x402 wallet: discover and pay for services in USDC, or earn from your own.

answering
Quartermaster
by surewhynot-quartermaster

x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.

49 tools answering

BitBooth Agent Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for BitBooth Agent Tools?
BitBooth Agent Tools 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 @bitbooth/mcp-fetch was installed 503 times last week.
How do I connect BitBooth Agent Tools?
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 @bitbooth/mcp-fetch straight from npm; nothing to host, nothing to sign up for.
How many people use BitBooth Agent Tools?
The npm package @bitbooth/mcp-fetch was installed 503 times in the last week. Week over week that is +1192%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BitBooth Agent Tools open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.