Back to directory
paypal/agent-toolkit

paypal/agent-toolkit

@paypal163

The PayPal MCP server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.

paypalmcp-serverapi-integrationfinancial-servicesfinance

Installation & Configuration

{
  "mcpServers": {
    "paypal": {
      "command": "npx",
      "args": [
        "-y",
        "@paypal/mcp",
        "--tools=all"
      ],
      "env": {
        "PAYPAL_ACCESS_TOKEN": "YOUR_PAYPAL_ACCESS_TOKEN",
        "PAYPAL_ENVIRONMENT": "SANDBOX"
      }
    }
  }
}

Information

Transport
stdio
Language
javascript
Created
2025/3/30
Updated
2025/11/1