PayPal Account Updater Subscription Connector

by rishabh17081
Verified

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.

MCP용 PayPal 계정 업데이터 구독 커넥터

이 MCP(모델 컨텍스트 프로토콜) 커넥터는 PayPal의 계정 업데이터 서비스와 통합하기 위한 도구를 제공하며, 이를 통해 전자 상거래 시스템에서 최신 결제 카드 정보를 유지하는 데 도움이 됩니다.

특징

  • PayPal 계정 업데이터 서비스에 결제 카드 구독
  • 구독 세부 정보 검색
  • 카드 업데이트에 대한 웹훅 알림 처리
  • 최신 카드 정보로 판매자 데이터베이스를 업데이트하세요

설치

지엑스피1

용법

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

Claude와 함께 사용

Claude 구성에 MCP 서버를 추가합니다.

{ "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" } } } }

사용 가능한 도구

getFreshCardsSolve

카드 신선도 관리를 위한 솔루션인 PayPal 계정 업데이터에 대한 정보를 제공합니다.

구독 생성

PayPal에서 계정 상태 구독을 만듭니다.

create_subscription(pan="4111111111111111", expiry_date="2025-12")

구독하기

PayPal에서 계정 상태 구독에 대한 세부 정보를 받으세요.

get_subscription(subscription_id="SUB-1234567890")

가맹점_페이팔_호주_서비스_구독

PayPal AU 서비스에 상인 카드를 구독하는 방법에 대한 지침을 제공합니다.

판매자 코드 베이스의 웹훅 이벤트 설정

판매자의 코드베이스에 웹훅 이벤트 처리 코드를 설정합니다.

setup_webhook_events_in_merchant_code_base(url="/path/to/merchant/codebase")

웹훅 통합

카드 업데이트 알림을 받으려면 PayPal의 카드 업데이트 이벤트를 수신하는 웹훅 엔드포인트를 애플리케이션에 설정하세요. 커넥터에는 이 웹훅을 구현하는 샘플 코드가 포함되어 있습니다.

환경 변수

  • PAYPAL_CLIENT_ID : PayPal API 클라이언트 ID
  • PAYPAL_CLIENT_SECRET : PayPal API 클라이언트 비밀번호
  • PAYPAL_ENVIRONMENT : 사용할 환경("SANDBOX", "LIVE" 또는 "MOCKDB")

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

PayPal의 계정 업데이터 서비스와 통합을 제공하여 판매자가 구독 관리 및 웹훅 알림을 통해 전자 상거래 시스템에서 최신 지불 카드 정보를 유지할 수 있도록 합니다.

  1. Features
    1. Installation
      1. Usage
        1. Running the MCP Server
        2. Using with Claude
      2. Available Tools
        1. getFreshCardsSolve
        2. create_subscription
        3. get_subscription
        4. subscribe_merchant_to_paypal_au_service
        5. setup_webhook_events_in_merchant_code_base
      3. Webhook Integration
        1. Environment Variables
          1. License
            ID: 0hbky344qm