Skip to main content
Glama
rishabh17081

PayPal Account Updater Subscription Connector

by rishabh17081

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 requests

Uso

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.py

Usando 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 PayPal

  • PAYPAL_CLIENT_SECRET : Su secreto de cliente de la API de PayPal

  • PAYPAL_ENVIRONMENT : El entorno a utilizar ("SANDBOX", "LIVE" o "MOCKDB")

Licencia

Instituto Tecnológico de Massachusetts (MIT)

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    6
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    The 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.
    393
    190
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables integration with PayPal APIs for managing invoices, payments, disputes, subscriptions, and more through natural language.
    393
    12
    Apache 2.0

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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