← coinrithm.com

INDIVIDUAL MCP TOOL

pm_data_event

Free public detail for one prediction-market event by venue + slug: outcomes with probabilities, price snapshots, resolution evidence, crossSourceMatches (the SAME real-world question priced on other venues — read probability divergence directly from it), referenceProbability when present (CoinRithm's canonical cross-venue number: the liquidity-weighted median Yes probability across matched real-money venues, with venueCount and spreadPoints — quote all three together, venues disagree and the spread says by how much), recent whale trades on the event, related events, related news, and volumeHistory when present (daily volume points captured since 2026-07-02 — read the event's volume trend directly from it).

coinrithm.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.coinrithm.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for pm_data_event 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

coinrithm.com

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.