Trading Signals is an MCP server that provides live AI crypto trading signals to Claude and other MCP-compatible clients. It exposes read tools for signal retrieval, signal detail lookup, history, and performance statistics. API keys are issued from your dashboard.
Get your API key from the API Key page in your dashboard, then set it as the X-Api-Key header at install (below). Free tier returns coin + direction; Pro unlocks entry / SL / TP / leverage + 30-day history.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{"mcpServers":{"trading-signals":{"url":"https://signals.x70.ai/mcp","headers":{"X-Api-Key":"YOUR_KEY"}}}}
claude mcp add --transport http trading-signals https://signals.x70.ai/mcp --header "X-Api-Key: YOUR_KEY"
smithery mcp add roman-rr/trading-signals
| Tool | Type | Description |
|---|---|---|
| get_signals | Read | Fetch live signals. Pro: entry, SL, TP, leverage. Free: coin + direction. |
| get_signal | Read | Fetch single signal by ID. Check verification status. |
| get_signal_history | Read | Historical (verified) signals with cursor pagination. |
| get_stats | Read | Hit rate, cumulative ROI, avg leverage, by-direction breakdown. |
1. Get your key from the API Key page
2. Connect the MCP server with your key in the X-Api-Key header (see Connect above)
3. Ask Claude: "Show me the latest crypto trading signals"
4. Ask Claude: "What's the 30-day hit rate?"
| Field | Type | Description |
|---|---|---|
| coin | string | Ticker (BTC, ETH, SOL...) |
| direction | string | bullish or bearish |
| confidence | 0-100 | AI conviction level |
| entryPrice | number | Suggested entry (Pro) |
| stopLoss | number | Stop-loss level (Pro) |
| takeProfit | number | Take-profit target (Pro) |
| leverage | 1-10 | Suggested leverage (Pro) |
| riskRewardRatio | number | R/R ratio (Pro) |
| verification.status | string | unverified, pending, success, failed |
| Tier | Limit |
|---|---|
| Anonymous (no key) | 30 / hr / IP |
| Free key | 300 / hr / key |
| Pro key | 10,000 / hr / key |
Rate limit is anti-abuse, not the product — the sell is data depth. Signing in raises your ceiling; Pro removes it.
X-Api-Key headerhttps://signals.x70.ai/mcp