Skip to main content
Glama

PayPal Account Updater Subscription Connector

by rishabh17081

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

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.

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

  1. 특징
    1. 설치
      1. 용법
        1. MCP 서버 실행
        2. Claude와 함께 사용
      2. 사용 가능한 도구
        1. getFreshCardsSolve
        2. 구독 생성
        3. 구독하기
        4. 가맹점\페이팔\호주\서비스\구독
        5. 판매자 코드 베이스의 웹훅 이벤트 설정
      3. 웹훅 통합
        1. 환경 변수
          1. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A server that integrates with Stripe for handling payments, customers, and refunds through the Model Context Protocol, providing a secure API to manage financial transactions.
              Last updated -
              13
              Python
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              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.
              Last updated -
              TypeScript
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              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.
              Last updated -
              TypeScript
              MIT License

            View all related MCP servers

            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