PayPal MCP サーバー
DynamicEndpointsによって管理されています - 連絡先: kameron@dynamicendpoints.com
PayPal APIとの統合を実現するモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、標準化されたインターフェースを通じて、PayPalの支払い処理、請求、ビジネス管理機能とのシームレスな連携を実現します。
建築
特徴
支払い処理
注文の作成と管理
支払い処理
支払いトークンの処理
紛争の管理
事業運営
製品の作成と管理
請求書を生成する
支払い処理
パートナー紹介の処理
ユーザー管理
本人確認
ユーザー情報の取得
ウェブプロファイル管理
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の PayPal MCP サーバーを自動的にインストールするには:
手動インストール
リポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run buildMCP 設定ファイルで PayPal 資格情報を設定します。
{ "mcpServers": { "paypal": { "command": "node", "args": ["path/to/paypal-server/build/index.js"], "env": { "PAYPAL_CLIENT_ID": "your_client_id", "PAYPAL_CLIENT_SECRET": "your_client_secret" }, "disabled": false, "autoApprove": [] } } }
利用可能なツール
支払い業務
支払いトークンの作成
将来使用するために支払いトークンを作成します。
注文作成
PayPal で新しい注文を作成します。
支払いの作成
直接支払いを作成します。
事業運営
製品を作成する
カタログに新しい製品を作成します。
請求書作成
新しい請求書を生成します。
支払いの作成
一括支払いを処理します。
ユーザーとプロファイルの管理
get_userinfo
ユーザー情報を取得します。
ウェブプロファイルを作成する
Web エクスペリエンス プロファイルを作成します。
使用例
注文の作成
請求書の作成
支払いの処理
エラー処理
サーバーは包括的なエラー処理を実装します。
詳細なメッセージ付きの入力検証エラー
PayPal APIエラーと応答の詳細
ネットワークおよび認証エラー
レート制限とタイムアウト処理
セキュリティに関する考慮事項
すべての機密データは検証され、サニタイズされます
PayPalによるOAuth 2.0認証
環境変数による安全な資格情報管理
すべてのAPIパラメータの入力検証
エラーメッセージは機密情報を公開しません
発達
建物
テスト
デバッグ
サーバーはデバッグに役立つ詳細なログを出力します。
認証の問題
API呼び出しの失敗
検証エラー
リクエスト/レスポンスの詳細
貢献
リポジトリをフォークする
機能ブランチを作成する
変更をコミットする
ブランチにプッシュする
プルリクエストを作成する
ライセンス
MITライセンス
Related MCP Servers
- AsecurityFlicenseAqualityA MCP Server used to collect MCP Servers over the internet.Last updated -319
- -securityAlicense-qualityA 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 -6Apache 2.0
- -securityAlicense-qualityA 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
MailPace MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server implementation that allows sending emails over MailPace's fast transactional email API.Last updated -11MIT License