SatoshiAPI — Bitcoin Intelligence via Lightning✓
io.satoshiapi/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.satoshiapi/mcp",
"description": "Bitcoin intelligence API. Pay per call via L402 Lightning (10-200 sats). No accounts needed.",
"title": "SatoshiAPI — Bitcoin Intelligence via Lightning",
"repository": {
"url": "https://github.com/SatoshiAPI/satoshi-btc-api",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://satoshiapi.io",
"packages": [
{
"registryType": "pypi",
"identifier": "satoshiapi-mcp",
"version": "1.0.3",
"runtimeHint": "python3",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-m",
"type": "positional"
},
{
"value": "satoshiapi_mcp",
"type": "positional"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://api.satoshiapi.io/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}