← Registry

API Tools

parlay-api.com

Provides account signup, subscription management, and live sports data retrieval for ParlayAPI.

1 endpoint22 known toolsFirst detected July 26, 2026Last detected July 29, 2026

ENDPOINT 1

https://parlay-api.com/mcp/http

No auth detected

MCP server metadata

Name
parlayapi
Capabilities
experimentalpromptsresourcestools

Known tools 22

parlayapi_signup

Create a free-tier ParlayAPI account for the given email.

Potential side effects
parlayapi_checkout_link

Generate a Stripe Checkout URL the user can click to upgrade.

Inferred read-only
parlayapi_magic_link

Email a magic-login link for an existing ParlayAPI account.

Potential side effects
parlayapi_get_pricing

Return the current public pricing table.

Inferred read-only
parlayapi_live_sports

List currently active live sports on the retail /live surface.

Inferred read-only
parlayapi_live_search

Search live teams, players, and sport keys.

Inferred read-only
parlayapi_live_command_center

Return the public best-line command center payload.

Potential side effects
parlayapi_source_quality

Return public per-source freshness and quality metadata.

Inferred read-only
parlayapi_book_coverage

Return public per-book coverage gates.

Inferred read-only
parlayapi_list_sports

List available sport keys.

Inferred read-only
parlayapi_get_odds

Get game-level odds for a sport from all configured bookmakers.

Inferred read-only
parlayapi_get_props

Get player prop odds for a sport.

Inferred read-only
parlayapi_best_line

Find the best (highest) price for each outcome across bookmakers.

Inferred read-only
parlayapi_verdict

Should I bet this?

Inferred read-only
parlayapi_set_bettable_books

Remember which books the user can bet at, so parlayapi_verdict scopes its best-price and shop recommendations to them automatically (no need to pass region/books every call).

Inferred read-only
parlayapi_parlay_verdict

Grade a multi-leg parlay: should you bet it, and at which book?

Inferred read-only
parlayapi_best_bets

What should I bet right now?

Inferred read-only
parlayapi_account_info

Get info about the API key currently in use: tier, credits remaining, billing period.

Inferred read-only
parlayapi_find_arbitrage

Find guaranteed-profit arbitrage opportunities across bookmakers.

Inferred read-only
parlayapi_find_ev

Find positive-EV bets vs a sharp book's no-vig fair line.

Inferred read-only
parlayapi_consensus

Get consensus (average) odds across all bookmakers per market.

Inferred read-only
parlayapi_find_middles

Find cross-book middle opportunities.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.parlayapi]
url = "https://parlay-api.com/mcp/http"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "parlayapi": {
      "type": "http",
      "url": "https://parlay-api.com/mcp/http"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: parlayapi
Remote MCP URL: https://parlay-api.com/mcp/http

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "parlayapi": {
      "url": "https://parlay-api.com/mcp/http"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "parlayapi": {
      "type": "http",
      "url": "https://parlay-api.com/mcp/http"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "parlayapi",
  "transport": "streamable-http",
  "url": "https://parlay-api.com/mcp/http"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.