From a9adf416fe25a6dbad204db8eb1b7ec8ce4840e5 Mon Sep 17 00:00:00 2001 From: JacobiusMakes Date: Sat, 5 Sep 2026 15:53:15 -0400 Subject: [PATCH] Add ParlayAPI MCP server --- servers/parlayapi.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 servers/parlayapi.yaml diff --git a/servers/parlayapi.yaml b/servers/parlayapi.yaml new file mode 100644 index 0000000..b6df1c6 --- /dev/null +++ b/servers/parlayapi.yaml @@ -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"