Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions servers/parlayapi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
id: parlayapi
name: ParlayAPI
description: >-
Connects MCP clients to ParlayAPI for sports odds, player props, event discovery,
and account usage. Runs locally over stdio and calls the hosted ParlayAPI service.
Public discovery and pricing tools work without an API key; account data tools
require the user's own key and are subject to account allowances. Also exposes
account signup, login email, checkout link, and preference tools that should be
used only with the user's approval. Software licensing does not grant data
redistribution rights; applicable service terms govern data use.
author:
name: JacobiusMakes
github: JacobiusMakes
repository: https://github.com/JacobiusMakes/parlay-api-mcp
transport:
- stdio
category: Research
tags:
- sports
- odds
- player-props
- event-discovery
created_at: "2026-09-05T00:00:00.000Z"
updated_at: "2026-09-05T00:00:00.000Z"
install:
command: uvx
args:
- --from
- parlayapi-mcp==0.3.5
- parlayapi-mcp
env_vars:
- name: PARLAYAPI_KEY
description: Optional for public discovery; supply your own ParlayAPI key for account data tools.
required: false
license: MIT
version: "0.3.5"