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

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.

Claude Desktop

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 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
Links