{
  "markdown": "# betbetter-mcp\n\nAn [MCP](https://modelcontextprotocol.io) server that gives any AI assistant access to sports model\nwin probabilities and fair odds across nine sports — **no API key, no sign-up, free to use.**\n\nData comes from the [Bet Better open model API](https://betbetter.world/api/), published under\nCC BY 4.0.\n\n## What it gives you\n\nFor every upcoming fixture the model rates, you get:\n\n| Field | Meaning |\n|---|---|\n| `game` | The fixture, `Away @ Home` |\n| `gameTimeUtc` | Scheduled start, UTC |\n| `market` | Head to Head, Spread, Total Points, player props… |\n| `selection` | The team, player or outcome being rated |\n| `modelProbabilityPct` | Estimated chance it lands, 0–100 |\n| `fairOdds` | Decimal odds implied by that probability |\n| `confidence` | `HIGH`, `LEAN` or `LONG-SHOT` |\n| `verdict` | A one-sentence plain-English summary |\n\n**Leagues:** AFL · MLB · NBA · NFL · NHL · NCAAF · UFC · WNBA · WTA tennis · EPL · La Liga ·\nSerie A · Bundesliga · Ligue 1 · World Cup.\n\n## Install\n\n```bash\nnpx betbetter-mcp\n```\n\n### Claude Desktop / Claude Code\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"betbetter\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"betbetter-mcp\"]\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `list_leagues` | Lists every league slug and feed type available |\n| `get_model_picks` | Rated selections for one league, filterable by minimum probability |\n| `find_fixture` | Searches every league for a team or player and returns their rated selections |\n\n### Example\n\n> \"What does the model think about the Geelong game this weekend?\"\n\n```json\n{\n  \"game\": \"Geelong Cats @ Collingwood Magpies\",\n  \"market\": \"Head to Head\",\n  \"selection\": \"Geelong Cats\",\n  \"modelProbabilityPct\": 54.9,\n  \"fairOdds\": 1.82,\n  \"confidence\": \"LEAN\"\n}\n```\n\n## What this does not do\n\n**It publishes no bookmaker prices.** There is no bookmaker name, market price or implied\nprobability anywhere in the feed, and none is planned — the underlying odds data is licensed under\nterms that allow publishing derived work but not redistributing the feed. Everything here is the\nmodel's own output, so it cannot tell you where to bet or at what price.\n\n## Configuration\n\n| Variable | Default | Purpose |\n|---|---|---|\n| `BETBETTER_BASE_URL` | `https://betbetter.world` | Override the API origin (testing) |\n\nResponses are cached upstream for 15 minutes. Feeds are empty out of season — that is expected, not\nan error.\n\n## Responsible gambling\n\n**18+. Gambling involves risk and most people lose money.** These are model estimates for research,\nnot betting advice, and not a guarantee of any outcome. A selection rated 70% is meant to lose\nroughly three times in ten.\n\nIf gambling is causing you harm: [Gambling Help Online](https://www.gamblinghelponline.org.au/) (AU)\nor [1-800-GAMBLER](https://www.ncpgambling.org/help-treatment/) (US).\n\n## Licence\n\nMIT for this server. The underlying data is CC BY 4.0 — free to use with attribution to\n[Bet Better](https://betbetter.world).\n",
  "bytes": 3012,
  "sha": "6e6c5c767e0a26364bfa18fd7af7ba51893e6f7a8364c49e652e8756042de2d5",
  "repo_slug": "edushinka/betbetter-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_edushinka_betbetter_mcp_6688e76d/readme"
}