← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-paypal

github By github 👁 1 views ▲ 0 votes

MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-paypal",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PayPal REST app client id (from developer.paypal.com Apps & Credentials).",
          "isRequired": true,
          "format": "string",
          "name": "PAYPAL_CLIENT_ID"
        },
        {
          "description": "PayPal REST app client secret (OAuth2 client_credentials password).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYPAL_CLIENT_SECRET"
        },
        {
          "description": "PayPal environment. 'sandbox' (default, https://api-m.sandbox.paypal.com) or 'live' (https://api-m.paypal.com).",
          "format": "string",
          "name": "PAYPAL_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...