# PayPal (verified)

Create and share payment links, send invoices, and view recent transactions. Manage payment activity and track payouts.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add paypal

# Browse available tools
npx -y @smithery/cli@latest tool list paypal

# Get full schema for a tool
npx -y @smithery/cli@latest tool get paypal create_invoice

# Call a tool
npx -y @smithery/cli@latest tool call paypal create_invoice '{}'
```

## Direct MCP Connection

Endpoint: `https://paypal.run.tools`

## Tools (4)

- `create_invoice` — Creates PayPal Invoice Link
- `list_transactions` — Fetches details of your PayPal Transactions
- `create_bulk_invoices` — Use this tool to create multiple PayPal invoices in bulk via concurrent processing.
- `send_bulk_invoices` — Sends multiple PayPal invoices in bulk with concurrent processing.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get paypal <tool-name>
```

## Resources

- `legal://paypal-checkout-disclaimer`
