Home › Other › 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.
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>"
}
}
}
}
Authorizationsecret — 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 propline-mcp@0.38.0
Or add to your MCP client config:
{
"mcpServers": {
"propline-mcp": {
"command": "npx",
"args": [
"-y",
"propline-mcp@0.38.0"
],
"env": {
"PROPLINE_API_KEY": "<YOUR_VALUE>",
"PROPLINE_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
PROPLINE_API_KEYrequired secret — PropLine API key. Free tier (1,000 req/day, no card) at https://prop-line.comPROPLINE_BASE_URL— Override the API origin (default https://api.prop-line.com). For self-hosted setups only.
Related servers
strava-mcp
MCP server for accessing Strava API
trainingpeaks-mcp
Query TrainingPeaks workouts, analyze CTL/ATL/TSB fitness metrics, and compare power/pace PRs through Claude Desktop.
livetennisapi-mcp
Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.
Fantasy Football Manager
ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.
mlb-api-mcp
MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.
mcp-sports-hub
41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry