bolthub Marketplace
About
Discover and call every paid API on the bolthub marketplace with automatic L402 Lightning payments.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LND_REST_HOST LND_MACAROON NWC_URI LNBITS_URL LNBITS_ADMIN_KEY PHOENIXD_URL PHOENIXD_PASSWORD BUDGET_SATS BOLTHUB_AUTH_TOKENClaude Code
claude mcp add --env LND_REST_HOST= --env LND_MACAROON= --env NWC_URI= --env LNBITS_URL= --env LNBITS_ADMIN_KEY= --env PHOENIXD_URL= --env PHOENIXD_PASSWORD= --env BUDGET_SATS= --env BOLTHUB_AUTH_TOKEN= registry -- npx @bolthub/mcp-registry
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"registry","command":"npx","args":["@bolthub/mcp-registry"],"env":{"LND_REST_HOST":"","LND_MACAROON":"","NWC_URI":"","LNBITS_URL":"","LNBITS_ADMIN_KEY":"","PHOENIXD_URL":"","PHOENIXD_PASSWORD":"","BUDGET_SATS":"","BOLTHUB_AUTH_TOKEN":""}}'
JSON
{
"mcpServers": {
"registry": {
"command": "npx",
"args": [
"@bolthub/mcp-registry"
],
"env": {
"LND_REST_HOST": "",
"LND_MACAROON": "",
"NWC_URI": "",
"LNBITS_URL": "",
"LNBITS_ADMIN_KEY": "",
"PHOENIXD_URL": "",
"PHOENIXD_PASSWORD": "",
"BUDGET_SATS": "",
"BOLTHUB_AUTH_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.