PropLine — Sports Betting Odds & Prop Resolution for LangChain
io.github.proplineapi/propline-mcp
Live odds, cross-book +EV and graded player-prop results across 27 books. Hosted endpoint included.
client:LangChain
transport:streamable-http
runtime:npm
tools:29
Install PropLine — Sports Betting Odds & Prop Resolution in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"propline-mcp": {
"transport": "streamable_http",
"url": "https://mcp.prop-line.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- propline_list_sports
- propline_list_events
- propline_list_event_markets
- propline_get_odds
- propline_get_odds_history
- propline_get_odds_closing
- propline_grade_clv
- propline_price_sgp
- propline_export_odds_history
- propline_get_futures
- propline_get_scores
- propline_get_dfs_payouts
- propline_get_mlb_grand_salami
- propline_get_nhl_daily_goals_total
- propline_get_resolution_summary
- propline_get_event_stats
- propline_get_event_results
- propline_get_event_context
- propline_get_event_movement
- propline_get_player_history
- propline_get_player_games
- propline_get_player_trends
- propline_get_event_ev
- propline_get_event_projections