Loading MCP server directory, please wait...
Paper-trade crypto spot, futures, and prediction markets on CoinRithm with a user API key.
npx @getmcp/cli add io.github.CoinRithm/mcp-tradingRequires Node.js 18+. Community-contributed server. Review source before installing.
COINRITHM_API_KEYPersonal CoinRithm API key (crk_live_…) minted at Profile -> API Keys. Start with a read-only key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.CoinRithm/mcp-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "",
"COINRITHM_API_URL": ""
}
}
}
}