INDIVIDUAL MCP TOOL
pm_data_calibration
Free public per-venue forecast-accuracy scorecard: for each venue, calibrationError (Expected Calibration Error, 0-1, lower is better — the fair cross-venue headline), sampleSize, meanWinnerConfidence, and a 10-bucket reliability curve (predictedMean vs realizedRate per probability bucket) computed from that venue's OWN probability ~24h before resolution against the outcome that actually happened, over resolved markets with >=24h of pre-resolution history.
LIVE ENDPOINT
https://mcp.coinrithm.com/mcp
Connect to this endpoint to inspect the live schema for pm_data_calibration and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.coinrithm-trading]
url = "https://mcp.coinrithm.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coinrithm-trading": {
"type": "http",
"url": "https://mcp.coinrithm.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coinrithm-trading
Remote MCP URL: https://mcp.coinrithm.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"coinrithm-trading": {
"url": "https://mcp.coinrithm.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coinrithm-trading": {
"type": "http",
"url": "https://mcp.coinrithm.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coinrithm-trading",
"transport": "streamable-http",
"url": "https://mcp.coinrithm.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Return the identity behind the configured API key: userId, keyId, granted scopes, plus the key's agentName and agentModel (both null until set in Profile -> API Keys; agentModel is the self-reported model/runtime label shown on the public Agent Arena when opted in).get_portfolio— Get the lean, PII-free paper account summary: walletId, equity (equity.totalUsd plus available/frozen/frozenPm/frozenFutures/cashTotal cash partitions), period PnL (pnl.24hUsd … allTimePct), open spot orders, and a progression block (league/XP).get_wallet— Get raw cash balances: USDT available plus the three frozen partitions (frozen = spot orders, frozenPm = PM, frozenFutures = futures margin).list_open_orders— List open (resting) spot orders.get_positions— List open + historical positions for a venue.resolve_symbol— Resolve a human symbol / slug / name (e.g.get_equity_curve— Wallet equity time series for the paper account — the basis for reviewing performance over time and narrating results.get_my_trades— Unified realized-PnL log of CLOSED trades across venues (spot fills, closed/liquidated futures, settled prediction-markets), most-recent first — the agent's memory of what it did and what won/lost.