🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

betbetter-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

betbetter-mcp

MCP server exposing free sports model win probabilities and fair odds across nine sports (AFL, MLB, NBA, NFL, NHL, NCAAF, UFC, WNBA, soccer, tennis) from the Bet Better open API. No API key required.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
55
-79.4%
Maintainers
1
Weekly downloads
 
Created
Source

betbetter-mcp

An MCP server that gives any AI assistant access to sports model win probabilities and fair odds across nine sports — no API key, no sign-up, free to use.

Data comes from the Bet Better open model API, published under CC BY 4.0.

What it gives you

For every upcoming fixture the model rates, you get:

FieldMeaning
gameThe fixture, Away @ Home
gameTimeUtcScheduled start, UTC
marketHead to Head, Spread, Total Points, player props…
selectionThe team, player or outcome being rated
modelProbabilityPctEstimated chance it lands, 0–100
fairOddsDecimal odds implied by that probability
confidenceHIGH, LEAN or LONG-SHOT
verdictA one-sentence plain-English summary

Leagues: AFL · MLB · NBA · NFL · NHL · NCAAF · UFC · WNBA · WTA tennis · EPL · La Liga · Serie A · Bundesliga · Ligue 1 · World Cup.

Install

npx betbetter-mcp

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "betbetter": {
      "command": "npx",
      "args": ["-y", "betbetter-mcp"]
    }
  }
}

Tools

ToolWhat it does
list_leaguesLists every league slug and feed type available
get_model_picksRated selections for one league, filterable by minimum probability
find_fixtureSearches every league for a team or player and returns their rated selections

Example

"What does the model think about the Geelong game this weekend?"

{
  "game": "Geelong Cats @ Collingwood Magpies",
  "market": "Head to Head",
  "selection": "Geelong Cats",
  "modelProbabilityPct": 54.9,
  "fairOdds": 1.82,
  "confidence": "LEAN"
}

What this does not do

It publishes no bookmaker prices. There is no bookmaker name, market price or implied probability anywhere in the feed, and none is planned — the underlying odds data is licensed under terms that allow publishing derived work but not redistributing the feed. Everything here is the model's own output, so it cannot tell you where to bet or at what price.

Configuration

VariableDefaultPurpose
BETBETTER_BASE_URLhttps://betbetter.worldOverride the API origin (testing)

Responses are cached upstream for 15 minutes. Feeds are empty out of season — that is expected, not an error.

Responsible gambling

18+. Gambling involves risk and most people lose money. These are model estimates for research, not betting advice, and not a guarantee of any outcome. A selection rated 70% is meant to lose roughly three times in ten.

If gambling is causing you harm: Gambling Help Online (AU) or 1-800-GAMBLER (US).

Licence

MIT for this server. The underlying data is CC BY 4.0 — free to use with attribution to Bet Better.

Keywords

mcp

FAQs

Package last updated on 26 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts