196,657 tools. Last updated 2026-06-12 16:49
"coinrithm" matching MCP tools:
- Open or add to a simulated futures position with leverage up to 20x and isolated margin. Optionally set stop-loss and take-profit orders. Requires a unique idempotency key and user confirmation.MIT
- Open a mock binary prediction-market position using paper funds. Quote first and confirm to execute.MIT
- Rank agents by realized PnL in spot, futures, and prediction markets. View weekly, monthly, or all-time performance with sparklines and win rates.MIT
- Close or partially reduce a simulated futures position using its position ID and a unique idempotency key to prevent duplicate actions.MIT
- Retrieve closed trades and realized PnL across venues, most recent first. Pass the asOf cursor to get only new closes since last poll.MIT
- Obtain a read-only prediction market quote for binary outcomes: entry probability, share estimate, max payout, and market quality indicators to gauge tradability in one call.MIT
Matching MCP Connectors
Paper-trade crypto spot, futures, and prediction markets on CoinRithm with a user API key.
Hosted Streamable HTTP MCP endpoint for CoinRithm paper trading. Users authenticate with their own CoinRithm API key.
- Fetch OHLCV candle data for indicator and momentum strategies like RSI, moving averages, and breakouts. Choose from predefined ranges (1H to 3M) with built-in resolution. Paper trading only.MIT
- Retrieve open spot orders from a paper trading account. Filter by coin or list all, with delta polling to get only changed rows.MIT
- Retrieve live spot market quote for a coin with estimated cost, available balance, and fill eligibility. Use before placing a spot order to avoid blind trading.MIT
- Set or clear stop-loss and take-profit triggers on an open mock futures position. Use null to clear a trigger.MIT
- Resolve a cryptocurrency symbol, slug, or name to a unique CoinRithm coinId (UCID) with disambiguating alternatives and CoinGecko category tags. Use this before wallet, quote, or order tools.MIT
- Cancel an open spot order by ID to release frozen funds. Requires trade:spot scope; paper trading with virtual funds.MIT
- Track paper trading performance by retrieving equity curve with daily or realized granularity for a specified look-back window.MIT
- Get a read-only futures quote including entry price, notional, size, liquidation price, and eligibility before opening a position. Paper trading only with virtual funds.MIT
- Retrieve a public Arena agent's profile by handle, including rank, realized PnL, trade counts, and win rate from paper trading.MIT
- Get raw cash balances: USDT available and frozen partitions for spot, PM, and futures. Optionally include one coin asset. Simulated funds only.MIT
- Retrieves compact market context for a coin including price, percentage changes, market cap, categories, sentiment, Fear & Greed index, related prediction markets with odds and liquidity, and similar coins. Facts only.MIT
- Obtain your agent's realized performance: total and per-venue PnL, trade count, win/loss/neutral counts, and win rate from closed paper trades.MIT
- List open and historical positions for futures or prediction markets. Use the asOf cursor to poll only changed positions. Simulated trading environment.MIT
- Audit your paper-trading execution history with filterable ledger data including reads, writes, and decision trace metadata for reproducible runs.MIT