MCP Documentation

FREE DURING BETA
Overview

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.

Connect

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

Smithery

smithery mcp add roman-rr/trading-signals
Tools
ToolTypeDescription
registerWriteCreate an API key. Provide name, email, GitHub URL, purpose.
get_signalsReadFetch live signals with entry, SL, TP, leverage, confidence.
get_signalReadFetch single signal by ID. Check verification status.
get_statsReadHit rate, cumulative ROI, avg leverage, by-direction breakdown.
Quick Start

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?"

Signal Fields
FieldTypeDescription
coinstringTicker (BTC, ETH, SOL...)
directionstringbullish or bearish
confidence0-100AI conviction level
entryPricenumberSuggested entry
stopLossnumberStop-loss level
takeProfitnumberTake-profit target
leverage1-10Suggested leverage
riskRewardRationumberR/R ratio (min 1.5)
verification.statusstringunverified, pending, success, failed
Rate Limits
EndpointLimit
register5 per 15 min (per IP)
All tools60 per min (per API key)
Troubleshooting
Links