Paddle MCP Server

Official

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 > 開発者ツール > 認証で作成・管理できます。

次のコマンドで、 npxを使用して Paddle MCP サーバーを実行できます。

npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production)

PADDLE_API_KEYを API キーに置き換え、正しい値をenvironmentとして渡します。

Claude Desktop、Cursor、Windsurf などのクライアントでサーバーを実行するには、MCP 構成に以下を追加します。

{ "mcpServers": { "paddle": { "command": "npx", "args": ["-y", "@paddle/paddle-mcp", "--api-key=PADDLE_API_KEY", "--environment=(sandbox|production)"] } } }

詳細なセットアップ ガイドについては、以下を参照してください。

発達

  1. 依存関係をインストールします:
    pnpm install
  2. サーバーを構築します。
    pnpm build
  3. ローカル ビルドを使用するようにクライアントを更新します。
    { "mcpServers": { "paddle": { "command": "node", "args": ["path/to/paddle-mcp-server/build/index.js"], "env": { "PADDLE_API_KEY": "your_api_key", "PADDLE_ENVIRONMENT": "sandbox" } } } }

デバッグ

MCP サーバーをデバッグするには、MCP Inspector ツールを使用できます。

  1. インスペクターを使用してサーバーを実行します。
    pnpm inspector
  2. 提供された URL をブラウザで開き、MCP の要求と応答を表示およびデバッグします。
  3. --api-keyおよび--environment引数を含めます。

もっと詳しく知る

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Paddle Billing API と対話するためのツールを提供するモデル コンテキスト プロトコル サーバー。ユーザーは製品、価格、顧客、取引、サブスクリプションを管理し、カスタム財務レポートを作成できます。

  1. Features
    1. Installation
      1. Development
        1. Debugging
          1. Learn more
            ID: 0pdgnr4eoo