ParlayAPI
Rank #50,115io.github.JacobiusMakes/parlayapi
Live odds and player props from 32+ sportsbooks, plus arbitrage, +EV and bet verdicts.
ParlayAPI is a Model Context Protocol (MCP) server published by JacobiusMakes. It ranks #50,115 of 115,591 servers tracked on MCP Toplist. ParlayAPI is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 26, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 65,476 of 115,591 servers on MCP Toplist.
Use ParlayAPI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add parlayapi -e "PARLAYAPI_KEY=<your PARLAYAPI_KEY>" -- uvx parlayapi-mcpReplace each placeholder with your own value before saving.
[mcp_servers.parlayapi]
command = "uvx"
args = ["parlayapi-mcp"]
[mcp_servers.parlayapi.env]
PARLAYAPI_KEY = "<your PARLAYAPI_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parlayapi": {
"command": "uvx",
"args": [
"parlayapi-mcp"
],
"env": {
"PARLAYAPI_KEY": "<your PARLAYAPI_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parlayapi": {
"command": "uvx",
"args": [
"parlayapi-mcp"
],
"env": {
"PARLAYAPI_KEY": "<your PARLAYAPI_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"parlayapi": {
"type": "stdio",
"command": "uvx",
"args": [
"parlayapi-mcp"
],
"env": {
"PARLAYAPI_KEY": "<your PARLAYAPI_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parlayapi": {
"command": "uvx",
"args": [
"parlayapi-mcp"
],
"env": {
"PARLAYAPI_KEY": "<your PARLAYAPI_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parlayapi": {
"command": "uvx",
"args": [
"parlayapi-mcp"
],
"env": {
"PARLAYAPI_KEY": "<your PARLAYAPI_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JacobiusMakes%2Fparlayapi)<a href="https://mcptoplist.com/server/io.github.JacobiusMakes%2Fparlayapi"><img src="https://mcptoplist.com/badge/io.github.JacobiusMakes%2Fparlayapi.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
JacobiusMakes
Other servers by JacobiusMakes
View all JacobiusMakes servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.4 | Aug 25, 2026 |
| 0.3.1 | Jul 26, 2026 |
Frequently asked questions
- Who maintains ParlayAPI?
- ParlayAPI is maintained by JacobiusMakes, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ParlayAPI listed on the Official MCP Registry?
- Yes — ParlayAPI is listed on the Official MCP Registry.
- How many versions does ParlayAPI have?
- MCP Toplist tracks 2 versions of ParlayAPI, most recently published on Aug 25, 2026.
- Where can I find the source code for ParlayAPI?
- The source code for ParlayAPI is hosted at github.com/JacobiusMakes/parlay-api-mcp.