You're viewing a demo portfolio

Join the waitlist
PRSM

paypal_list_invoices

Active

Tool of Paypal

declared in 0.1.0

List your PayPal invoices. Returns invoice numbers, amounts, statuses, and dates. Use to track billing and outstanding payments.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_clientId": "your-paypal-client-id",
      "_clientSecret": "your-paypal-client-secret"
    },
    {
      "page": 2,
      "_clientId": "your-paypal-client-id",
      "page_size": 50,
      "_clientSecret": "your-paypal-client-secret"
    }
  ],
  "required": [
    "_clientId",
    "_clientSecret"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default 1)"
    },
    "_sandbox": {
      "type": "boolean",
      "description": "Use sandbox environment (default: false)"
    },
    "_clientId": {
      "type": "string",
      "description": "PayPal app Client ID"
    },
    "page_size": {
      "type": "number",
      "description": "Results per page (default 20, max 100)"
    },
    "_clientSecret": {
      "type": "string",
      "description": "PayPal app Client Secret"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Paypal

https://github.com/pipeworx-io/mcp-paypal

1/7 registries
View full server →