Olympus Bets Analytics MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Olympus Bets Analytics MCP Servershow me today's free projections"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Endpoint |
|
Transport | Streamable HTTP |
Product version |
|
Registry name |
|
Discovery card | |
Full tool spec | |
Install guide | |
Smithery |
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"
}
}
}Grok — grok mcp add --transport http olympus-bets-analytics https://app.olympus-bets.com/mcp
Per-client paths: https://app.olympus-bets.com/mcp-server
Related MCP server: nba-mcp
Tools (19, all read-only)
15 public (no authentication) · 4 protected (bearer token).
Tool | Access | Units | Purpose |
| Public | 0 | Published free slate (pick / edge / units for free picks) |
| Public | 0 | Track record by tier and league |
| Public | 0 | Filtered resolved-pick history |
| Public | 0 | Pipeline, formulas, research findings |
| Public | 0 | Per-league simulation engine versions |
| Public | 0 | Model skill vs market (Brier / CLV style metrics) |
| Public | 0 | League slate + public model probabilities |
| Public | 0 | Public model projection for a game (non-free edges masked) |
| Public | 0 | Legacy history view (prefer |
| Public | 0 | Canonical B2B brand / citation metadata |
| Public | 0 | Plans, checkout links, agent purchase flow |
| Public | 0 | Per-league freshness and coverage |
| Public | 0 | Resolve team / player names |
| Public | 0 | Public team analytics |
| Public | 0 | Public player analytics |
| Connect or Pro | 5 | Today's full premium projection slate |
| Connect or Pro | 2 | Premium matchup detail |
| Pro | 10 | 90-day resolved premium-pick convenience view |
| Pro | 15 | Normalized projection archive (incl. model-only) |
Leagues (12): NBA, WNBA, NHL, NFL, CBB, CFB, MLB, Soccer, Golf, Tennis, LoL, CS2.
Access tiers
Tier | Auth | Request rate | Monthly weighted units | What you get |
Free / anonymous | None | 30 / min per IP | — | 15 public tools |
MCP Connect |
| 90 / min (validated token) | 1,000 | + premium slate & matchup tools |
MCP Pro |
| 90 / min (validated token) | 10,000 | + history / projection archive |
Spoofed
Authorizationheaders 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_optionsfor 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_optionsand 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 atapp.olympus-bets.com).server.json— MCP registry manifest forcom.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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)
Sportsbook-derived no-vig fair value with confidence, provenance, and history over REST/MCP.
101The hockey data API. Stats, odds, and everything between. REST API and MCP server.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.2915MIT
- AlicenseAqualityCmaintenanceMCP server for NBA live data and stats, providing read-only tools to query live scores, box scores, player info, standings, and more from NBA.com.15131MIT
- AlicenseAqualityBmaintenanceLive sports betting player props MCP server covering NBA, MLB, NFL, NHL, NCAA, and soccer. Unified from real sportsbooks into one REST API and a real MCP server (Streamable HTTP). Free tier, no card required.5MIT
- AlicenseAqualityCmaintenanceRead-only MCP server for Polymarket, providing order books, market metadata, and price history via public GET endpoints. It requires no private keys and cannot place trades.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drduda9/olympus-bets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server