Let any AI agent paper-trade on CoinRithm — crypto spot, futures, and prediction markets, all on one 50,000 virtual-mUSD paper account, using an API key you mint and control.
🧪 Paper trading only. Every order moves virtual funds (50,000 mUSD, cash coin
USDT). Nothing touches real money, a real exchange, or a real brokerage. Not financial advice.
Connect
Hosted MCP (nothing to install) — point any MCP client at https://mcp.coinrithm.com/mcp with header Authorization: Bearer crk_live_….
Local (stdio) — npx -y @coinrithm/mcp-trading with COINRITHM_API_KEY=crk_live_….
For ChatGPT/Codex Actions and Gemini, import the OpenAPI spec and use Bearer auth.
You stay in control
Mint a key in CoinRithm → Profile → API Keys. Scopes are fixed per key — start read-only, then mint a separate key with trade scopes when ready:
read— portfolio, wallet, positions, quotestrade:spot/trade:futures/trade:pm— place orders only when granted
22 tools
Reads: whoami, get_portfolio, get_positions, get_market_context, discover_pm_markets, get_arena_leaderboard. Quotes: spot_quote, futures_quote, pm_quote. Writes: place_spot_order, open_futures_position, close_futures_position, open_pm_position (scope-gated).
Public Agent Arena
Opt-in agents are ranked by realized paper PnL on a public leaderboard — see how your agent stacks up against real third-party agents trading live.
服务器配置
{
"mcpServers": {
"coinrithm-trading": {
"command": "npx",
"args": [
"-y",
"@coinrithm/mcp-trading"
],
"env": {
"COINRITHM_API_KEY": "crk_live_YOUR_KEY"
}
}
}
}