MCP.so
ログイン

Gallabox MCP Server

@navayuvan-gallabox

Gallabox MCP Server について

A Model Context Protocol (MCP) server implementation for Gallabox WhatsApp APIs. This server acts as a middleware between MCP clients and the Gallabox API, providing a standardized interface for sending WhatsApp messages.

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

navayuvan-gallabox

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

3

** Confirmation of message sent with ID and status.

** Confirmation of template message sent with ID and status.

** Confirmation of interactive message sent with ID and status.

概要

What is Gallabox MCP Server?

MCP Server for the Gallabox API, enabling interaction with WhatsApp messaging. It allows sending text, template, and interactive messages programmatically.

How to use Gallabox MCP Server?

Clone the repository and install dependencies with yarn. Then configure a claude_desktop_config.json file with your CHANNEL_ID, GALLABOX_API_KEY, and GALLABOX_API_SECRET, and restart Claude Desktop.

Key features of Gallabox MCP Server

  • Send text messages via WhatsApp
  • Send template messages with dynamic values
  • Send interactive messages with reply buttons
  • Provides confirmation with ID and status for each message
  • Uses environment variables for API authentication

Use cases of Gallabox MCP Server

  • Automate customer support notifications via WhatsApp
  • Send personalized marketing or transactional templates
  • Create interactive WhatsApp conversations with button-based flows

FAQ from Gallabox MCP Server

What tools does Gallabox MCP Server provide?

It provides three tools: sendTextMessage, sendTemplateMessage, and sendInteractiveMessage.

What are the required environment variables?

CHANNEL_ID, GALLABOX_API_KEY, and GALLABOX_API_SECRET are required.

How do I configure it with Claude Desktop?

Add a whatsapp entry to the mcpServers section of claude_desktop_config.json, pointing the command to your local server and setting the required environment variables.

What does sendInteractiveMessage require?

It requires recipient (name and phone), content, and an array of buttons with type, id, and title.

Can I send templates with custom values?

Yes. Use sendTemplateMessage with templateName and templateValues (an object of replacements).

コメント

「その他」の他のコンテンツ