From 513e8daee15e9537de33b4145290cc8db964adfa Mon Sep 17 00:00:00 2001 From: JacobiusMakes Date: Sat, 5 Sep 2026 18:32:06 -0400 Subject: [PATCH 1/2] Add ParlayAPI to MCP Servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..1ca83d9 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [lazymac/k-mcp](https://github.com/lazymac2x/lazymac-k-mcp) — Korean wedge MCP — PIPA compliance, KRW + BOK rates, 사업자등록번호 lookup, address geocoding, NLP. `npx -y @lazymac/k-mcp` - [Lobex](https://github.com/chrisgu/lobex-mcp) - Agent-to-agent marketplace. Remote MCP `https://lobex.app/mcp` + stdio client. Site: https://lobex.app - [mcp-interactive-terminal](https://github.com/amol21p/mcp-interactive-terminal) — Real interactive terminal sessions for REPLs, SSH, database clients, and any interactive CLI — with clean text output, smart completion detection, and multi-layer security. Install: `claude mcp add terminal -- npx -y mcp-interactive-terminal` +- [ParlayAPI](https://github.com/JacobiusMakes/parlay-api-mcp) - Python stdio MCP server for sports odds, player props, public event discovery, and account usage; account data tools require each user's own API key and allowances. Run: `uvx --from parlayapi-mcp==0.3.5 parlayapi-mcp`. * [SkillFlow](https://github.com/rafsilva85/skillflow-mcp-server) - AI Skills Marketplace discovery server. Search, compare, and get installation instructions for curated MCP servers and AI agent tools. - [WhichModel](https://github.com/Which-Model/whichmodel-mcp) — AI model pricing & recommendation MCP server for Claude Code. Helps choose the right model for every task at the best price. Cross-verified data updated every 4 hours. MCP endpoint: `https://whichmodel.dev/mcp` - [Synder Importer MCP](https://github.com/SynderAccounting/gl-importer-plugin) — Official Synder plugin. Import CSV/XLSX accounting data into QuickBooks Online or Xero via the [Synder Importer API](https://importer.synder.com). 19 MCP tools covering imports, field mapping rules, post-import rules, and entity discovery. Bundles the `gl-importer` agent skill. From afe7376a40686a32af8f72c337e960335b22a2d4 Mon Sep 17 00:00:00 2001 From: Esther-MacMini Date: Sun, 6 Sep 2026 22:57:15 -0400 Subject: [PATCH 2/2] fix: pin ParlayAPI to 0.3.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca83d9..fafd6d7 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [lazymac/k-mcp](https://github.com/lazymac2x/lazymac-k-mcp) — Korean wedge MCP — PIPA compliance, KRW + BOK rates, 사업자등록번호 lookup, address geocoding, NLP. `npx -y @lazymac/k-mcp` - [Lobex](https://github.com/chrisgu/lobex-mcp) - Agent-to-agent marketplace. Remote MCP `https://lobex.app/mcp` + stdio client. Site: https://lobex.app - [mcp-interactive-terminal](https://github.com/amol21p/mcp-interactive-terminal) — Real interactive terminal sessions for REPLs, SSH, database clients, and any interactive CLI — with clean text output, smart completion detection, and multi-layer security. Install: `claude mcp add terminal -- npx -y mcp-interactive-terminal` -- [ParlayAPI](https://github.com/JacobiusMakes/parlay-api-mcp) - Python stdio MCP server for sports odds, player props, public event discovery, and account usage; account data tools require each user's own API key and allowances. Run: `uvx --from parlayapi-mcp==0.3.5 parlayapi-mcp`. +- [ParlayAPI](https://github.com/JacobiusMakes/parlay-api-mcp) - Python stdio MCP server for sports odds, player props, public event discovery, and account usage; account data tools require each user's own API key and allowances. Run: `uvx --from parlayapi-mcp==0.3.6 parlayapi-mcp`. * [SkillFlow](https://github.com/rafsilva85/skillflow-mcp-server) - AI Skills Marketplace discovery server. Search, compare, and get installation instructions for curated MCP servers and AI agent tools. - [WhichModel](https://github.com/Which-Model/whichmodel-mcp) — AI model pricing & recommendation MCP server for Claude Code. Helps choose the right model for every task at the best price. Cross-verified data updated every 4 hours. MCP endpoint: `https://whichmodel.dev/mcp` - [Synder Importer MCP](https://github.com/SynderAccounting/gl-importer-plugin) — Official Synder plugin. Import CSV/XLSX accounting data into QuickBooks Online or Xero via the [Synder Importer API](https://importer.synder.com). 19 MCP tools covering imports, field mapping rules, post-import rules, and entity discovery. Bundles the `gl-importer` agent skill.