← olympus-bets.com

INDIVIDUAL MCP TOOL

get_data_status

Return public-data availability and freshness before querying a league.

olympus-bets.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.olympus-bets.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_data_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

olympus-bets.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.olympus-bets-analytics]
url = "https://app.olympus-bets.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: olympus-bets-analytics
Remote MCP URL: https://app.olympus-bets.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "olympus-bets-analytics": {
      "url": "https://app.olympus-bets.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "olympus-bets-analytics": {
      "type": "http",
      "url": "https://app.olympus-bets.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "olympus-bets-analytics",
  "transport": "streamable-http",
  "url": "https://app.olympus-bets.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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 public Olympus Bets Analytics record.
  • 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_model_vs_market — Return Olympus Bets Analytics' own self-graded model-quality metrics — NOT pick win rate.
  • 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.