AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.
MCPpedia last refreshed this data
io.github.Squidboy30/boltwork-mcp is an MCP server that AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more. Its tool list has not been published yet over stdio and http, requires no API key, and scores 80/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"boltwork": {
"env": {},
"args": [
"boltwork-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
mcp-name: io.github.Squidboy30/boltwork-mcp MCP server for Boltwork — AI services that pay for themselves via Bitcoin Lightning.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'boltwork-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked boltwork-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / developer-tools
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Chrome DevTools for coding agents
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for io.github.Squidboy30/boltwork-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
mcp-name: io.github.Squidboy30/boltwork-mcp
MCP server for Boltwork — AI services that pay for themselves via Bitcoin Lightning.
Give your AI agent PDF summarisation, code review, translation, web extraction, document comparison, and persistent memory — all paid autonomously in sats. No API keys. No subscriptions. No accounts.
Boltwork is a pay-per-call AI services API that uses the L402 protocol — your agent makes a request, receives a Lightning invoice, pays it automatically, and gets the result back. No human involved.
This package wraps Boltwork as an MCP server so any MCP-compatible AI (Claude, Cursor, Windsurf, etc.) can use it as a tool — with payments handled transparently in the background.
Two tools work right now with zero setup:
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {}
}
}
}
Then ask your AI:
"Use trial_review_code to review this: def add(a, b): return a + b"
"Use trial_summarise to summarise this: <paste any text>"
Real AI results instantly. No Lightning wallet. No setup. Rate limited to 5 calls/hour.
pip install boltwork-mcp
# If using NWC (Alby, Mutiny, Coinos, etc.):
pip install "boltwork-mcp[nwc]"
Or use directly with uvx — no install needed:
uvx boltwork-mcp
Four wallet backends are supported. Pick whichever fits your setup:
Works with Alby, Mutiny Wallet, Coinos, Primal, Cashu.me, and any NWC-compatible wallet.
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {
"NWC_CONNECTION_STRING": "nostr+walletconnect://your-string-here"
}
}
}
}
Requires: pip install "boltwork-mcp[nwc]"
Works with lnbits.com or any self-hosted LNbits instance. Popular with BTCPay Server users and home node operators.
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {
"LNBITS_URL": "https://lnbits.com",
"LNBITS_API_KEY": "your-invoice-key-here"
}
}
}
}
For self-hosted: set LNBITS_URL to your instance URL (e.g. https://lnbits.yourdomain.com).
Works with a Strike account. Custodial, simple API key setup. Good for US users or anyone who already uses Strike.
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {
"STRIKE_API_KEY": "your-api-key-here"
}
}
}
}
Works with Phoenixd — ACINQ's self-hosted Lightning node. Simple REST API, no channel management.