WhaleScope MCP for Claude Desktop
io.github.osindo-dev/whalescope-mcp
Binance Futures market intelligence: funding, OI, order book, klines, cross-exchange comparison.
client:Claude Desktop
transport:streamable-http
Install WhaleScope MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"whalescope-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://whalescope-mcp.jaringan.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs