# Fibonex Trading Signals

AI-powered Fibonacci grid trading signals for crypto. Get real-time BULLISH/BEARISH/NEUTRAL signals with DCA levels, golden zone analysis, and cluster detection for BTC, ETH, SOL, and 500+ pairs. Fre…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list fibonex/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get fibonex/mcp-server get_crypto_signal

# Call a tool
npx -y @smithery/cli@latest tool call fibonex/mcp-server get_crypto_signal '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--fibonex.run.tools`

**Optional config:**
- `apiKey` (query) — Optional API key for premium 500+ pairs. Empty = free demo (8 pairs). Get at fibonex.org/pricing
- `defaultPair` (query) — Default trading pair in BASE/QUOTE format, e.g. BTC/USDT

## Tools (3)

- `get_crypto_signal` — Get AI-powered Fibonacci grid trading signal for a cryptocurrency pair.
- `list_supported_pairs` — List all cryptocurrency trading pairs supported by Fibonex.
- `fibonacci_calculator` — Calculate Fibonacci retracement levels (23.6%, 38.2%, 50%, 61.8%, 78.6%)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get fibonex/mcp-server <tool-name>
```
