Boltwork✓
io.github.Squidboy30/boltwork-mcp · v0.1.12
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Squidboy30/boltwork-mcp",
"description": "AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.",
"title": "Boltwork",
"repository": {
"url": "https://github.com/Squidboy30/boltwork-mcp",
"source": "github"
},
"version": "0.1.12",
"packages": [
{
"registryType": "pypi",
"identifier": "boltwork-mcp",
"version": "0.1.12",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Nostr Wallet Connect string (e.g. from Alby or Mutiny). Required if not using Phoenixd.",
"isSecret": true,
"name": "NWC_CONNECTION_STRING"
},
{
"description": "Phoenixd base URL e.g. http://localhost:9740. Required if not using NWC.",
"name": "PHOENIXD_URL"
},
{
"description": "Phoenixd HTTP Basic auth password. Required if using Phoenixd.",
"isSecret": true,
"name": "PHOENIXD_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}