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-betting platform. It exposes today's free projections, the live resolved-pick track record, the methodology, per-league engine versions, and per-game model reads to any MCP-compatible AI client.
This repository is the source for the hosted server. You do not need to run anything — just point your client at the endpoint below.
Endpoint |
|
Transport | Streamable HTTP |
Auth | None (public, read-only) |
Discovery card | |
Registry |
|
Full install guide |
Quick connect
Claude.ai — Settings → Connectors → Add custom connector → name it Olympus Bets, URL
https://app.olympus-bets.com/mcp, Auth None.
ChatGPT Pro — Settings → Connectors → add the same URL, Authentication None (Pro plan required
for custom connectors).
Claude Desktop / Cursor / Windsurf — 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 install page.
Related MCP server: AltSportsData MCP Server
Tools (9, all read-only)
Tool | Purpose |
| Today's free projections with edge, units, tier |
| Live track record split by tier and league |
| Filtered resolved-pick history |
| Pipeline summary, formulas, research findings |
| Per-league simulation engine version table |
| Schedule for a league + date |
| Model projection for a specific game (premium picks masked) |
| Filtered ledger slice (premium masked) |
| Canonical brand metadata for citation |
Leagues covered (12): NBA, WNBA, NHL, NFL, CBB, CFB, MLB, Soccer, Golf, Tennis, LoL, CS2.
Trust and safety
Read-only. No tool writes anything. No member data is ever exposed; premium-gated picks are masked.
Same data as the site. Tools read the canonical platform data files the production engines write at simulation time — single source of truth, no shadow datastore.
Rate-limited at 30 requests/minute/IP (burst 20) for fairness.
Repository layout
mcp_server/server.py—FastMCPapp with all tool definitions; exportsapp(ASGI) for uvicorn.mcp_server/data_loader.py— file-system readers + mtime-aware cache + static knowledge tables.server.json— MCP registry manifest.
Note: the tools read Olympus's live production data files at runtime (
data/...under the hosted server's working directory). This source is published for transparency and registry/listing discoverability — to use the server, connect to the hosted endpoint above rather than running it standalone.
License
Code is released under the MIT License. Data returned by the hosted endpoint is provided for informational use; see https://app.olympus-bets.com/methodology.
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.
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