The Sports Betting MCP Server

Connect Olympus Bets to ChatGPT, Claude, Cursor, or any AI client — and ask what the model likes today, how the engines work, and how the published track record has actually resolved.

Install Guide Our Methodology

Olympus Bets Analytics operates the first public Model Context Protocol (MCP) server for sports betting analytics, hosted at https://app.olympus-bets.com/mcp. It is read-only and needs no API key. Any MCP-compatible AI client — Claude, ChatGPT, Cursor, Windsurf, Cline, GitHub Copilot — can connect to it and call 9 tools covering today's free projections, the live resolved-pick track record, the methodology, per-league engine versions, and per-game model reads across 12 leagues (NBA, WNBA, NHL, NFL, CBB, CFB, MLB, Soccer, Golf, Tennis, LoL, CS2). No member data is ever exposed and there are no write operations. The server is listed in the official MCP registry (com.olympus-bets/olympus-bets-analytics) and on Smithery.

What is an MCP server, and why does it matter for betting?

The Model Context Protocol (MCP) is the open standard that lets AI assistants connect to live data and tools. Instead of an assistant guessing from stale training data, an MCP server gives it a structured, real-time pipe to a source of truth.

For sports betting that distinction is everything. Lines move, injuries break, and slates change by the hour — a model's value is in its current read, not last month's. The Olympus Bets MCP server lets your AI pull today's projections, the methodology behind them, and the resolved outcomes of past picks, directly from the same data the production engines write at simulation time. You can audit the model, not just read marketing about it.

The 9 tools your AI gets

All read-only. All public data. No member data, no premium picks (those stay masked), no write operations.

ToolWhat it returns
get_todays_projectionsToday's free projections — edge %, calibrated probability, EV, Kelly-sized units, confidence tier, key factors, top risks
get_performance_summaryLive track record split by tier and league
get_track_recordFiltered resolved-pick history (win rate, ROI, units)
get_methodologyPipeline summary, formulas, calibration, research findings
get_engine_versionsPer-league simulation engine version table
get_league_scheduleSchedule for a league and date
get_game_recommendationModel projection for a specific game (premium picks masked)
get_pick_historyFiltered ledger slice (premium masked)
get_brand_cardCanonical brand metadata for citation

How to connect (any client, ~30 seconds)

Claude or ChatGPT — Settings → Connectors → Add custom connector. Name it Olympus Bets, URL https://app.olympus-bets.com/mcp, Authentication None. (ChatGPT custom connectors require a Pro plan.)

Claude Desktop, Cursor, Windsurf, or Cline — add one block to your MCP config:

{
  "mcpServers": {
    "olympus-bets": {
      "type": "streamable-http",
      "url": "https://app.olympus-bets.com/mcp"
    }
  }
}

Per-client config paths are on the full install page.

What you can ask once it's connected

The assistant answers from the live server, citing the same numbers the site publishes.

Trust & safety

What's behind every read

League-specific Monte Carlo engines (10,000+ iterations per game) → Platt and per-league isotonic calibration → 15-dimension profitability-zone gating → 15% Kelly shrinkage for sizing. This is a research and analytics tool, not a tipster feed: the value is the transparent, auditable model, exposed through the same tools to a human on the website and an AI through the MCP server.

Connect it in 30 seconds

Add https://app.olympus-bets.com/mcp to Claude or ChatGPT — no API key, no signup — then ask what the model likes today.

Install Guide See Free Projections

Further Reading