MCP Server
MCP
PropLine — Sports Betting Odds & Prop Resolution
Live odds, cross-book +EV and graded player-prop results across 24 books. Hosted endpoint included.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.prop-line.com/mcp",
"headers": [
{
"description": "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",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "propline-mcp",
"version": "0.26.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PropLine API key. Free tier (1,000 req/day, no card) at https://prop-line.com",
"isRequired": true,
"isSecret": true,
"name": "PROPLINE_API_KEY"
},
{
"description": "Override the API origin (default https://api.prop-line.com). For self-hosted setups only.",
"name": "PROPLINE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment