The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Coinrule MCP Documentation
Official Model Context Protocol (MCP) documentation for Coinrule, an AI agentic trading automation platform for crypto and stocks. Backed by Y Combinator.
The Coinrule MCP connects AI assistants — Claude (Anthropic), ChatGPT (OpenAI), Grok (xAI), and any other MCP-compatible client — directly to a Coinrule Cloud account, so users can trade, read balances, launch strategies, run backtests, and manage baskets by chat.
MCP server URL: https://cloud.coinrule.com/mcp
Quick facts
| Field | Value |
|---|---|
| Server name | Coinrule MCP |
| Server URL | https://cloud.coinrule.com/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1, PKCE (S256) required |
| Registration | Dynamic Client Registration (POST /oauth/register) and CIMD |
| Protected-resource metadata | https://cloud.coinrule.com/.well-known/oauth-protected-resource/mcp |
| Scopes | coinrule:read, coinrule:write |
| Supported clients | Claude, ChatGPT, Grok, any OAuth 2.1 MCP client |
| Venues | Binance, Coinbase, Kraken (spot + perps), Hyperliquid, KuCoin, Trading 212 |
| Asset types | Crypto spot, perpetuals, stocks, plus paper-trading equivalents |
| Manage / revoke | https://cloud.coinrule.com/settings/integrations |
| Docs | https://cloud.coinrule.com/docs/mcp |
Dataset Description
11 documents covering the complete Coinrule MCP documentation set:
- What the Coinrule MCP is and what it enables
- Connecting an AI assistant (general OAuth flow)
- Per-client setup: Claude, ChatGPT (incl. the
invalid_clientfix), Grok - Connecting any other OAuth 2.1 MCP client (endpoints, PKCE, DCR/CIMD)
- Full tools reference (every MCP tool, grouped by capability, Read/Write marked)
- Scopes, permissions, and the OAuth security model
- Example prompts for chat-based trading
- Troubleshooting
Data Fields
slug: URL-friendly identifiertitle: Document titledate: Last-updated date (YYYY-MM-DD)url: Canonical source URLcategories: List of category tagscontent: Full document content (Markdown)
MCP tools exposed
Strategies (read): list_strategies, get_strategy, get_strategy_status, get_strategy_activity, get_strategy_trades, get_strategy_pnl, get_strategy_feed
Portfolio (read): get_portfolio_balances, get_portfolio_holdings, get_recent_signals, list_exchange_accounts
Strategy creation & control (write): validate_strategy, create_strategy, create_strategy_from_prompt, update_strategy, start_strategy, stop_strategy
Templates (read): list_strategy_templates
Baskets: list_baskets (read), list_basket_assets (read), create_basket (write), launch_basket (write)
Backtests: list_backtests (read), get_backtest (read), get_backtest_export (read), run_backtest (write), run_backtest_scenarios (write)
Connecting in one minute
Add a custom / remote MCP connector in your AI client pointing at https://cloud.coinrule.com/mcp, sign in with Coinrule, and choose Read only (coinrule:read) or Read + Write (coinrule:read + coinrule:write). Your assistant never sees your password or exchange API keys — authentication happens on Coinrule's side over OAuth 2.1, and any connection can be revoked instantly from Settings → Integrations.
Source
License
CC-BY-4.0 — Attribution to Coinrule appreciated.
Disclaimer
Documentation only. Nothing here is financial advice. A Read + Write MCP connection on a live exchange can place real trades with real funds — start on paper trading.
- Downloads last month
- 19