Skip to main content
Glama
rishabh17081

PayPal Account Updater Subscription Connector

by rishabh17081

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

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

特徴

  • PayPalのアカウントアップデータサービスに支払いカードを登録する

  • サブスクリプションの詳細を取得する

  • カード更新のWebhook通知を処理する

  • 最新のカード情報で加盟店データベースを更新する

Related MCP server: PayPal MCP Server

インストール

# 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")

ライセンス

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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    6
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    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.
    393
    190
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables integration with PayPal APIs for managing invoices, payments, disputes, subscriptions, and more through natural language.
    393
    12
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.

  • Fail-closed refund, cancellation, return, and trial checks for 100 US subscription vendors.

  • Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments

View all MCP Connectors

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