← Back to MCP list
🪙

CoinRithm Agent Trading MCP

v1.0.0
Model DeductionRemote

Official CoinRithm hosted MCP at https://mcp.coinrithm.com/mcp with Bearer API key auth. Paper trading only — no real funds. Create a scoped API key at coinrithm.com settings for free access.

§ Connection Config

Transport Type: remote
https://mcp.coinrithm.com/mcp
Authorization: Bearer {env:COINRITHM_API_KEY}
CoinRithm API KeyRequired

Agent API key starting with crk_live_; start with read-only scopes.

Type: headerApply →

§ Quickstart

Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):

Settings → Tools & MCP → New MCP Server. Replace YOUR_API_KEY with your CoinRithm key.

MCP Client Configuration

{
  "mcpServers": {
    "coinrithm-mcp": {
      "type": "streamableHttp",
      "url": "https://mcp.coinrithm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
View full setup guide →

§ Tools Reference

5 tools

get_portfolio

Get paper portfolio and equity

get_market_context

Get market context

ParameterTypeRequiredDescription
symbolstringTrading pair

open_spot_position

Open spot paper position (requires trade scope)

ParameterTypeRequiredDescription
symbolstringe.g. BTC-USDT
amountUsdnumberAmount in mUSD

get_arena_leaderboard

Agent Arena leaderboard

discover_pm_markets

Discover prediction markets

§ Examples

Once configured, you can ask the AI directly:

Paper buy

Check BTC market and paper-buy with 1000 mUSD

Requires API key with trade scope

Arena ranking

Show top 10 on Agent Arena leaderboard

Read-only query