HomeOther › PropLine — Sports Betting Odds & Prop Resolution

PropLine — Sports Betting Odds & Prop Resolution

Live odds, cross-book +EV and graded player-prop results across 27 books. Hosted endpoint included.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-21 License: MIT

Topics: Sports

Connect

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

Remote (streamable-http)

https://mcp.prop-line.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http propline-mcp https://mcp.prop-line.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "propline-mcp": {
      "url": "https://mcp.prop-line.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer <PropLine API key>. Optional — without it the shared free demo key is used (paid features redacted, pooled limits). Free key at https://prop-line.com

Package (npm 0.38.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "propline-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PROPLINE_API_KEY": "<YOUR_VALUE>",
        "PROPLINE_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROPLINE_API_KEY required secret — PropLine API key. Free tier (1,000 req/day, no card) at https://prop-line.com
  • PROPLINE_BASE_URL — Override the API origin (default https://api.prop-line.com). For self-hosted setups only.

Related servers

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

Data from the Official MCP Registry