非公式PayPal MCPサーバー
PayPal API統合のためのモデルコンテキストプロトコル(MCP)サーバーのPython実装。このサーバーにより、大規模言語モデル(LLM)が関数呼び出しを通じてPayPal APIと連携できるようになります。
特徴
- PayPal API のモデルコンテキストプロトコルの完全実装
- すべての主要な PayPal API エンドポイントをサポート:
- 請求書: 作成、一覧表示、表示、送信、リマインダー、キャンセル、QR コード
- 注文:作成、取得、キャプチャ
- 製品: 作成、一覧表示、表示、更新
- サブスクリプションプラン: 作成、リスト、表示
- サブスクリプション: 作成、表示、キャンセル
- 出荷:作成、追跡
- 紛争: リスト、表示、承認
- 取引: リストとフィルタリング
インストール
PyPIから
ソースから
Dockerの使用
使用法
コマンドライン
特定のツールのみを有効にする
Dockerを使用
Claude Desktopとの統合
~/Claude/claude_desktop_config.json
に以下を追加します。
PayPalアクセストークンの取得
クライアント ID とクライアント シークレットを使用して PayPal アクセス トークンを生成できます。
発達
開発環境のセットアップ
テストの実行
パッケージの構築
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
謝辞
- PayPalのエージェントツールキットに基づく
- モデルコンテキストプロトコル仕様と互換性がある
This server cannot be installed
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 の API と対話できるようにし、請求書、注文、製品、サブスクリプション、取引などの機能をサポートする Python 実装。
Related MCP Servers
- -securityFlicense-qualityA server implementing the Model Context Protocol to make and query payments through Worldpay APIs, enabling payment processing, payment queries, and checkout form generation.Last updated -TypeScript
- -securityAlicense-qualityProvides integration with PayPal's Account Updater service, enabling merchants to maintain fresh payment card information in their e-commerce systems through subscription management and webhook notifications.Last updated -PythonMIT License
- -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 -TypeScriptApache 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 -TypeScriptMIT License