AI Trading Signals
Live KI-generierte Krypto-Handelssignale für Agenten
Gehosteter MCP-Server
npx add-mcp 'https://signals.x70.ai/mcp'Installiert in Claude Code, Codex, Cursor und mehr
Dokumentation
MCP Documentation
FREE TIER + PRO
Overview
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.
Connect — no key needed to start
Install first and try it. You get 3 live signals plus our verified hit rate with no account and no card. Add a key afterwards for the full feed.
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{"mcpServers":{"trading-signals":{"url":"https://signals.x70.ai/mcp"}}}
Claude Code
claude mcp add --transport http trading-signals https://signals.x70.ai/mcp
Then ask your agent: "show me the latest crypto trading signals".
Add your key for the full feed
A free account lifts the 3-signal preview to up to 100 signals with full reasoning and verified outcomes. Pro adds entry / SL / TP / leverage and 30-day history.
Claude Desktop
{"mcpServers":{"trading-signals":{"url":"https://signals.x70.ai/mcp","headers":{"X-Api-Key":"YOUR_KEY"}}}}
Claude Code
claude mcp add --transport http trading-signals https://signals.x70.ai/mcp --header "X-Api-Key: YOUR_KEY"
Smithery
smithery mcp add roman-rr/trading-signals
Tools
| 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. |
Quick Start
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?"
Signal Fields
| 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 |
Rate Limits
| 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.
Troubleshooting
- Invalid/missing API key — get a key from the API Key page and set it as the
X-Api-Keyheader - entry/SL/TP are null — you're on the free tier; go Pro to unlock the trade levels
- Empty signals — no live signals right now, try increasing days parameter
- Rate limited — sign in for a higher ceiling, or go Pro to remove it
- Connection failed — verify URL is
https://signals.x70.ai/mcp
Links