Serversio.github.paypal/paypal-mcp-server
S

io.github.paypal/paypal-mcp-server

io.github.paypal/paypal-mcp-server · v1.8.1
▦ npm
v1.8.1npm npm: @paypal/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.paypal/paypal-mcp-server",
  "description": "A command line tool for setting up PayPal MCP server",
  "repository": {
    "url": "https://github.com/paypal/paypal-mcp-server",
    "source": "github"
  },
  "version": "1.8.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@paypal/mcp",
      "version": "1.8.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started ",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYPAL_ACCESS_TOKEN"
        },
        {
          "description": "'SANDBOX' or 'LIVE'",
          "isRequired": true,
          "format": "string",
          "name": "PAYPAL_ENVIRONMENT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}