mcpbeat Sign in

BitBooth Seller Routes MCP Server

local only

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

Create private x402 seller routes, set prices, and route payouts directly to your wallets.

Installs per day peak 231 · avg 11
a month agotoday
325
Installs / week
npm · @bitbooth/mcp-routes
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, 25 min 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/api-client.js:1, [пакет] src/index.js:1, [пакет] bin/mcp-routes.js:1 и ещё 3
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: BITBOOTH_API_KEY (Your BitBooth tenant API key (prefixed x402_). Get one at https://app.heinrichstech.com/portal — Sign in → key shown on dashboard.), BITBOOTH_BASE_URL (BitBooth gateway URL. Defaults to https://app.heinrichstech.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BitBooth Seller Routes

same job, measured the same way
Verantis MCP
by m9labs-railscope

Verified directory for machine payments (x402 & MPP): check services and wallets before agents pay.

138 installs/wk 4 tools answering
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
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
BitBooth Agent Tools
by drock91

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

503 installs/wk local only
x402 Web Extract
by senpi-station

Pay-per-use web extract, token prices, and wallet balances via x402 USDC micropayments.

5 tools answering
x402 Doctor
by twelvepermissions

Diagnose x402 seller endpoints: what is wrong with your 402 challenge, and how to fix it.

3 tools answering
Decisionrules
by decisionrules

Create, manage, and test business rules directly from your AI agent via the DecisionRules platform.

answering
Apricot
by apricot

Manage SysML2 projects and files directly through your coding agent.

answering

BitBooth Seller Routes — questions

Answers built from our own checks of this server.

Why is there no uptime for BitBooth Seller Routes?
BitBooth Seller Routes 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-routes was installed 325 times last week.
How do I connect BitBooth Seller Routes?
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-routes straight from npm; nothing to host, nothing to sign up for.
How many people use BitBooth Seller Routes?
The npm package @bitbooth/mcp-routes was installed 325 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BitBooth Seller Routes 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.