Olympus Bets Analytics
https://server.smithery.ai/olympus-bets/olympus-bets-analytics/mcp# Olympus Bets Analytics — MCP Server Read-only, public **Model Context Protocol** surface for the [Olympus Bets Analytics](https://app.olympus-bets.com) quantitative sports-betting platform. Point any MCP client (Claude, ChatGPT, Cursor, Windsurf) at the hosted endpoint and ask what the model likes today, how the engines work, and how the published track record has actually resolved — answered live from the same data the production engines write at simulation time. This is **not** a tipster feed. Every projection is Monte Carlo–simulated (10,000+ iterations/game), Bayesian-calibrated, Kelly-sized, and resolved automatically against official scores into an auditable, public ledger. | | | |---|---| | **Endpoint** | `https://app.olympus-bets.com/mcp` | | **Transport** | Streamable HTTP | | **Auth** | None (public, read-only) | | **Tools** | 9, all read-only | | **Source** | https://github.com/drduda9/olympus-bets-mcp | | **Install guide** | https://app.olympus-bets.com/mcp-server | ## What your AI gets | Tool | Returns | |---|---| | `get_todays_projections` | Today's free projections — edge %, calibrated probability, EV, Kelly-sized units, confidence tier, key factors, risks | | `get_performance_summary` | Live track record split by tier and league | | `get_track_record` | Filtered resolved-pick history (win rate, ROI, units) | | `get_methodology` | Pipeline summary, formulas, calibration, research findings | | `get_engine_versions` | Per-league simulation engine version table | | `get_league_schedule` | Schedule for a league + date | | `get_game_recommendation` | Model projection for a specific game (premium picks masked) | | `get_pick_history` | Filtered ledger slice (premium masked) | | `get_brand_card` | Canonical brand metadata for citation | **Leagues covered (12):** NBA, WNBA, NHL, NFL, CBB, CFB, MLB, Soccer, Golf, Tennis, LoL, CS2. ## Methodology League-specific Monte Carlo engines (10,000+ iterations per game) → Platt + per-league isotonic calibration → 15-dimension profitability-zone gating → 15% Kelly shrinkage for sizing. Results are resolved automatically against official scores and published to an immutable ledger; the full resolved-pick history is downloadable as a public CSV. ## Trust & safety - **Read-only.** No tool writes anything. No member data is ever exposed; premium-gated picks are masked. - **Single source of truth.** Tools read the canonical platform data files the production engines write at simulation time — no shadow datastore. - **Rate-limited** at 30 requests/minute/IP (burst 20) for fairness. ## Quick connect **Claude / ChatGPT** — add the URL `https://app.olympus-bets.com/mcp` as a custom connector, Auth `None`. **Claude Desktop / Cursor / Windsurf** ```json { "mcpServers": { "olympus-bets": { "type": "streamable-http", "url": "https://app.olympus-bets.com/mcp" } } } ``` Per-client config paths: https://app.olympus-bets.com/mcp-server --- Per-client config paths: https://app.olympus-bets.com/mcp-server ---
How to connect
https://server.smithery.ai/olympus-bets/olympus-bets-analytics/mcp
curl -X POST https://server.smithery.ai/olympus-bets/olympus-bets-analytics/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'