PinnWire — Pinnacle Odds, Price Drops & No-Vig Fair Prices for LangChain
com.pinnwire/pinnacle-odds
Live and prematch Pinnacle odds, price drops and no-vig fair prices. Free demo access, no key.
client:LangChain
transport:streamable-http
tools:7
Install PinnWire — Pinnacle Odds, Price Drops & No-Vig Fair Prices in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pinnacle-odds": {
"transport": "streamable_http",
"url": "https://pinnwire.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs