Claude Tools / Plugins / paypal
Plugins · paypal/ai-toolkit
paypal
PayPal development plugin for Claude — integrate payments, subscriptions, invoices, disputes, and more using PayPal's APIs and MCP server
CLEARED_STATICclaude-onlyv1.0.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
commands/doctor.md
componentmedium
commands/explain-error.md
componentmedium
commands/sandbox.md
componentmedium
commands/setup.md
componentmedium
commands/test-accounts.md
componentmedium
skills/paypal-best-practices/SKILL.md
skillhigh
skills/paypal-routing/SKILL.md
skillhigh
skills/paypal-best-practices/references/3d-secure.md
componentmedium
skills/paypal-best-practices/references/agentic-commerce.md
agentmedium
skills/paypal-best-practices/references/authentication.md
componentmedium
skills/paypal-best-practices/references/bnpl.md
componentmedium
skills/paypal-best-practices/references/checkout.md
componentmedium
skills/paypal-best-practices/references/disputes-refunds.md
componentmedium
skills/paypal-best-practices/references/expanded-checkout.md
componentmedium
skills/paypal-best-practices/references/fastlane-braintree.md
componentmedium
skills/paypal-best-practices/references/fastlane.md
componentmedium
skills/paypal-best-practices/references/invoicing.md
componentmedium
skills/paypal-best-practices/references/js-sdk-v6.md
componentmedium
skills/paypal-best-practices/references/mcp-tools.md
componentmedium
skills/paypal-best-practices/references/payouts.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 8 lexical match(es)
README
From the repository
# PayPal AI Toolkit A Claude Code plugin that integrates PayPal's APIs and MCP server into your development workflow. Get AI-assisted help with PayPal payments, subscriptions, invoices, disputes, and more — directly in your editor. ## Features - **Best practices Skill** — auto-injects PayPal API knowledge when you're working on payment integrations - **Commands** — quick reference commands for common developer tasks - **Hooks** — automatically checks PayPal best practices before Claude writes integration code - **MCP Server integration** — connects Claude to PayPal's sandbox MCP servers for direct API operations via natural language  ## Installation ### Prerequisites - Claude Code (`claude --version`) - A PayPal Developer account at https://developer.paypal.com - A PayPal sandbox access token ### Install Clone the repo and load it as a local plugin: ```bash git clone https://github.com/paypal/AI-Toolkit.git ``` Then start Claude Code with the plugin loaded: ```bash cd your-project/ claude --plugin-dir /path/to/AI-Toolkit ``` ### Configure your sandbox acces…