← Registry

Analytics

prop-line.com

Provides sports betting odds, events, and market information.

1 endpoint29 known toolsFirst detected June 5, 2026Last detected September 24, 2026

ENDPOINT 1

https://mcp.prop-line.com/mcp

No auth detected

MCP server metadata

Name
propline-mcp
Version
0.38.0
Capabilities
tools

Known tools 29

propline_list_sports

List all sports PropLine currently polls.

Inferred read-only
propline_list_events

List upcoming events for a sport.

Inferred read-only
propline_list_event_markets

List the market types available for a specific event (e.g.

Inferred read-only
propline_get_odds

Get live odds.

Inferred read-only
propline_get_odds_history

Hobby+ endpoint.

Inferred read-only
propline_get_odds_closing

Hobby+ endpoint.

Inferred read-only
propline_grade_clv

Hobby+ endpoint.

Inferred read-only
propline_price_sgp

Hobby+ endpoint.

Inferred read-only
propline_export_odds_history

Backfill-pass / Enterprise only.

Inferred read-only
propline_get_futures

Free-tier endpoint.

Inferred read-only
propline_get_scores

Free-tier endpoint.

Inferred read-only
propline_get_dfs_payouts

Free-tier reference math.

Inferred read-only
propline_get_mlb_grand_salami

Free-tier endpoint.

Inferred read-only
propline_get_nhl_daily_goals_total

Free-tier endpoint.

Inferred read-only
propline_get_resolution_summary

Free-tier endpoint.

Inferred read-only
propline_get_event_stats

Book-agnostic raw box-score stats for an event.

Inferred read-only
propline_get_event_results

Pro-tier endpoint.

Inferred read-only
propline_get_event_context

Game context for an event — the conditions a prop settles under.

Inferred read-only
propline_get_event_movement

Line movement + steam detection from the snapshot tick history.

Inferred read-only
propline_get_player_history

Player prop history across recent games.

Inferred read-only
propline_get_player_games

A player's recent games with every raw box-score stat per game — one call instead of one request per event.

Inferred read-only
propline_get_player_trends

Hit-rate trends / last-N-games over rate for a player — unique to PropLine's prop-resolution data.

Inferred read-only
propline_get_event_ev

Pro-tier endpoint.

Inferred read-only
propline_get_event_projections

Market-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-only
propline_get_best_line

Cross-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-only
propline_list_webhooks

List the API key's webhook subscriptions (Streaming Lite tier and up; other tiers get a 403 with an upgrade URL).

Inferred read-only
propline_get_webhook_deliveries

Recent delivery attempts for one webhook (Streaming Lite tier and up), newest first — the debugging surface for 'why isn't my webhook firing'.

Inferred read-only
propline_replay_webhook_events

Re-read a webhook subscription's events in order from a cursor — answers 'my endpoint was down, what did I miss?'.

Inferred read-only
propline_create_free_api_key

Create a free personal PropLine API key for the user and EMAIL it to them.

Potential side effects

CONNECT 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.

Trust status RestrictedContent

prop-line.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.