Skip to content
LangChain

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

All 29 tools →

PropLine — Sports Betting Odds & Prop Resolution in other clients