Skip to main content
Glama
rishabh17081

PayPal Account Updater Subscription Connector

by rishabh17081

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

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

특징

  • PayPal 계정 업데이터 서비스에 결제 카드 구독

  • 구독 세부 정보 검색

  • 카드 업데이트에 대한 웹훅 알림 처리

  • 최신 카드 정보로 판매자 데이터베이스를 업데이트하세요

Related MCP server: PayPal MCP Server

설치

지엑스피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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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