← negativeev.com

INDIVIDUAL MCP TOOL

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.

negativeev.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://negativeev.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_usage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

negativeev.com

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_slate — Which of MLB, WNBA, PGA, and ATP have a checkable slate right now - at least one simulated game that has not started.