Skip to main content
Glama

Paddle MCP Server

Official
by PaddleHQ

パドル課金用MCPサーバー

Paddle Billingは、開発者を第一に考えた販売責任者です。支払い、税金、サブスクリプション、そしてメトリクスを、すべて1つの統合APIで管理します。

これは、Paddle API と対話するためのツールを提供するモデル コンテキスト プロトコル (MCP)サーバーです。

**重要:**このMCPサーバーはPaddle Billingと連携しています。Paddle Classicには対応していません。Paddle Classicでの操作については、 Paddle Classic APIリファレンスをご覧ください。

特徴

  • パドルカタログに製品をリストする
  • 新しい製品を作る
  • 製品の価格を記載する
  • 製品の新しい価格を設定する
  • 顧客リスト
  • 取引一覧
  • リストサブスクリプション
  • 財務分析用のカスタムレポートを作成する

インストール

MCPサーバーを使用するには、APIキーが必要です。APIキーはPaddle > 開発者ツール > 認証で作成・管理できます。

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

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

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

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

発達

  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引数を含めます。

もっと詳しく知る

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

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.

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

  1. 特徴
    1. インストール
      1. 発達
        1. デバッグ
          1. もっと詳しく知る

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A 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
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that provides tools for interacting with Trello boards, enabling seamless management of cards, lists, and activities while handling rate limiting and type safety.
              Last updated -
              10
              8
              JavaScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that helps track expenses and calculate reimbursements for social events, making it easy to settle balances between friends.
              Last updated -
              11
              Python
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              A 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 -
              6
              TypeScript
              Apache 2.0

            View all related MCP servers

            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/PaddleHQ/paddle-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server