npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

betbetter-mcp

v1.0.1

Published

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.

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.