Odel
odds api mcp server

odds api mcp server

Local
@odds-api-io1JavaScriptMITUpdated 1mo ago

Live sports betting odds from 265+ bookmakers across 34 sports, with value bets and arbitrage.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmodds-api-mcp-serverv1.5.2

Run

npx -y odds-api-mcp-server

MCP client config

{
  "mcpServers": {
    "odds-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "odds-api-mcp-server"
      ]
    }
  }
}