Skip to main content
Glama

PayPal Account Updater Subscription Connector

by rishabh17081

MCP 向け PayPal アカウント アップデータ サブスクリプション コネクタ

この MCP (Model Context Protocol) コネクタは、PayPal の Account Updater サービスと統合するためのツールを提供し、電子商取引システムで最新の支払いカード情報を維持するのに役立ちます。

特徴

  • PayPalのアカウントアップデータサービスに支払いカードを登録する
  • サブスクリプションの詳細を取得する
  • カード更新のWebhook通知を処理する
  • 最新のカード情報で加盟店データベースを更新する

インストール

# Clone the repository git clone https://github.com/rishabh17081/paypal-au-subscription-connector.git # Install dependencies pip install fastmcp requests

使用法

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 構成に 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" } } } }

利用可能なツール

フレッシュカードソルブ

カードの鮮度管理ソリューションとしての PayPal Account Updater に関する情報を提供します。

サブスクリプションの作成

PayPal でアカウント ステータス サブスクリプションを作成します。

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

サブスクリプションの取得

PayPal でアカウント ステータス サブスクリプションの詳細を取得します。

get_subscription(subscription_id="SUB-1234567890")

販売業者がPayPal auサービスに登録する

PayPal AU サービスに加盟店カードを登録するための手順を説明します。

マーチャントコードベースのセットアップウェブフックイベント

販売者のコードベースに Webhook イベント処理コードを設定します。

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

Webhook統合

カード更新通知を受け取るには、PayPalのカード更新イベントをリッスンするWebhookエンドポイントをアプリケーションに設定してください。コネクタには、このWebhookを実装するためのサンプルコードが含まれています。

環境変数

  • PAYPAL_CLIENT_ID : PayPal APIクライアントID
  • PAYPAL_CLIENT_SECRET : PayPal APIクライアントシークレット
  • PAYPAL_ENVIRONMENT : 使用する環境 ("SANDBOX"、"LIVE"、または "MOCKDB")

ライセンス

マサチューセッツ工科大学

-
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 の Account Updater サービスとの統合を提供し、販売者がサブスクリプション管理と Webhook 通知を通じて電子商取引システムで最新の支払いカード情報を維持できるようにします。

  1. 特徴
    1. インストール
      1. 使用法
        1. MCPサーバーの実行
        2. クロードと一緒に使う
      2. 利用可能なツール
        1. フレッシュカードソルブ
        2. サブスクリプションの作成
        3. サブスクリプションの取得
        4. 販売業者がPayPal auサービスに登録する
        5. マーチャントコードベースのセットアップウェブフックイベント
      3. Webhook統合
        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