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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran2420 code lines / 34 files
secretsranno secret patterns matched
egressran8 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

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

![Demo of installation and usage](https://github.com/user-attachments/assets/787a2b4c-4276-422c-9124-fd535571a68c)

## 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

← Back to Plugins