mcp for Claude Desktop
so.blackforge/mcp
Crypto market data: order book depth, liquidity lifetimes and taker flow on 9 spot venues
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@blackforge-so/mcp"
],
"env": {
"BLACKFORGE_API_KEY": "<BLACKFORGE_API_KEY>",
"BLACKFORGE_BASE_URL": "<BLACKFORGE_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs