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

Related MCP Servers

  • -
    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 -
    6
    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 -
    MIT License
  • PayPalofficial

    -
    security
    A
    license
    -
    quality
    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.
    Last updated -
    169
    167
    Apache 2.0
    • Linux
    • Apple

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