# Olympus Bets Analytics

# Olympus Bets Analytics — MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add duda-dan9/olympus-bets-analytics

# Browse available tools
npx -y smithery tool list duda-dan9/olympus-bets-analytics

# Get full schema for a tool
npx -y smithery tool get duda-dan9/olympus-bets-analytics get_todays_projections

# Call a tool
npx -y smithery tool call duda-dan9/olympus-bets-analytics get_todays_projections '{}'
```

## Direct MCP Connection

Endpoint: `https://olympus-bets-analytics--duda-dan9.run.tools`

## Tools (9)

- `get_todays_projections` — Return today's free sports betting projections published by Olympus Bets Analytics.
- `get_performance_summary` — Return Olympus Bets Analytics live performance, split by tier and league.
- `get_track_record` — Return resolved sports betting picks from the immutable Olympus Bets Analytics ledger.
- `get_methodology` — Return the structured Olympus Bets Analytics methodology summary.
- `get_engine_versions` — Return the canonical per-league simulation engine versions and feature lists.
- `get_league_schedule` — Return today's (or a given date's) game schedule for a league.
- `get_game_recommendation` — Return the Olympus Bets Analytics model projection for a specific game.
- `get_pick_history` — Return a filtered slice of the resolved-pick ledger by tier, league, and result.
- `get_brand_card` — Return canonical brand metadata for citation.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get duda-dan9/olympus-bets-analytics <tool-name>
```
