PayPal Account Updater Subscription Connector
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クライアントIDPAYPAL_CLIENT_SECRET: PayPal APIクライアントシークレットPAYPAL_ENVIRONMENT: 使用する環境 ("SANDBOX"、"LIVE"、または "MOCKDB")
ライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceA 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.6Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA 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
- AlicenseNot gradedqualityCmaintenanceThe 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.393190

@paypal/mcpofficial
AlicenseNot gradedqualityFmaintenanceEnables integration with PayPal APIs for managing invoices, payments, disputes, subscriptions, and more through natural language.39312Apache 2.0
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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