parlayapi-mcp
Related Servers
Alternatives to parlayapi-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceLive sports betting player props MCP server covering NBA, MLB, NFL, NHL, NCAA, and soccer. Unified from real sportsbooks into one REST API and a real MCP server (Streamable HTTP). Free tier, no card required.5MIT
- AlicenseNot gradedqualityBmaintenanceProps-first sports odds API with a hosted MCP server. Live odds and player props (moneyline, spreads, totals) across US sportsbooks, normalized to JSON. Tools: get_odds, get_props, get_events, get_books. API-key auth, free tier.MIT No Attribution
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.294 npmMIT
- AlicenseAqualityAmaintenanceA unified MCP server that aggregates 32 sports API providers into a single service, providing 336 tools for scores, stats, odds, esports, and more across 70+ sports.10043 npm22MIT
- AlicenseAqualityDmaintenanceMCP server that exposes the Storm cross-venue prediction-market intelligence API, enabling LLM clients to read canonical events, spreads, venue catalog, and alerts as native tool calls.74 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables read-only access to DraftKings DFS lobby data, including slates, contests, salaries, and roster rules, via MCP.-
TDQS
Scored across 22 tools
Several tools form overlapping clusters: live_search/list_sports both return sport keys, get_odds/consensus/best_line all provide odds data, and find_ev/best_bets both scan for positive-EV plays. The detailed descriptions help, especially the explicit guidance to use parlayapi_verdict instead of stitching other tools, but an agent could still misselect between find_ev and best_bets or between live_command_center and best_line.
All names use snake_case and share the parlayapi_ prefix, but action conventions are mixed: get_odds, list_sports, find_arbitrage, set_bettable_books, and live_search appear alongside bare-noun names like verdict, consensus, best_line, magic_link, checkout_link, and signup. The names are individually descriptive, but the set does not follow one predictable verb_noun pattern.
With 22 tools, this sits in the borderline heavy 16-25 range. The broad scope—sports discovery, odds data, betting analysis, account/billing, and source-quality metadata—justifies many of them, but a few could be consolidated (e.g., live_search/list_sports, find_ev/best_bets) to tighten the surface.
The server covers the domain thoroughly: sports discovery, live surfaces, odds and props, consensus/best-line pricing, EV/arbitrage/middles analysis, single-bet and parlay verdicts, account signup/login/billing, and source-quality/book-coverage metadata. There are no obvious dead ends or major missing operations for a sports-odds API.