home / mcp / paypal mcp server
A Model Context Protocol (MCP) server for PayPal API integration with backdated commits
Configuration
View docs{
"mcpServers": {
"arbuthnot-eth-paypal-mcp-defunct": {
"command": "node",
"args": [
"path/to/paypal-mcp/build/index.js"
],
"env": {
"PAYPAL_CLIENT_ID": "your_client_id",
"PAYPAL_ENVIRONMENT": "sandbox",
"PAYPAL_CLIENT_SECRET": "your_client_secret"
}
}
}
}Create a payment token for future use with PayPal APIs
Create a new PayPal order for payment processing
Capture payment for an authorized PayPal order
Create a direct payment transaction with PayPal APIs
Create a recurring subscription for ongoing billing
Create a new product in the catalog for invoicing or subscriptions
Generate a new invoice in PayPal for a customer
Process a batch payout to multiple recipients
Retrieve user information from PayPal profiles
Create a web experience profile for PayPal checkout flows
List existing PayPal web experience profiles