← Back to MCP listView full setup guide →
§ 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"
}
}
}
}§ Tools Reference
5 tools
get_portfolio
Get paper portfolio and equity
get_market_context
Get market context
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | — | Trading pair |
open_spot_position
Open spot paper position (requires trade scope)
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | ✓ | e.g. BTC-USDT |
| amountUsd | number | ✓ | Amount 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
LadleAgent