PayPal Account Updater Subscription Connector
About
Integrates with PayPal's Account Updater service to maintain fresh payment card information in e-commerce systems.
Details
- Author
- rishabh17081
- Categories
- Cloud Service, Other, Finance
Jump to
Setup
Install PayPal Account Updater Subscription Connector in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/rishabh17081/paypal-au-subscription-connector
Follow the installation instructions in the repository README, then restart your MCP client.
PayPal Account Updater Subscription Connector
Integrates with PayPal's Account Updater service 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.
# Clone the repository git clone https://github.com/rishabh17081/paypal-au-subscription-connector.git # Install dependencies pip install fastmcp requests
# 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.py
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" } } } }
Provides information about PayPal Account Updater as a solution for card freshness management.
Create an account status subscription in PayPal.
create_subscription(pan="4111111111111111", expiry_date="2025-12")
Get details of an account status subscription in PayPal.
get_subscription(subscription_id="SUB-1234567890")
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")
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.
- PAYPAL_CLIENT_ID: Your PayPal API client ID
- PAYPAL_CLIENT_SECRET: Your PayPal API client secret
- PAYPAL_ENVIRONMENT: The environment to use ("SANDBOX", "LIVE", or "MOCKDB")
Official Stripe MCP server and agent toolkit for working with Stripe customers, payments, subscriptions, refunds, invoices, and billing operations.
A server for managing Paytm payment links and transactions.
Access the Yuno payment platform API to manage payments, customers, and checkouts programmatically.
Self Hosted Payment gateway for agents, openclaw, hermes and more
MCP Server for Alipay AI Pay — discover skills, get payment integration guides, and merchant onboarding
Atoa is a UK payments platform that helps businesses accept Pay by Bank and card payments online, in person and remotely. Customers can make Pay by Bank payments securely from their own their Bank app, with Strong Customer Authentication such as Face ID or fingerprint. Businesses can take payments through payment links, QR codes, ecommerce checkouts, card machines and recurring payments, while managing everything from one dashboard. Atoa supports Visa, Mastercard, American Express, Apple Pay and Google Pay alongside Pay by Bank. FCA authorised, PCI DSS compliant, ISO 27001 and SOC 2 certified, Atoa makes accepting and managing payments simple, secure and cost-effective.
Integrate AI tools and agents with Cashfree's Payment Gateway, Payouts, and SecureID APIs.
Integrates with Stripe to manage payments, customers, and refunds.
Hosted, Stateless & Multitenant Stripe MCP server enables AI assistants to manage payments, customers, subscriptions, invoices, and financial operations through Stripe.
MCP Server that connects AI agents to Chargebee platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




