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.

评论

其他 分类下的更多 MCP 服务器