Try ParlayAPI live

Real prices from real sportsbooks. Refreshed every few seconds. No signup required for the live odds preview below. Free tier covers the rest after a 30-second signup.

Live odds preview (no auth)

Matchup Commences Books Best home Best away
Click Refresh to load live data.

Backed by GET /v1/try/{sport_key}/odds. No auth, no credits, capped at 60 requests/hour per IP and the first 5 events. Sign up free for the full feed, all 82 sports, every book.

What ParlayAPI does

We watch every major sportsbook's public odds feed, normalize the data into a clean API, and ship it as REST + WebSocket + an MCP server for AI agents. Five things we do that no one else in the space does:

One-prompt demos

Find +EV bets with Claude

If you have a free API key already, drop this prompt into Claude (Sonnet or Opus works):

You have access to https://parlay-api.com/v1/sports/table_tennis/odds
with my API key in the X-API-Key header.

1. Pull the next 20 events.
2. For each event, compute the no-vig fair line by de-vigging the
   two-sided moneylines.
3. List any event where the best-available price is at least 2
   percentage points better than the de-vigged fair line.
4. Rank by raw EV. Stop at EV < 1.5 percent.

Show me the top 5 with the exact taken price, book, fair line, and
EV percent. Do not fabricate prices; drop the leg if a side isn't
on the response.

Grade your bet history for CLV

You have access to POST https://parlay-api.com/v1/clv/history.

Parse the bet history below into the request shape, call the endpoint,
then:
  1. Sum total_clv_pct and no_vig_clv_pct.
  2. Bucket by status (ok / no_closing_data / no_price_for_side).
  3. Show 5 worst (most -CLV) bets so I know what to stop doing.
  4. Show 5 best (most +CLV) bets so I know what's working.

For status=no_closing_data, flag the date so I can verify the game
actually closed. Do not estimate closing lines.

<paste history>

Use ParlayAPI directly in Claude Desktop

Our MCP server gives Claude (Desktop, Cursor, Continue, Devin, Codex) typed function calls into the API. CLV grader, SGP pricer, EV finder, source quality, live odds, prediction markets. Keyless discovery tools so you can demo before minting a key.

pip install parlay-api-mcp
# add the server to your Claude Desktop config; restart
View on PyPI MCP docs

What you get when you sign up

Sign up free Read the full docs