INDIVIDUAL MCP TOOL
get_slate
Which of MLB, WNBA, PGA, and ATP have a checkable slate right now - at least one simulated game that has not started.
LIVE ENDPOINT
https://negativeev.com/mcp
Connect to this endpoint to inspect the live schema for get_slate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.negativeev-bet-checker]
url = "https://negativeev.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"negativeev-bet-checker": {
"type": "http",
"url": "https://negativeev.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: negativeev-bet-checker
Remote MCP URL: https://negativeev.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"negativeev-bet-checker": {
"url": "https://negativeev.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"negativeev-bet-checker": {
"type": "http",
"url": "https://negativeev.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "negativeev-bet-checker",
"transport": "streamable-http",
"url": "https://negativeev.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_bet— Check a specific sports bet against thousands of play-by-play game simulations: each leg's simulated probability, the sportsbook's implied probability, and the edge.get_usage— How many bet checks the caller has left and when the next one frees up - 100 a day shared per device anonymously, 1000 an hour with a signed-in user's token.