bolthub
The bolthub API marketplace, L402 gateways, and your other MCP servers, on one Lightning budget.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.7.2)
npx -y @bolthub/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"bolthub-sdk": {
"command": "npx",
"args": [
"-y",
"@bolthub/[email protected]"
],
"env": {
"LND_REST_HOST": "<YOUR_VALUE>",
"LND_MACAROON": "<YOUR_VALUE>",
"NWC_URI": "<YOUR_VALUE>",
"LNBITS_URL": "<YOUR_VALUE>",
"LNBITS_ADMIN_KEY": "<YOUR_VALUE>",
"PHOENIXD_URL": "<YOUR_VALUE>",
"PHOENIXD_PASSWORD": "<YOUR_VALUE>",
"BUDGET_SATS": "<YOUR_VALUE>",
"BOLTHUB_ACCOUNT_TOKEN": "<YOUR_VALUE>"
}
}
}
}
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_MACAROONsecret — Hex-encoded macaroon for LND (use a pay-scoped macaroon in production). Required with LND_REST_HOST.NWC_URIsecret — 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_KEYsecret — Admin API key for LNbits. Required with LNBITS_URL.PHOENIXD_URL— Phoenixd HTTP API URL (pair with PHOENIXD_PASSWORD). Alternative wallet.PHOENIXD_PASSWORDsecret — 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_TOKENsecret — 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.
This repository has 2 servers listed in the Official MCP Registry.
Other names: ai.bolthub/registry
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry