# Trading Signals

Live AI crypto trading signals for AI agents. Get real-time bullish/bearish signals with entry price, stop-loss, take-profit, leverage, confidence scores, and automated verification tracking. Covers …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add roman-rr/trading-signals

# Browse available tools
npx -y @smithery/cli@latest tool list roman-rr/trading-signals

# Get full schema for a tool
npx -y @smithery/cli@latest tool get roman-rr/trading-signals register

# Call a tool
npx -y @smithery/cli@latest tool call roman-rr/trading-signals register '{}'
```

## Direct MCP Connection

Endpoint: `https://trading-signals--roman-rr.run.tools`

## Tools (4)

- `register` — Create an API key to access trading signals. Provide name, email, GitHub URL, and purpose.
- `get_signals` — Fetch live (active) crypto trading signals with entry, SL, TP, leverage, confidence. Returns only unverified and pendin…
- `get_signal` — Fetch a single signal by ID. Use to check verification status and outcome of a previously seen signal.
- `get_stats` — Get aggregated performance: hit rate, cumulative ROI, average leverage, breakdown by direction. Use to assess signal re…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get roman-rr/trading-signals <tool-name>
```
