MCP Servers / cloud-service / PayPal

PayPal

JSON →
noneofficial188cloud-service

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.

Install
How to run this server

No install command recorded.

server path: paypal
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envPAYPAL_CLIENT_ID
envPAYPAL_CLIENT_SECRET
envPAYPAL_ACCESS_TOKEN
envCLIENT_ID
envCLIENT_SECRET
envYOUR_NEW_ACCESS_TOKEN
Resources
PayPal — MCP Server · libregistry