PayPal Account Updater Subscription Connector
Conector de suscripción de actualización de cuenta de PayPal para MCP
Este conector MCP (Protocolo de contexto de modelo) proporciona herramientas para la integración con el servicio Actualizador de cuenta de PayPal, que ayuda a mantener actualizada la información de las tarjetas de pago en su sistema de comercio electrónico.
Características
Suscribir tarjetas de pago al servicio de actualización de cuentas de PayPal
Recuperar detalles de suscripción
Procesar notificaciones de webhook para actualizaciones de tarjetas
Actualice su base de datos de comerciantes con información actualizada de sus tarjetas
Related MCP server: PayPal MCP Server
Instalación
# Clone the repository
git clone https://github.com/rishabh17081/paypal-au-subscription-connector.git
# Install dependencies
pip install fastmcp requestsUso
Ejecución del servidor MCP
# 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.pyUsando con Claude
Agregue el servidor MCP a su configuración de Claude:
{
"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"
}
}
}
}Herramientas disponibles
obtenerFreshCardsResolver
Proporciona información sobre PayPal Account Updater como solución para la gestión de la frescura de las tarjetas.
crear_suscripción
Crear una suscripción de estado de cuenta en PayPal.
create_subscription(pan="4111111111111111", expiry_date="2025-12")obtener_suscripción
Obtenga detalles de una suscripción al estado de cuenta en PayPal.
get_subscription(subscription_id="SUB-1234567890")suscribirse_comerciante_al_servicio_paypal_au
Proporciona instrucciones para suscribir tarjetas de comerciantes al servicio PayPal AU.
configuración de eventos de webhook en la base de código del comerciante
Configura el código de manejo de eventos webhook en la base de código del comerciante.
setup_webhook_events_in_merchant_code_base(url="/path/to/merchant/codebase")Integración de webhooks
Para recibir notificaciones de actualización de tarjetas, configure un punto final de webhook en su aplicación que detecte los eventos de actualización de tarjetas de PayPal. El conector incluye código de ejemplo para implementar este webhook.
Variables de entorno
PAYPAL_CLIENT_ID: Su ID de cliente de la API de PayPalPAYPAL_CLIENT_SECRET: Su secreto de cliente de la API de PayPalPAYPAL_ENVIRONMENT: El entorno a utilizar ("SANDBOX", "LIVE" o "MOCKDB")
Licencia
Instituto Tecnológico de Massachusetts (MIT)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.6Apache 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.393190

@paypal/mcpofficial
AlicenseNot gradedqualityFmaintenanceEnables integration with PayPal APIs for managing invoices, payments, disputes, subscriptions, and more through natural language.39312Apache 2.0
Related MCP Connectors
PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.
Fail-closed refund, cancellation, return, and trial checks for 100 US subscription vendors.
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishabh17081/paypal-au-subscription-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server