MCP Hub
Back to servers

Paypal

PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.

Registry
Updated
Apr 15, 2026

mcp-paypal

PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
paypal_list_transactionsList PayPal transactions within a date range. Returns transaction details including amount, status, and payer info.
paypal_get_orderGet details of a specific PayPal order by its ID.
paypal_list_invoicesList invoices from your PayPal account. Returns invoice numbers, amounts, and statuses.
paypal_get_invoiceGet details of a specific PayPal invoice by its ID.
paypal_list_disputesList disputes (chargebacks and claims) from your PayPal account.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "paypal": {
      "url": "https://gateway.pipeworx.io/paypal/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use paypal

License

MIT

Reviews

No reviews yet

Sign in to write a review