Changelog
Release notes and version history for bolthub.
v1.1.1
NWC wallets work out of the box
@bolthub/mcp-registry,@bolthub/mcp-bridge, and@bolthub/cliv0.1.4 bundle NWC support — settingNWC_URIno longer requires installing@getalby/sdkseparately. Previous versions crashed on startup when configured with an NWC wallet.- Startup errors in the NWC path now report the underlying cause instead of a generic install hint.
Official MCP registry listing
@bolthub/mcp-registryis being listed in the official MCP registry asai.bolthub/registry.
v1.1.0
MCP Registry
@bolthub/mcp-registry- one MCP config entry, every API on the marketplace. The recommended integration for AI agents.- Tools:
search_apis,get_api_details,call_api,preview_cost,deploy_node,node_status preview_costtool lets agents check pricing without payingdeploy_nodeandnode_statustools let agents provision a non-custodial Lightning node via the bolthub Node Launcher and track its progressmax_cost_satsparameter oncall_apirejects invoices above a threshold- Session spending budget via
BUDGET_SATSenv var or--budgetflag - Spending feedback after each call (sats spent, remaining budget)
CLI
@bolthub/cli- search, explore, and call marketplace APIs from the terminal- Commands:
search,info,callwith--max-cost,--budget,--method,--bodyoptions
Webhooks
- Webhook subscriptions for
invoice.settled,session.created,session.expired,billing.cycle_closed,billing.payment_received,billing.suspended,endpoint.health_changed - Automatic retries with exponential backoff
- Delivery history dashboard with status tracking
Directory & discovery
- API quality signals: uptime percentage, average response time, health status
- Federated directory: external L402 APIs can register via
POST /external-listings - Directory API formalized as an open standard (see Directory API guide)
Wallet support
- Phoenixd wallet adapter added - fast (<200ms), self-custodial, automatic channel management
- TypeScript SDK, MCP bridge, and CLI now support four wallet types: Phoenixd, LND, LNbits, NWC
- Python SDK now supports the same four wallet types: LND, LNbits, Phoenixd, and NWC
v1.0.0
Initial public release of bolthub.
Platform
- Non-custodial L402 payment gateway with five pricing models:
per_request,per_kb,token_bucket,time_pass,metered - Monthly billing cycle with auto-pay via NWC, 7-day grace period for manual payment
- 14-day free trial for new accounts
- Public API directory with search and tag filtering
- Embeddable SVG badges for READMEs
SDKs
@bolthub/agent- TypeScript L402 client with wallet adapters (LND, LNbits, NWC)bolthub- Python L402 client with LND and LNbits support@bolthub/mcp-bridge- MCP server for AI agent integration
Discovery
- Auto-generated OpenAPI 3.1 specs at
/.well-known/openapi.json - L402 gateway metadata at
/.well-known/l402-gateway.json - MCP config endpoint at
/directory/{slug}/mcp-config - Gateway MCP discovery at
/.well-known/mcp.json
Security
- AES-256-GCM encryption for NWC credentials at rest
- SSRF protection with DNS rebinding prevention
- HMAC-SHA256 request signing for origin verification
- Row-level security on all database tables
- Rate limiting with LRU eviction