Payment processing and transaction management
Integrate PayPal payment processing. Handle transactions, refunds, and subscription billing.
{
"mcpServers": {
"paypal": {
"env": {
"PAYPAL_CLIENT_ID": "your_client_id",
"PAYPAL_CLIENT_SECRET": "your_client_secret"
},
"args": [
"-y",
"@paypal/mcp-server"
],
"command": "npx"
}
}
}PAYPAL_CLIENT_IDyour_client_idPAYPAL_CLIENT_SECRETyour_client_secret