Home › Finance › ParlayAPI

ParlayAPI

Sports odds, player props and source coverage for AI assistants. Connect with your own API key.

Python Cloud Remote
★ 0 stars Last pushed 2026-09-18 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://parlay-api.com/mcp/http Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http parlay-api-mcp https://parlay-api.com/mcp/http --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "parlay-api-mcp": {
      "url": "https://parlay-api.com/mcp/http",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer <your ParlayAPI key>. Optional for public discovery and pricing; use your own key for account data and full odds access.

Package (pypi 0.3.7)

uvx parlayapi-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "parlay-api-mcp": {
      "command": "uvx",
      "args": [
        "parlayapi-mcp"
      ],
      "env": {
        "PARLAYAPI_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PARLAYAPI_KEY secret — Your ParlayAPI key. Optional for public discovery and pricing; required for account data and full odds access.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry