MCP.so
ログイン

ClickSend MCP Server

@ClickSend

ClickSend MCP Server について

MCP Server for Messaging using ClickSend

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

ClickSend

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "clicksend": {
      "command": "node",
      "args": [
        "-y",
        "@clicksend/sms-mcp-server"
      ],
      "env": {
        "CLICKSEND_USERNAME": "your clicksend username",
        "CLICKSEND_API_KEY": "your API Key"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ClickSend MCP Server?

ClickSend MCP Server is the official MCP server developed by the ClickSend team. It extends ClickSend’s messaging capabilities into modern AI ecosystems, allowing developers to send SMS via ClickSend without writing custom code. It is designed for developers integrating AI‑driven workflows with SMS.

How to use ClickSend MCP Server?

Requirements: Node.js >= 18. Set environment variables CLICKSEND_USERNAME and CLICKSEND_API_KEY (available from the ClickSend Dashboard). Configure the server in an MCP client (e.g., Claude for Desktop) using the npm package @clicksend/clicksend-mcp-server@latest or a local build. After restarting the client, the tool clicksend-send-sms appears.

Key features of ClickSend MCP Server

  • Send one SMS at a time with credentials.
  • Calculate the price of sending a message.
  • Search contacts and contact lists, then send messages.
  • Retrieve and use SMS templates.
  • View SMS send history with filtering.
  • Get SMS statistics for the last 30 days.

Use cases of ClickSend MCP Server

  • Send SMS from an AI assistant (e.g., Claude) without custom integrations.
  • Automate bulk SMS pricing calculations before sending.
  • Manage contact lists and send targeted messages via natural language.
  • Retrieve past SMS history for auditing or replanning.
  • Monitor recent SMS usage statistics.

FAQ from ClickSend MCP Server

What phone number format is required?

All phone numbers must be in E.164 format (e.g., +61411111111).

What credentials are needed and where can I find them?

You need your ClickSend username and API Key. They can be found at https://dashboard.clicksend.com/account/subaccounts after signing up.

What are the runtime requirements?

Node.js version 18 or higher is required.

Are there rate limits I should be aware of?

Yes, you should be aware of your ClickSend account’s rate limits and pricing.

How do I troubleshoot “Invalid credentials”?

Double‑check your CLICKSEND_USERNAME and CLICKSEND_API_KEY. You can copy them from the ClickSend Dashboard.

コメント

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