ParlayAPI MCP

Community
Python

Sports odds, props and coverage for private research. Public discovery needs no key; full data uses your own key. Includes account signup, login-email, checkout-link and preference tools.

About ParlayAPI MCP MCP Server

Sports odds, props and coverage for private research. Public discovery needs no key; full data uses your own key. Includes account signup, login-email, checkout-link and preference tools.

Features

Tools

Category

Integrations
Getting Started

Requires Python 3.10 or newer. With uv installed, launch the stdio server using: uvx --from parlayapi-mcp==0.3.5 parlayapi-mcp Public discovery works without an API key. Add your own PARLAY_API_KEY in your private client configuration for full data. Use the data for personal or internal research; the MIT code license does not grant data redistribution rights. Includes account-changing tools; review requested actions before approving them.

Example
{
  "mcpServers": {
    "parlayapi": {
      "command": "uvx",
      "args": [
        "--from",
        "parlayapi-mcp==0.3.5",
        "parlayapi-mcp"
      ]
    }
  }
}