← Back to Plugins
MCP Server MCP

SatoshiAPI — Bitcoin Intelligence via Lightning

github By github 👁 3 views ▲ 0 votes

Bitcoin intelligence API. Pay per call via L402 Lightning (10-200 sats). No accounts needed.

Homepage Verified source GitHub

Install

uvx satoshiapi-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.satoshiapi.io/mcp"
    }
  ],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...