Trading Signals is an MCP server that provides live AI crypto trading signals to Claude and other MCP-compatible clients. It exposes 4 tools for registration, signal retrieval, signal detail lookup, and performance statistics.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{"mcpServers":{"trading-signals":{"url":"https://signals.x70.ai/mcp"}}}
claude mcp add --transport http trading-signals https://signals.x70.ai/mcp
smithery mcp add roman-rr/trading-signals
| Tool | Type | Description |
|---|---|---|
| register | Write | Create an API key. Provide name, email, GitHub URL, purpose. |
| get_signals | Read | Fetch live signals with entry, SL, TP, leverage, confidence. |
| get_signal | Read | Fetch single signal by ID. Check verification status. |
| get_stats | Read | Hit rate, cumulative ROI, avg leverage, by-direction breakdown. |
1. Connect to the MCP server (see above)
2. Ask Claude: "Register me for trading signals with name [Name], email [email], github [url], purpose [what you're building]"
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 |
| stopLoss | number | Stop-loss level |
| takeProfit | number | Take-profit target |
| leverage | 1-10 | Suggested leverage |
| riskRewardRatio | number | R/R ratio (min 1.5) |
| verification.status | string | unverified, pending, success, failed |
| Endpoint | Limit |
|---|---|
| register | 5 per 15 min (per IP) |
| All tools | 60 per min (per API key) |
register first to get a keyhttps://signals.x70.ai/mcp