← Back to all apps

PayPal

The PayPal MCP server enables AI agents to interact with the PayPal platform. PayPal is a global online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders. This MCP server allows AI assistants to programmatically access and manage PayPal account information, transaction details, payment processing, and potentially other financial services offered by PayPal.

2ChatGPT Tools
28Claude Tools

Use Cases

financial-services

Available Tools

create_invoice

create_invoice
Full Description

Opens an interactive invoice creation form. Call this tool ONCE to display the form - the user will fill in the details directly in the UI. Do not call this tool multiple times.

Parameters (1 required)
Required
bodyobject

JSON body containing invoice details. All fields are optional - if required fields are missing, an interactive form will be displayed.

send_invoice

send_invoice
Full Description

Sends a PayPal invoice to the recipient via email

Parameters (1 required, 5 optional)
Required
invoice_idstring

The ID of the invoice to send

Optional
additional_recipient_emailstring

Additional recipient email address

notestring

Additional note to include in the email

send_to_invoicerboolean

Whether to send a copy to the invoicer

Default: False
send_to_recipientboolean

Whether to send the invoice to the recipient via email

Default: True
subjectstring

Email subject line