PayPal
JSON →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.
Tools · 30
- create_invoice Create a new invoice in the PayPal system
- list_invoices List invoices with optional pagination and filtering
- get_invoice Retrieve details of a specific invoice
- send_invoice Send an invoice to recipients
- send_invoice_reminder Send a reminder for an existing invoice
- cancel_sent_invoice Cancel a sent invoice
- generate_invoice_qr_code Generate a QR code for an invoice
- create_order Create an order in PayPal system based on provided details
- get_order Retrieve the details of an order
- pay_order Process payment for an authorized order
- create_refund Process a refund for a captured payment
- get_refund Get the details for a specific refund
- list_disputes Retrieve a summary of all open disputes
- get_dispute Retrieve detailed information of a specific dispute
- accept_dispute_claim Accept a dispute claim
- create_shipment_tracking Create a shipment tracking record
- get_shipment_tracking Retrieve shipment tracking information
- update_shipment_tracking Update shipment tracking information
- create_product Create a new product in the PayPal catalog
- list_products List products with optional pagination and filtering
- show_product_details Retrieve details of a specific product
- create_subscription_plan Create a new subscription plan
- list_subscription_plans List subscription plans
- show_subscription_plan_details Retrieve details of a specific subscription plan
- create_subscription Create a new subscription
- show_subscription_details Retrieve details of a specific subscription
- update_subscription Update an existing subscription
- cancel_subscription Cancel an active subscription
- list_transactions List transactions with optional pagination and filtering
- get_merchant_insights Retrieve business intelligence metrics and analytics for a merchant
Environment variables
PAYPAL_CLIENT_IDPAYPAL_CLIENT_SECRETPAYPAL_ACCESS_TOKENCLIENT_IDCLIENT_SECRETYOUR_NEW_ACCESS_TOKEN
Links
★ 188 GitHub stars