← prop-line.com
INDIVIDUAL MCP TOOL
propline_get_event_movement
Line movement + steam detection from the snapshot tick history.
LIVE ENDPOINT
https://mcp.prop-line.com/mcp
Connect to this endpoint to inspect the live schema for propline_get_event_movement and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
propline_list_sports— List all sports PropLine currently polls.propline_list_events— List upcoming events for a sport.propline_list_event_markets— List the market types available for a specific event (e.propline_get_odds— Get live odds.propline_get_odds_history— Hobby+ endpoint.propline_get_odds_closing— Hobby+ endpoint.propline_export_odds_history— Backfill-pass / Enterprise only.propline_get_futures— Free-tier endpoint.