PayPal
The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
https://paypal.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/paypal 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://paypal.run.tools
Tools (4)
-
create_invoiceCreates PayPal Invoice Link
-
list_transactionsFetches details of your PayPal Transactions
-
create_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 the user has reviewed and approved the data. Accepts: array of fully validated PayPal invoice objects.
-
send_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 confirmation to proceed. Confirm send options (recipient/invoicer) with the user as well. NOTE: Default send_to_recipient is true and if an invoice has no primary_recipients (i.e. was created without a recipient email), PayPa