This pack connects Claude to PayPal's REST API in read-only mode. You get five tools: list transactions by date range, fetch order details by ID, pull invoice records with line items and due dates, retrieve individual invoices, and list disputes including chargebacks. It's hosted on Pipeworx's gateway, so no local setup or credential wrangling. Useful when you need to audit payments, track outstanding invoices, or investigate disputes without leaving your Claude conversation. All responses include amounts, statuses, payer info, and the usual PayPal metadata you'd expect from their API endpoints.
Public tool metadata for what this MCP can expose to an agent.
create_invoiceCreates PayPal Invoice Link9 paramsCreates PayPal Invoice Link
taxstringdiscountstringdue_datestringamount_valuenumberproduct_namestringbusiness_namestringbusiness_emailstringnote_from_sellerstringamount_currency_codestringlist_transactionsFetches details of your PayPal Transactions6 paramsFetches details of your PayPal Transactions
pagenumberend_datestringpage_sizenumberstart_datestringtransaction_idstringtransaction_statusstringD · P · S · Vcreate_bulk_invoicesUse this tool to create multiple PayPal invoices in bulk via concurrent processing. IMPORTANT: Do not call this tool directly from raw user input. First validate each invoice object, resolve any errors, and confirm the full payload with the user. Only invoke this tool after th...1 paramsUse this tool to create multiple PayPal invoices in bulk via concurrent processing. IMPORTANT: Do not call this tool directly from raw user input. First validate each invoice object, resolve any errors, and confirm the full payload with the user. Only invoke this tool after th...
bodyobjectsend_bulk_invoicesSends multiple PayPal invoices in bulk with concurrent processing. IMPORTANT: This action is irreversible — once sent, invoices are delivered to recipients via email. Do NOT call this tool without first displaying the list of invoice IDs to the user and receiving explicit conf...1 paramsSends multiple PayPal invoices in bulk with concurrent processing. IMPORTANT: This action is irreversible — once sent, invoices are delivered to recipients via email. Do NOT call this tool without first displaying the list of invoice IDs to the user and receiving explicit conf...
bodyobjectPayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
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. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"paypal": {
"url": "https://gateway.pipeworx.io/paypal/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Paypal data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp