From 31a9ce6d9e905a687cb257a8b2ec53556217257c Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:22:29 -0500 Subject: [PATCH] Add paypal plugin (#4567) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4f2a4156..0b4479f5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2482,6 +2482,20 @@ }, "homepage": "https://github.com/PagerDuty/claude-code-plugins" }, + { + "name": "paypal", + "description": "PayPal development plugin for Claude — integrate payments, subscriptions, invoices, disputes, and more using PayPal's APIs and MCP server", + "author": { + "name": "PayPal" + }, + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/paypal/AI-Toolkit.git", + "sha": "c93cbfe5b0b16ef920670ce7d6afabdf7e79c7a3" + }, + "homepage": "https://developer.paypal.com/" + }, { "name": "php-lsp", "description": "PHP language server (Intelephense) for code intelligence",