Server data from the Official MCP Registry
AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.
AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.
Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: NWC_CONNECTION_STRING
Environment variable: PHOENIXD_URL
Environment variable: PHOENIXD_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-squidboy30-boltwork-mcp": {
"env": {
"PHOENIXD_URL": "your-phoenixd-url-here",
"PHOENIXD_PASSWORD": "your-phoenixd-password-here",
"NWC_CONNECTION_STRING": "your-nwc-connection-string-here"
},
"args": [
"boltwork-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
pip install boltwork-mcp
# If using NWC (Nostr Wallet Connect):
pip install "boltwork-mcp[nwc]"
Or use directly with uvx — no install needed:
uvx boltwork-mcp
You need a Lightning wallet that supports either:
Option A — NWC (recommended, easiest)
Option B — Phoenixd
Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {
"NWC_CONNECTION_STRING": "nostr+walletconnect://your-connection-string-here"
}
}
}
}
Cursor — edit .cursor/mcp.json in your project:
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {
"NWC_CONNECTION_STRING": "nostr+walletconnect://your-connection-string-here"
}
}
}
}
Using Phoenixd instead of NWC:
{
"mcpServers": {
"boltwork": {
"command": "uvx",
"args": ["boltwork-mcp"],
"env": {
"PHOENIXD_URL": "http://localhost:9740",
"PHOENIXD_PASSWORD": "your-phoenixd-password"
}
}
}
}
That's it. Your agent now has access to all Boltwork tools and will pay invoices automatically when it uses them.
| Tool | What it does | Cost |
|---|---|---|
summarise_pdf | Summarise a PDF from URL | 500 sats |
review_code | Review code for bugs, security, quality | 2000 sats |
review_code_url | Review code from GitHub/GitLab URL | 2000 sats |
summarise_webpage | Summarise any web page | 100 sats |
extract_data | Extract structured data from PDF | 200 sats |
translate | Translate text or document to 24 languages | 150 sats |
extract_tables | Extract tables from PDF as structured JSON | 300 sats |
compare_documents | Diff two PDFs | 500 sats |
explain_code | Explain code in plain English | 500 sats |
memory_store | Store persistent key-value memory | 10 sats |
memory_retrieve | Read stored memory | 5 sats |
memory_delete | Delete a memory key | free |
run_workflow | Chain services in a single pipeline | 1000 sats |
Once configured, just talk to your AI naturally:
"Summarise this research paper: https://arxiv.org/pdf/2301.00000"
"Review the code at https://github.com/me/repo/blob/main/app.py"
"Translate this contract to Spanish: https://example.com/contract.pdf"
"Compare these two versions of our terms of service:
v1: https://example.com/tos-v1.pdf
v2: https://example.com/tos-v2.pdf"
"Remember that the last file I asked you to review was app.py
and the score was 7/10"
Your agent handles the payment automatically — you just see the result.
Chain multiple services in one call with run_workflow:
"Fetch the Bitcoin whitepaper, translate the summary to French,
and store the translation in my agent memory"
The $from syntax passes outputs between steps:
{
"steps": [
{"service": "pdf", "input": {"url": "https://bitcoin.org/bitcoin.pdf"}},
{"service": "translate", "input": {"text": {"$from": 0}, "target_language": "french"}}
]
}
| Variable | Required | Description |
|---|---|---|
NWC_CONNECTION_STRING | One of these two | Nostr Wallet Connect string from Alby/Mutiny |
PHOENIXD_URL | One of these two | Phoenixd base URL e.g. http://localhost:9740 |
PHOENIXD_PASSWORD | With Phoenixd | Phoenixd HTTP Basic auth password |
BOLTWORK_GATEWAY | Optional | Override gateway URL (default: https://parsebit-lnd.fly.dev) |
All prices are in satoshis (sats). At current rates, 1000 sats ≈ $0.60 — but this varies with Bitcoin's price.
There is no subscription, no monthly fee, no minimum spend. You pay exactly for what your agent uses, nothing more.
boltwork-mcp sends the request to parsebit-lnd.fly.devThe whole flow takes 1-3 seconds. Your agent sees only the final result.
Boltwork has free trial endpoints — no Lightning wallet needed:
curl -X POST https://parsebit.fly.dev/trial/review \
-H "Content-Type: application/json" \
-d '{"code": "def add(a, b): return a + b"}'
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.