voxodds for LangChain
com.voxodds/voxodds
All-in outcome rankings with live depth, fees, verified rules, EV checks, and track records.
client:LangChain
transport:streamable-http
tools:18
Install voxodds in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"voxodds": {
"transport": "streamable_http",
"url": "https://voxodds.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
- submit_forecast
- get_market_odds
- get_executable_quote
- compare_executable_quotes
- list_executable_opportunities
- list_arbitrage_candidates
- list_sportsbook_surebets
- get_world_cup_odds
- get_world_cup_brief
- get_world_cup_matchday
- list_trending_markets
- check_bet
- find_best_price
- compare_platforms
- get_edge_signals
- get_track_record
- get_forecaster_record
- get_research_theses