Back to directory
PA

PayPal Agent Toolkit

Official PayPal server for invoices, orders, and subscriptions.
Last updated July 18, 2026
PaymentsLocal · stdioTypeScript188

Overview

PayPal's official Agent Toolkit MCP server exposes PayPal's Orders, Invoices, Subscriptions, and Dispute APIs as agent tools, authenticated with a PayPal access token generated from your app's client ID and secret.

Use cases

Create and send a PayPal invoice from a plain-language request.
Check the status of a PayPal order or subscription.
Look up a dispute case tied to a transaction.

Install

{
  "mcpServers": {
    "paypal": {
      "env": {
        "PAYPAL_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN",
        "PAYPAL_ENVIRONMENT": "SANDBOX"
      }
    }
  }
}

FAQ

Yes — set PAYPAL_ENVIRONMENT to SANDBOX to run against PayPal's sandbox environment before going live.