Client
Freeby MCP Community
MCP server for market data, backtests, live strategies, and trading via Crush
v0.4.35Added Apr 12, 2026
crushcrush-protocolmcpmodel-context-protocoltrading
Client MCP Server
MCP server for market data, backtests, live strategies, and trading via Crush
Installation
Reviews
Installation
Quick install
npx -y @crush-protocol/mcp-client
Add to claude_desktop_config.json
{
"mcpServers": {
"client": {
"command": "npx",
"args": ["-y", "@crush-protocol/mcp-client"]
}
}
}