PayPal Account Updater Subscription Connector
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.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PayPal Account Updater Subscription Connectorcreate a subscription for card ending in 4321 with expiry 2026-08"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: PayPal MCP Server
Installation
# Clone the repository
git clone https://github.com/rishabh17081/paypal-au-subscription-connector.git
# Install dependencies
pip install fastmcp requestsUsage
Running the MCP Server
# Set environment variables
export PAYPAL_CLIENT_ID="your_client_id"
export PAYPAL_CLIENT_SECRET="your_client_secret"
export PAYPAL_ENVIRONMENT="SANDBOX" # or "LIVE" or "MOCKDB"
# Run the MCP server
python -m fastmcp run paypal_au_subscription_mcp.pyUsing with Claude
Add the MCP server to your Claude configuration:
{
"mcpServers": {
"paypal-au": {
"command": "python",
"args": ["-m", "fastmcp", "run", "/path/to/paypal_au_subscription_mcp.py"],
"env": {
"PAYPAL_CLIENT_ID": "your_client_id",
"PAYPAL_CLIENT_SECRET": "your_client_secret",
"PAYPAL_ENVIRONMENT": "SANDBOX"
}
}
}
}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.
create_subscription(pan="4111111111111111", expiry_date="2025-12")get_subscription
Get details of an account status subscription in PayPal.
get_subscription(subscription_id="SUB-1234567890")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.
setup_webhook_events_in_merchant_code_base(url="/path/to/merchant/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 deployed
Maintenance
Related MCP Connectors
PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.
Create and manage checkout pages, event ticketing, forms, customers, payments and subscriptions.
Sits between accounting and payment rails for reminders, Pay Now, autopay, portal, and book sync.
Pay for APIs with USDC. Read-only x402 payment discovery, verification, evidence, and status.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides comprehensive integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.7Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA server that provides integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.MIT
- AlicenseNot gradedqualityCmaintenanceThe 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.488 npm194-

@paypal/mcpofficial
AlicenseNot gradedqualityFmaintenanceEnables integration with PayPal APIs for managing invoices, payments, disputes, subscriptions, and more through natural language.488 npm12Apache 2.0