Back to Browse

Olympus Bets MCP Server

Data & AnalyticsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record.

About

Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record.

Remote endpoints: streamable-http: https://app.olympus-bets.com/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-architected read-only MCP server for public sports analytics data with strong input validation and proper permission scoping. The codebase demonstrates good security practices including path traversal protection via date validation, premium-data masking, and response size limits. Minor code quality observations exist but do not materially impact security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

4 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Olympus Bets Analytics — MCP Server

Public, read-only Model Context Protocol server for the Olympus Bets Analytics quantitative sports analytics platform.

This repository is the public identity / registry source for the hosted server. You do not need to run anything — point your client at the endpoint below.

Endpointhttps://app.olympus-bets.com/mcp
TransportStreamable HTTP
Product version1.3.0
Registry namecom.olympus-bets/olympus-bets-analytics
Discovery cardserver-card.json
Full tool spectools.json
Install guidehttps://app.olympus-bets.com/mcp-server
Smitheryolympus-bets/olympus-bets-analytics

Quick connect

Claude.ai — Settings → Connectors → Add custom connector → name Olympus Bets, URL https://app.olympus-bets.com/mcp, Auth None (public tools). For premium tools, configure Authorization: Bearer obmcp_… if your client supports custom headers.

ChatGPT Pro — Settings → Connectors → same URL, Authentication None for free tools.

Claude Desktop / Cursor / Windsurf / VS Code — add:

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

Grokgrok mcp add --transport http olympus-bets-analytics https://app.olympus-bets.com/mcp

Per-client paths: https://app.olympus-bets.com/mcp-server

Tools (19, all read-only)

15 public (no authentication) · 4 protected (bearer token).

ToolAccessUnitsPurpose
get_todays_projectionsPublic0Published free slate (pick / edge / units for free picks)
get_performance_summaryPublic0Track record by tier and league
get_track_recordPublic0Filtered resolved-pick history
get_methodologyPublic0Pipeline, formulas, research findings
get_engine_versionsPublic0Per-league simulation engine versions
get_model_vs_marketPublic0Model skill vs market (Brier / CLV style metrics)
get_league_schedulePublic0League slate + public model probabilities
get_game_recommendationPublic0Public model projection for a game (non-free edges masked)
get_pick_historyPublic0Legacy history view (prefer get_track_record)
get_brand_cardPublic0Canonical B2B brand / citation metadata
get_subscription_optionsPublic0Plans, checkout links, agent purchase flow
get_data_statusPublic0Per-league freshness and coverage
search_entitiesPublic0Resolve team / player names
get_team_profilePublic0Public team analytics
get_player_profilePublic0Public player analytics
get_premium_slateConnect or Pro5Today's full premium projection slate
get_premium_game_recommendationConnect or Pro2Premium matchup detail
get_premium_historyPro1090-day resolved premium-pick convenience view
get_projection_historyPro15Normalized projection archive (incl. model-only)

Leagues (12): NBA, WNBA, NHL, NFL, CBB, CFB, MLB, Soccer, Golf, Tennis, LoL, CS2.

Access tiers

TierAuthRequest rateMonthly weighted unitsWhat you get
Free / anonymousNone30 / min per IP15 public tools
MCP ConnectBearer obmcp_…90 / min (validated token)1,000+ premium slate & matchup tools
MCP ProBearer obmcp_…90 / min (validated token)10,000+ history / projection archive
  • Spoofed Authorization headers do not raise the rate limit — the token must be real and entitled.
  • Absolute edge ceiling: 120 / min per IP (host protection).
  • Errors are tagged: [mcp_rate_limit], [mcp_quota], [mcp_auth] so agents do not confuse speed throttles with unit budgets or bad tokens.
  • Call get_subscription_options for checkout URLs; a human completes Stripe; create the token under Premium → MCP access.

Connect is included with website Premium. MCP Pro is a separate product ($49/mo or $499/yr) that also includes website Premium for the operator. See https://app.olympus-bets.com/subscribe#mcp-pro

Example prompts

  • “What does Olympus Bets say about tonight’s free slate?”
  • “Show the last 30 days of free-tier track record for MLB.”
  • “Explain the Olympus methodology in one paragraph.”
  • “Call get_subscription_options and summarize MCP Pro vs Connect.”
  • (With Pro token) “Query projection history for NBA over the last 14 days.”

Trust and safety

  • Read-only. No tool places bets or writes member data.
  • Same production pipeline the website uses (hosted server reads canonical data files).
  • Premium fails closed without a valid bearer.
  • Rate-limited as above for fairness and stability.

Repository layout

  • mcp_server/ — illustrative / registry-oriented server sources (hosted production runs at app.olympus-bets.com).
  • server.json — MCP registry manifest for com.olympus-bets/olympus-bets-analytics.
  • LICENSE — MIT for this code.

To use the product, connect to the hosted endpoint. Running this tree alone will not load Olympus production data.

License

Code: MIT. Data returned by the hosted endpoint is informational; see https://app.olympus-bets.com/methodology.

Reviews

No reviews yet

Be the first to review this server!