streamable-httpMITupdated 9d ago
Grade any MLB, WNBA, PGA or ATP bet against thousands of play-by-play game simulations, from inside your AI client.
What can you do with NegativeEV bet checker?
NegativeEV MCP server
Grade any MLB, WNBA, PGA or ATP bet against thousands of play-by-play game simulations, from inside your AI client.
Whether a bet is worth taking depends on tonight's lineups, today's injuries, and the weather at first pitch. None of that is in a model's weights. Asked cold, a model answers fluently and wrongly. This server returns a probability counted from simulations of the actual game: each leg's simulated win probability, the probability the sportsbook's price implies, and the edge between them.
This is a hosted remote server. There is nothing to build or run from this repo. The repo is the server's public face and carries a mirror of its registry record (server.json).
Connect
No API key, no signup. Anonymous calls work immediately. The server speaks plain Streamable HTTP, so any MCP client can connect to https://negativeev.com/mcp.
Claude Code
claude mcp add --transport http negativeev https://negativeev.com/mcp
Claude Desktop and claude.ai
Settings → Connectors → Add custom connector, then paste https://negativeev.com/mcp as the URL.
Cursor
Add {"negativeev": {"url": "https://negativeev.com/mcp"}} under mcpServers in ~/.cursor/mcp.json. Also listed on cursor.directory.
VS Code (Copilot)
code --add-mcp '{"name":"negativeev","type":"http","url":"https://negativeev.com/mcp"}'
ChatGPT
Settings → Security and login → enable Developer mode, then add https://negativeev.com/mcp as a connector at chatgpt.com/plugins. Developer mode is required for custom MCP connectors and is available on Pro, Plus, Business, Enterprise and Education accounts on the web.
There is also a Claude Code plugin that wraps this server: jessejohnsohn/negativeev-bet-checker. Install with claude plugin install negativeev-bet-checker.
Opening https://negativeev.com/mcp in a browser shows the same install steps.
Tools
| Tool | What it does |
|---|---|
check_bet |
Grades a bet written as plain text, including a multi-leg parlay in one string. Returns each leg's simulated probability, the implied probability from the price, and the edge. It prices a bet you name. It does not search the board for value. |
get_slate |
Says whether there is a checkable slate right now. Free. Spends no check. |
get_usage |
Reports checks remaining and when the next frees up. Free. Spends no check. |
Call get_slate first to confirm there is a checkable slate. check_bet spends one of the caller's checks only when the bet fully grades, and every result says so outright in its status and check_spent fields. A bet that comes back ungraded was understood. It is simply not on the simulated slate, so re-sending it with different wording returns the same answer. Check get_slate instead.
Limits and auth
Anonymous calls share a per-device quota of 100 checks a day, on its own counter. Signing in makes checks unlimited, with a pace cap of 1000 checks an hour. Send a signed-in user's access token as Authorization: Bearer. Details at negativeev.com/auth.md. An invalid or expired token is rejected with a 401 rather than silently downgraded, so re-authenticate rather than retrying anonymously.
Details
| Endpoint | https://negativeev.com/mcp |
| Transport | Streamable HTTP (stateless) |
| Sports | MLB, WNBA, PGA, ATP |
| Registry name | com.negativeev/bet-checker |
| Auth | Optional bearer token, details at negativeev.com/auth.md |
| Server card | /.well-known/mcp/server-card.json |
| Cost | Free |
NegativeEV checks bets. It takes no bets and sells no picks.
Install
Add NegativeEV bet checker to your client. Pick the one you use.
claude mcp add --transport http negativeev-bet-checker https://negativeev.com/mcpcodex mcp add negativeev-bet-checker --url https://negativeev.com/mcp{
"mcpServers": {
"negativeev-bet-checker": {
"url": "https://negativeev.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"negativeev-bet-checker": {
"type": "http",
"url": "https://negativeev.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"negativeev-bet-checker": {
"url": "https://negativeev.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"negativeev-bet-checker": {
"serverUrl": "https://negativeev.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
NegativeEV bet checker exposes 3 tools to a connected agent.
- check_bet
- Grades a bet written as plain text, including a multi-leg parlay in one string. Returns each leg's simulated probability, the implied probability from the price, and the edge. It prices a bet you name. It does not search the board for value.
- get_slate
- Says whether there is a checkable slate right now. Free. Spends no check.
- get_usage
- Reports checks remaining and when the next frees up. Free. Spends no check.
Score
76 / 100
Good
- Documentation22/25
- Maintenance25/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.4.5Latest | Aug 30, 2026 |
| 1.4.4 | Aug 27, 2026 |
| 1.4.3 | Aug 10, 2026 |
| 1.4.2 | Aug 3, 2026 |
| 1.4.1 | Jul 30, 2026 |
| 1.4.0 | Jul 29, 2026 |
| 1.3.0 | Jul 20, 2026 |