Back to directory
hrgarber/wagyu-sports-mcp

hrgarber/wagyu-sports-mcp

@hrgarber

A Model Context Protocol (MCP) server for sports betting data, providing access to The Odds API through Claude and other MCP-compatible AI assistants

sportsbettingoddsthe-odds-apiwagyupythonfinance

Installation & Configuration

{
  "mcpServers": {
    "wagyu-sports": {
      "command": "python",
      "args": [
        "/absolute/path/to/wagyu_mcp_hackathon/wagyu_sports/mcp_server/test_server.py",
        "--test-mode"
      ],
      "env": {
        "ODDS_API_KEY": "your_api_key_here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17