Skip to content
Claude Desktop

signal api for Claude Desktop

live.bitcoinintel/signal-api

Bitcoin 15-min prediction signals with on-chain commitment proofs. L402-gated.

client:Claude Desktop transport:sse

Install signal api in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "signal-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.bitcoinintel.live/mcp/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

signal api in other clients