Olympus Bets Analytics
БесплатноНе проверенQuant sports-betting analytics: free projections, live track record, methodology (12 leagues).
Описание
Quant sports-betting analytics: free projections, live track record, methodology (12 leagues).
README
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 | https://app.olympus-bets.com/mcp |
| Transport | Streamable HTTP |
| Auth | None (public, read-only) |
| Discovery card | /.well-known/mcp/server-card.json |
| Registry | com.olympus-bets/olympus-bets-analytics (registry.modelcontextprotocol.io) |
| Full install guide | https://app.olympus-bets.com/mcp-server |
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.
Tools (9, all read-only)
| Tool | Purpose |
|---|---|
get_todays_projections |
Today's free projections with edge, units, tier |
get_performance_summary |
Live track record split by tier and league |
get_track_record |
Filtered resolved-pick history |
get_methodology |
Pipeline summary, formulas, research findings |
get_engine_versions |
Per-league simulation engine version table |
get_league_schedule |
Schedule for a league + date |
get_game_recommendation |
Model projection for a specific game (premium picks masked) |
get_pick_history |
Filtered ledger slice (premium masked) |
get_brand_card |
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.
Установка Olympus Bets Analytics
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/drduda9/olympus-bets-mcpFAQ
Olympus Bets Analytics MCP бесплатный?
Да, Olympus Bets Analytics MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Olympus Bets Analytics?
Нет, Olympus Bets Analytics работает без API-ключей и переменных окружения.
Olympus Bets Analytics — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Olympus Bets Analytics в Claude Desktop, Claude Code или Cursor?
Открой Olympus Bets Analytics на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Olympus Bets Analytics with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
