Taximail MCP Server

by wongsakorn-orm

274 downloads
Not rated
GitHub

Description

Taximail MCP Server is a backend service designed to handle transactional SMS messaging. It provides an API for sending SMS messages triggered by user actions, ensuring reliable and efficient communication. ## Features - **Transactional SMS**: Send SMS messages triggered by user…

About

Taximail MCP Server is a backend service designed to handle transactional SMS messaging. It provides an API for sending SMS messages triggered by user actions, ensuring reliable and efficient communication. ## Features - **Transactional SMS**: Send SMS messages triggered by user actions. - **Customizable Sender**…

Details

Author
wongsakorn-orm
Downloads
274
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Taximail MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Taximail MCP Server is a backend service designed to handle transactional SMS messaging. It provides an API for sending SMS messages triggered by user actions, ensuring reliable and efficient communication.

Features

- Transactional SMS: Send SMS messages triggered by user actions.
- Customizable Sender: Specify the sender name for your messages.
- Global Reach: Send messages to any phone number worldwide with proper formatting.
- Secure Authentication: Uses API key and secret for secure communication.

Requirements

- Node.js (v16 or higher)
- TypeScript
- Taximail API credentials (API Key and Secret Key)

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.