betbetter-mcp
Provides AI assistants with sports model win probabilities and fair odds across nine sports without requiring an API key.
README
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:
| Field | Meaning |
|---|---|
game |
The fixture, Away @ Home |
gameTimeUtc |
Scheduled start, UTC |
market |
Head to Head, Spread, Total Points, player props… |
selection |
The team, player or outcome being rated |
modelProbabilityPct |
Estimated chance it lands, 0–100 |
fairOdds |
Decimal odds implied by that probability |
confidence |
HIGH, LEAN or LONG-SHOT |
verdict |
A 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
| Tool | What it does |
|---|---|
list_leagues |
Lists every league slug and feed type available |
get_model_picks |
Rated selections for one league, filterable by minimum probability |
find_fixture |
Searches 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
| Variable | Default | Purpose |
|---|---|---|
BETBETTER_BASE_URL |
https://betbetter.world |
Override 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.