mcpbeat Sign in

bolthub MCP Server

local only

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

The bolthub API marketplace, L402 gateways, and your other MCP servers, on one Lightning budget.

Installs per day peak 62 · avg 21 · +7% w/w
a month agotoday
42
Installs / week
npm · @bolthub/mcp
0
Stars
0 open issues
25 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check bolthub every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: LND_REST_HOST (LND REST API URL (recommended wallet; pair with LND_MACAROON). A wallet is optional — without one, free tools and marketplace search still work; paid calls return their payment challenge.), LND_MACAROON (Hex-encoded macaroon for LND (use a pay-scoped macaroon in production). Required with LND_REST_HOST.), NWC_URI (Nostr Wallet Connect string — easiest setup, works with CoinOS, Alby Hub, Zeus, and more. Alternative to LND.), LNBITS_URL (LNbits instance URL (pair with LNBITS_ADMIN_KEY). Alternative wallet.), LNBITS_ADMIN_KEY (Admin API key for LNbits. Required with LNBITS_URL.), PHOENIXD_URL (Phoenixd HTTP API URL (pair with PHOENIXD_PASSWORD). Alternative wallet.), PHOENIXD_PASSWORD (HTTP password for Phoenixd. Required with PHOENIXD_URL.), BUDGET_SATS (Maximum sats the server may spend per session (process lifetime), across ALL sources. Unset = unlimited; 0 = free tools only. The config file's budget.sat takes precedence.), BOLTHUB_ACCOUNT_TOKEN (Account token for tools that act on YOUR bolthub account (workspace, listing, audit, earnings, and node tools). Optional even for those: the connect_account tool pairs via the browser instead. Never needed to discover, call, or pay for APIs — buying is account-less.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to bolthub

same job, measured the same way
Agon Gateway
by agonx402

MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.

54 installs/wk local only
Serp Data Scraper
by jojapi

SERP data scraper: Scrape Search Results and get all the data you need. On the JoJ API marketplace.

1 tools answering
Lulu Registry MCP
by lulu-the-narwhal

Search and get install details on MCP servers, right from your agent -- a unified marketplace index.

2 tools answering
Ryvo Gateway
by ryvonetwork

MCP server for Ryvo Gateway x402, Helius Wallet, and Tokens API market data.

15 installs/wk local only
1stDibs
by 1stdibs

MCP server for browsing and searching items on 1stDibs marketplace.

4 tools answering
Marketplace
by jojapi

Search the JoJ API marketplace, read endpoint docs, and call any API with one key via one gateway.

4 tools answering
PayGate MCP — Monetization Gateway for AI Agents
by geoacpfilho

Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.

6 tools answering
MeetMyAgent
by studiomeyer

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

29 installs/wk answering

bolthub — questions

Answers built from our own checks of this server.

Why is there no uptime for bolthub?
bolthub 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 @bolthub/mcp was installed 42 times last week.
How do I connect bolthub?
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 @bolthub/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use bolthub?
The npm package @bolthub/mcp was installed 42 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is bolthub open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.