MCP server exposing 5 tools for paypal.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/paypal/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
paypal_list_transactions — Find PayPal transactions within a date range. Returns amount, status, payer info, and transaction IDs. Use to audit payments or track cash flow.paypal_get_order — Get full details of a PayPal order by ID (e.g., "3JU84394D694620H"). Returns buyer info, items, amounts, and fulfillment status.paypal_list_invoices — List your PayPal invoices. Returns invoice numbers, amounts, statuses, and dates. Use to track billing and outstanding payments.paypal_get_invoice — Get full details of a PayPal invoice by ID. Returns line items, amounts, due dates, and payment status.paypal_list_disputes — List chargebacks and claims against your account. Returns dispute IDs, amounts, statuses, and reasons.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/paypal/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io