# BotIndex

Access a comprehensive suite of market intelligence for sports betting, cryptocurrency trading, and commerce. Analyze live odds, line movements, and liquidation heatmaps to make data-driven decisions…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cyberweasel777/botindex-mcp-server botindex_discover

# Call a tool
npx -y @smithery/cli@latest tool call cyberweasel777/botindex-mcp-server botindex_discover '{}'
```

## Direct MCP Connection

Endpoint: `https://botindex-mcp-server--cyberweasel777.run.tools`

## Tools (13)

- `botindex_discover` — List all available BotIndex tools and endpoints with pricing.
- `botindex_hl_funding_arb` — Get Hyperliquid funding rate arbitrage opportunities ranked by annualized yield. FREE
- `botindex_signals` — Get latest cross-market signals with bot attribution and confidence scores. FREE
- `botindex_crypto_tokens` — Get token universe with prices, volumes, and market caps. FREE
- `botindex_correlation_leaders` — Get top correlated and anti-correlated crypto pairs. $0.02
- `botindex_zora_trending` — Get trending Zora coins ranked by 24h volume. FREE
- `botindex_zora_momentum` — Get Zora coins with accelerating attention velocity. $0.02
- `botindex_zora_creators` — Get top Zora creators scored by market cap, volume, holders. $0.02
- `botindex_doppler_launches` — Get recent Doppler token launches on Base. $0.01
- `botindex_zora_intel` — AI Zora market intelligence: risk scores, fair value, creator grades, BUY/WATCH/FADE. $0.05
- `botindex_hl_intel` — AI funding rate intelligence: rate persistence, entry timing, risk-adjusted yield. $0.05
- `botindex_crypto_intel` — AI crypto correlation intelligence: regime detection, alpha signals, portfolio risk. $0.05
- `botindex_doppler_intel` — AI Doppler launch intelligence: quality scores, rug probability, creator analysis. $0.05

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