Skip to main content
ClaudeWave
commodus67 avatar
commodus67

sports-probabilities-mcp

View on GitHub

MCP server for Monte Carlo NFL, MLB and soccer probabilities. Docs and registry manifest; the server itself runs on Apify.

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/3/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/commodus67/sports-probabilities-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "sports-probabilities-mcp": {
      "command": "node",
      "args": ["/path/to/sports-probabilities-mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/commodus67/sports-probabilities-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Sports Probabilities MCP

An MCP server that gives AI assistants **Monte Carlo probabilities for the NFL, MLB and 17 soccer leagues**, plus a model-versus-market comparison against live Kalshi prices.

Ask in plain language from Claude, ChatGPT or Cursor and get a computed number back — not an estimate the model made up.

**The server runs on Apify:** https://apify.com/commodus67/sports-probabilities-mcp

This repository holds the documentation and the registry manifest (`server.json`). The implementation lives in the Actor above.

## Coverage

| Sport | Teams | Probabilities |
|---|---|---|
| NFL | All 32 | Playoffs, division, wild card, No. 1 seed |
| MLB | All 30 | Postseason, division, wild card, top seed |
| Soccer | 17 leagues | Title, top four, continental qualification, playoff, relegation |

Soccer leagues: Premier League, EFL Championship, LaLiga, Serie A, Bundesliga, Ligue 1, Eredivisie, Primeira Liga, Süper Lig, Belgian Pro League, Scottish Premiership, Brasileirão, Liga MX, Liga Profesional (Argentina), Primera A (Colombia), MLS, Austrian Bundesliga. Other ESPN soccer slugs are supported.

## Tools

| Tool | Purpose |
|---|---|
| `get_team_probabilities` | One team's full probability set, current record, projected finish and ranking |
| `get_league_probabilities` | A whole league ranked by probability rather than by points or record |
| `compare_model_vs_market` | Model against live Kalshi prices: edge, expected value after fees, fractional Kelly stake |
| `run_scenario` | A fresh simulation under custom model assumptions, with movement analysis |
| `get_probability_history` | How a team's probability moved across the season, from archived runs |

## Connect

Streamable HTTP transport, stateless. Add the endpoint to your MCP client with an Apify API token as a bearer token:

```json
{
  "mcpServers": {
    "sports-probabilities": {
      "url": "https://commodus67--sports-probabilities-mcp.apify.actor/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_APIFY_API_TOKEN"
      }
    }
  }
}
```

## How it works

Each answer comes from one of three published Monte Carlo Actors that take live standings and the remaining schedule, play out the rest of the season thousands of times, and count how often each outcome happens. The MCP server calls those Actors and caches the result — it does not reimplement the simulation, so an answer here never disagrees with the same query made directly against the API.

Every response carries the date and the source of the run it came from.

## Pricing

Pay per event, billed through Apify. From **$50.00 per 1,000 probability reads**. Full pricing on the Actor page.

## Note

This is statistics and simulation. It is not betting advice, and it does not produce picks.

What people ask about sports-probabilities-mcp

What is commodus67/sports-probabilities-mcp?

+

commodus67/sports-probabilities-mcp is mcp servers for the Claude AI ecosystem. MCP server for Monte Carlo NFL, MLB and soccer probabilities. Docs and registry manifest; the server itself runs on Apify. It has 0 GitHub stars and its last recorded update is dated 2026-09-02.

How do I install sports-probabilities-mcp?

+

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

Is commodus67/sports-probabilities-mcp safe to use?

+

Our security agent has analyzed commodus67/sports-probabilities-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains commodus67/sports-probabilities-mcp?

+

commodus67/sports-probabilities-mcp is maintained by commodus67. The last recorded GitHub activity is dated 2026-09-02, with 0 open issues.

Are there alternatives to sports-probabilities-mcp?

+

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

Deploy sports-probabilities-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: commodus67/sports-probabilities-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/commodus67-sports-probabilities-mcp)](https://claudewave.com/repo/commodus67-sports-probabilities-mcp)
<a href="https://claudewave.com/repo/commodus67-sports-probabilities-mcp"><img src="https://claudewave.com/api/badge/commodus67-sports-probabilities-mcp" alt="Featured on ClaudeWave: commodus67/sports-probabilities-mcp" width="320" height="64" /></a>