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.
Integrations
Provides tools for interacting with the Paddle Billing API, including listing and creating products, managing prices, accessing customer data, retrieving transactions and subscriptions, and creating custom financial reports.
パドル課金用MCPサーバー
Paddle Billingは、開発者を第一に考えた販売責任者です。支払い、税金、サブスクリプション、そしてメトリクスを、すべて1つの統合APIで管理します。
これは、Paddle API と対話するためのツールを提供するモデル コンテキスト プロトコル (MCP)サーバーです。
**重要:**このMCPサーバーはPaddle Billingと連携しています。Paddle Classicには対応していません。Paddle Classicでの操作については、 Paddle Classic APIリファレンスをご覧ください。
特徴
- パドルカタログに製品をリストする
- 新しい製品を作る
- 製品の価格を記載する
- 製品の新しい価格を設定する
- 顧客リスト
- 取引一覧
- リストサブスクリプション
- 財務分析用のカスタムレポートを作成する
インストール
MCPサーバーを使用するには、APIキーが必要です。APIキーはPaddle > 開発者ツール > 認証で作成・管理できます。
- サンドボックス: https://sandbox-vendors.paddle.com/authentication-v2
- ライブ: https://vendors.paddle.com/authentication-v2
次のコマンドで、 npx
を使用して Paddle MCP サーバーを実行できます。
PADDLE_API_KEY
を API キーに置き換え、正しい値をenvironment
として渡します。
Claude Desktop、Cursor、Windsurf などのクライアントでサーバーを実行するには、MCP 構成に以下を追加します。
詳細なセットアップ ガイドについては、以下を参照してください。
発達
- 依存関係をインストールします:Copy
- サーバーを構築します。Copy
- ローカル ビルドを使用するようにクライアントを更新します。Copy
デバッグ
MCP サーバーをデバッグするには、MCP Inspector ツールを使用できます。
- インスペクターを使用してサーバーを実行します。Copy
- 提供された URL をブラウザで開き、MCP の要求と応答を表示およびデバッグします。
--api-key
および--environment
引数を含めます。
もっと詳しく知る
You must be authenticated.
Tools
Paddle Billing API と対話するためのツールを提供するモデル コンテキスト プロトコル サーバー。ユーザーは製品、価格、顧客、取引、サブスクリプションを管理し、カスタム財務レポートを作成できます。