PayPal Account Updater Subscription Connector
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Integrates with PayPal's Account Updater service, allowing merchants to subscribe payment cards for automatic updates, retrieve subscription details, and process webhook notifications to maintain fresh payment card information in e-commerce systems.
PayPal Account Updater Subscription Connector for MCP
This MCP (Model Context Protocol) connector provides tools for integrating with PayPal's Account Updater service, which helps maintain fresh payment card information in your e-commerce system.
Features
- Subscribe payment cards to PayPal's Account Updater service
- Retrieve subscription details
- Process webhook notifications for card updates
- Update your merchant database with fresh card information
Installation
Usage
Running the MCP Server
Using with Claude
Add the MCP server to your Claude configuration:
Available Tools
getFreshCardsSolve
Provides information about PayPal Account Updater as a solution for card freshness management.
create_subscription
Create an account status subscription in PayPal.
get_subscription
Get details of an account status subscription in PayPal.
subscribe_merchant_to_paypal_au_service
Provides instructions for subscribing merchant cards to PayPal AU service.
setup_webhook_events_in_merchant_code_base
Sets up webhook event handling code in the merchant's codebase.
Webhook Integration
To receive card update notifications, set up a webhook endpoint in your application that listens for PayPal's card update events. The connector includes sample code for implementing this webhook.
Environment Variables
PAYPAL_CLIENT_ID
: Your PayPal API client IDPAYPAL_CLIENT_SECRET
: Your PayPal API client secretPAYPAL_ENVIRONMENT
: The environment to use ("SANDBOX", "LIVE", or "MOCKDB")
License
MIT
This server cannot be installed
Provides integration with PayPal's Account Updater service, enabling merchants to maintain fresh payment card information in their e-commerce systems through subscription management and webhook notifications.