Skip to main content
ClaudeWave
drduda9 avatar
drduda9

olympus-bets-mcp

View on GitHub
MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated 1mo ago
ClaudeWave Trust Score
69/100
· OK
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
Flags
  • !No description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · olympus-bets-mcp
Claude Code CLI
claude mcp add olympus-bets-mcp -- uvx olympus-bets-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "olympus-bets-mcp": {
      "command": "uvx",
      "args": ["olympus-bets-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/drduda9/olympus-bets-mcp and follow its README.
Use cases

MCP Servers overview

# Olympus Bets Analytics — MCP Server

Public, **read-only** [Model Context Protocol](https://modelcontextprotocol.io) server for the
[Olympus Bets Analytics](https://app.olympus-bets.com) 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`](https://app.olympus-bets.com/.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:

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

Per-client config paths are on the [install page](https://app.olympus-bets.com/mcp-server).

## 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` — `FastMCP` app with all tool definitions; exports `app` (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](./LICENSE). Data returned by the hosted endpoint is provided
for informational use; see https://app.olympus-bets.com/methodology.

What people ask about olympus-bets-mcp

What is drduda9/olympus-bets-mcp?

+

drduda9/olympus-bets-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install olympus-bets-mcp?

+

You can install olympus-bets-mcp by cloning the repository (https://github.com/drduda9/olympus-bets-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is drduda9/olympus-bets-mcp safe to use?

+

Our security agent has analyzed drduda9/olympus-bets-mcp and assigned a Trust Score of 69/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains drduda9/olympus-bets-mcp?

+

drduda9/olympus-bets-mcp is maintained by drduda9. The last recorded GitHub activity is from 1mo ago, with 0 open issues.

Are there alternatives to olympus-bets-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy olympus-bets-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: drduda9/olympus-bets-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/drduda9-olympus-bets-mcp)](https://claudewave.com/repo/drduda9-olympus-bets-mcp)
<a href="https://claudewave.com/repo/drduda9-olympus-bets-mcp"><img src="https://claudewave.com/api/badge/drduda9-olympus-bets-mcp" alt="Featured on ClaudeWave: drduda9/olympus-bets-mcp" width="320" height="64" /></a>

More MCP Servers

olympus-bets-mcp alternatives