ENDPOINT 1
https://mcp.prop-line.com/mcp
MCP server metadata
- Name
- propline-mcp
- Version
- 0.38.0
Known tools 29
propline_list_event_marketsList the market types available for a specific event (e.g.
Inferred read-onlypropline_get_event_contextGame context for an event — the conditions a prop settles under.
Inferred read-onlypropline_get_event_movementLine movement + steam detection from the snapshot tick history.
Inferred read-onlypropline_get_player_gamesA player's recent games with every raw box-score stat per game — one call instead of one request per event.
Inferred read-onlypropline_get_player_trendsHit-rate trends / last-N-games over rate for a player — unique to PropLine's prop-resolution data.
Inferred read-onlypropline_get_event_projectionsMarket-implied consensus projection per (market, player) for an event: the line where the no-vig P(over) crosses 50%, median across contributing sportsbooks.
Inferred read-onlypropline_get_best_lineCross-book line shopping (Hobby+ for prices; free tier gets the full structure with book identities + best-first ranking but prices nulled and redacted:true).
Inferred read-onlypropline_list_webhooksList the API key's webhook subscriptions (Streaming Lite tier and up; other tiers get a 403 with an upgrade URL).
Inferred read-onlypropline_get_webhook_deliveriesRecent delivery attempts for one webhook (Streaming Lite tier and up), newest first — the debugging surface for 'why isn't my webhook firing'.
Inferred read-onlypropline_replay_webhook_eventsRe-read a webhook subscription's events in order from a cursor — answers 'my endpoint was down, what did I miss?'.
Inferred read-onlypropline_create_free_api_keyCreate a free personal PropLine API key for the user and EMAIL it to them.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.propline-mcp]
url = "https://mcp.prop-line.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"propline-mcp": {
"type": "http",
"url": "https://mcp.prop-line.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: propline-mcp
Remote MCP URL: https://mcp.prop-line.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"propline-mcp": {
"url": "https://mcp.prop-line.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"propline-mcp": {
"type": "http",
"url": "https://mcp.prop-line.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "propline-mcp",
"transport": "streamable-http",
"url": "https://mcp.prop-line.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for prop-line.com was fetched 2026-08-21T11:44:05.582Z and is being refreshed.
prop-line.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.