betbetter-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@betbetter-mcpWhat are the predicted odds for the Lakers game tonight?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| The fixture, |
| Scheduled start, UTC |
| Head to Head, Spread, Total Points, player props… |
| The team, player or outcome being rated |
| Estimated chance it lands, 0–100 |
| Decimal odds implied by that probability |
|
|
| 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.
Related MCP server: Odds-API MCP Server
Install
npx betbetter-mcpClaude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"betbetter": {
"command": "npx",
"args": ["-y", "betbetter-mcp"]
}
}
}Tools
Tool | What it does |
| Lists every league slug and feed type available |
| Rated selections for one league, filterable by minimum probability |
| 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 |
|
| 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edushinka/betbetter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server