API Tools
parlay-api.com
Provides account signup, subscription management, and live sports data retrieval for ParlayAPI.
ENDPOINT 1
https://parlay-api.com/mcp/http
MCP server metadata
- Name
- parlayapi
Known tools 22
parlayapi_checkout_linkGenerate a Stripe Checkout URL the user can click to upgrade.
Inferred read-onlyparlayapi_magic_linkEmail a magic-login link for an existing ParlayAPI account.
Potential side effectsparlayapi_live_sportsList currently active live sports on the retail /live surface.
Inferred read-onlyparlayapi_live_command_centerReturn the public best-line command center payload.
Potential side effectsparlayapi_best_lineFind the best (highest) price for each outcome across bookmakers.
Inferred read-onlyparlayapi_set_bettable_booksRemember 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-onlyparlayapi_parlay_verdictGrade a multi-leg parlay: should you bet it, and at which book?
Inferred read-onlyparlayapi_account_infoGet info about the API key currently in use: tier, credits remaining, billing period.
Inferred read-onlyparlayapi_find_arbitrageFind guaranteed-profit arbitrage opportunities across bookmakers.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.