MCP.so
ログイン

Taximail MCP Server

@wongsakorn-orm

Taximail MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

wongsakorn-orm

設定

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

{
  "mcpServers": {
    "taximail": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "TAXIMAIL_API_KEY": "<YOUR_TAXIMAIL_API_KEY>",
        "TAXIMAIL_SECRET_KEY": "<YOUR_TAXIMAIL_SECRET_KEY>"
      }
    }
  }
}

ツール

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

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

概要

What is Taximail MCP Server?

Taximail MCP Server is a backend service for handling transactional SMS messaging. It provides an API to send SMS messages triggered by user actions, with support for customizable sender names and global phone number formatting. The server is designed for developers who need reliable, programmatic SMS delivery.

How to use Taximail MCP Server?

Configure the server with your Taximail API key and secret. Ensure Node.js v16 or higher and TypeScript are installed. The server exposes endpoints for sending transactional SMS; consult its API documentation for endpoint details and request formatting.

Key features of Taximail MCP Server

  • Send transactional SMS triggered by user actions
  • Customize the sender name for each message
  • Reach any phone number worldwide with proper formatting
  • Authenticate securely using API key and secret
  • Built with Node.js and TypeScript for reliability

Use cases of Taximail MCP Server

  • Send order confirmations and shipping updates to customers
  • Deliver verification codes or one-time passwords (OTPs)
  • Trigger alert notifications based on user activity
  • Enable two-factor authentication workflows

FAQ from Taximail MCP Server

What is Taximail MCP Server used for?

It is a backend service for sending transactional SMS messages in response to user actions, such as order confirmations or verification codes.

What are the system requirements?

Node.js version 16 or higher and TypeScript are required. You also need valid Taximail API credentials (API key and secret).

How is authentication handled?

Authentication is done via an API key and secret, ensuring secure communication with the Taximail service.

Can messages be sent to any country?

Yes, the server supports sending messages to any phone number worldwide with proper international formatting.

What type of messages can I send?

Only transactional SMS messages can be sent—these are triggered by user actions (e.g., confirmations, alerts) rather than marketing broadcasts.

コメント

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