HomeFinance › CoinRithm Agent Trading

CoinRithm Agent Trading

Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.

TypeScript Cloud Remote
★ 4 stars Last pushed 2026-09-24 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.coinrithm.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http coinrithm-agent-trading https://mcp.coinrithm.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "coinrithm-agent-trading": {
      "url": "https://mcp.coinrithm.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer crk_live_… — your personal CoinRithm API key, forwarded per request. Optional: the keyless pm_data_* prediction-market data tools work anonymously; the key is only needed for portfolio and trading tools.

Package (npm 0.7.13)

npx -y @coinrithm/mcp-trading@0.7.13

Or add to your MCP client config:

{
  "mcpServers": {
    "coinrithm-agent-trading": {
      "command": "npx",
      "args": [
        "-y",
        "@coinrithm/mcp-trading@0.7.13"
      ],
      "env": {
        "COINRITHM_API_KEY": "<YOUR_VALUE>",
        "COINRITHM_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • COINRITHM_API_KEY required secret — Personal CoinRithm API key (crk_live_…) minted at Profile -> API Keys. Start with a read-only key.
  • COINRITHM_API_URL — CoinRithm API base URL. Defaults to https://api.coinrithm.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry