Skip to content
Grok

SatoshiAPI — Bitcoin Data via Lightning for Grok

io.github.satoshiapi/satoshi-btc-api

L402 Lightning-paid Bitcoin data: price, fees, blocks, sentiment, DCA signals.

client:Grok transport:stdio runtime:pypi

Install SatoshiAPI — Bitcoin Data via Lightning in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "satoshi-btc-api": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "satoshiapi-mcp"
      ],
      "env": {
        "SATOSHIAPI_LND_REST": "<SATOSHIAPI_LND_REST>",
        "SATOSHIAPI_LND_MACAROON": "<SATOSHIAPI_LND_MACAROON>",
        "SATOSHIAPI_LND_CERT": "<SATOSHIAPI_LND_CERT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SatoshiAPI — Bitcoin Data via Lightning in other clients