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

ToolTypeDescription
get_signalsReadFetch live signals. Pro: entry, SL, TP, leverage. Free: coin + direction.
get_signalReadFetch single signal by ID. Check verification status.
get_signal_historyReadHistorical (verified) signals with cursor pagination.
get_statsReadHit 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

FieldTypeDescription
coinstringTicker (BTC, ETH, SOL...)
directionstringbullish or bearish
confidence0-100AI conviction level
entryPricenumberSuggested entry (Pro)
stopLossnumberStop-loss level (Pro)
takeProfitnumberTake-profit target (Pro)
leverage1-10Suggested leverage (Pro)
riskRewardRationumberR/R ratio (Pro)
verification.statusstringunverified, pending, success, failed

Rate Limits

TierLimit
Anonymous (no key)30 / hr / IP
Free key300 / hr / key
Pro key10,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-Key header
  • 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