Skip to main content
Glama

@chargebee/mcp

Official
by chargebee

Chargebee モデルコンテキストプロトコル (MCP) サーバー

MCP チャージビー

モデル コンテキスト プロトコル (MCP) は、大規模言語モデル (LLM) と外部システム間のコンテキストを管理するために設計された標準化されたプロトコルです。

Chargebee MCPサーバーは、開発者の効率を向上させる強力なツールセットを提供します。Cursor、Windsurf、ClineといったAI搭載コードエディタや、Claude Desktopといった汎用ツールと連携し、あらゆるMCPクライアントと互換性があります。

この MCP サーバーを使用すると、次のことが可能になります。

  • Chargebee 製品および API サービスに関する回答をすぐに入手できます。
  • 統合のニーズに合わせてカスタマイズされたコンテキスト対応のコード スニペットを受け取ります。
  • 以下の内容を含む Chargebee のナレッジ ベースにアクセスします。
    • ドキュメント
    • よくある質問
    • リリースノート
    • その他にも

MCPデモ

前提条件

  • Node.js LTS - Chargebee MCP サーバーが正しく機能するには、Node.js LTS バージョンが必要です。

設定

Node.js npxを使用して Chargebee MCP サーバーを実行するには、次のコマンドを実行します。

npx -y @chargebee/mcp@latest

利用可能なツール

道具説明
chargebee_documentation_searchChargebee のドキュメントを検索して、詳細な情報と使用ガイドを取得します。
chargebee_code_plannerChargebee の API と機能を統合するための構造化されたコード アウトラインとサンプル コードを生成します。

インストール

カーソル

このサーバーをカーソル IDE に追加するには:

  1. Cursor Settings > MCPに移動します。
  2. + Add new Global MCP Serverクリックします。
  3. グローバル.cursor/mcp.jsonファイルに次の構成を追加します。
{ "mcpServers": { "chargebee": { "command": "npx", "args": [ "-y", "@chargebee/mcp" ] } } }

詳細については、 Cursor のドキュメントを参照してください。注: これをプロジェクト固有の Cursor 設定に追加することもできます(Cursor 0.46 以降でサポートされています)。

ウィンドサーフィン

Cascade を使用して MCP を設定するには:

  1. Windsurf を開き、 Settings > Advanced Settingsに移動するか、コマンド パレット > Open Windsurf Settings Pageを使用します。
  2. カスケード セクションまでスクロールして、新しいサーバーを追加したり、既存のサーバーを表示したり、 mcp_config.jsonにある生の JSON 構成ファイルにアクセスしたりします。
  3. 「カスタムサーバーを追加 +」をクリックして、Chargebee MCP サーバーをmcp_config.jsonに直接含めます。
{ "mcpServers": { "chargebee": { "command": "npx", "args": [ "-y", "@chargebee/mcp" ] } } }

詳細については、 Windsurf のドキュメントを参照してください。

クライン

Cline MCP サーバー設定を使用して、次の JSON をcline_mcp_settings.jsonファイルに手動で追加します。

{ "mcpServers": { "chargebee": { "command": "npx", "args": [ "-y", "@chargebee/mcp" ] } } }

ルーコード

Roo Code 設定でEdit MCP Settingsを選択するか、VS Code コマンド パレットでRoo Code: Open MCP Configコマンドを使用して、MCP 設定にアクセスします。

{ "mcpServers": { "chargebee": { "command": "npx", "args": [ "-y", "@chargebee/mcp" ] } } }

クロード

claude_desktop_config.jsonファイルに以下の設定を追加してください。詳細については、 Claude Desktop のドキュメントを参照してください。

{ "mcpServers": { "chargebee": { "command": "npx", "args": [ "-y", "@chargebee/mcp" ] } } }

コマンドライン

次のコマンドを実行して、サーバーを CLI として実行することもできます。

npx -y @chargebee/mcp@latest

貢献

このプロジェクトに貢献するには、貢献ガイドを参照してください。

ライセンス

マサチューセッツ工科大学

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

AIエージェントをChargebeeプラットフォームに接続するMCPサーバー。

  1. 前提条件
    1. 設定
      1. 利用可能なツール
        1. インストール
          1. カーソル
          2. ウィンドサーフィン
          3. クライン
          4. ルーコード
          5. クロード
          6. コマンドライン
        2. 貢献
          1. ライセンス

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A simple aggregator server that allows batching multiple MCP tool calls into a single request, reducing token usage and network overhead for AI agents.
              Last updated -
              14
              JavaScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
              Last updated -
              6
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables AI agents like Claude to play Minesweeper through natural language interaction, connecting to a separate Minesweeper game server.
              Last updated -
              80
              JavaScript
            • -
              security
              -
              license
              -
              quality
              An MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.
              Last updated -
              23
              Python
              MIT License

            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/chargebee/agentkit'

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