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)
{
"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