Skip to main content
Glama

Aligo SMS MCP Server

by hongsw

send-sms

Send SMS, LMS, or MMS messages via the Aligo API. Specify sender, receiver, message content, and optional details like schedule, title, or image for MMS. Supports bulk messaging.

Instructions

Send SMS messages through the Aligo API

Input Schema

NameRequiredDescriptionDefault
destinationNoOptional formatted destination with names (01011112222|홍길동,01033334444|아무개)
image_pathNoOptional image file path for MMS
messageYesSMS message content
msg_typeNoMessage type: SMS, LMS, or MMS
receiverYesRecipient's phone number, or comma-separated list for multiple recipients
schedule_dateNoOptional schedule date (YYYYMMDD)
schedule_timeNoOptional schedule time (HHMM)
senderYesSender's phone number (registered with Aligo)
titleNoMessage title (required for LMS/MMS)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destination": { "description": "Optional formatted destination with names (01011112222|홍길동,01033334444|아무개)", "type": "string" }, "image_path": { "description": "Optional image file path for MMS", "type": "string" }, "message": { "description": "SMS message content", "maxLength": 2000, "minLength": 1, "type": "string" }, "msg_type": { "description": "Message type: SMS, LMS, or MMS", "enum": [ "SMS", "LMS", "MMS" ], "type": "string" }, "receiver": { "description": "Recipient's phone number, or comma-separated list for multiple recipients", "minLength": 1, "type": "string" }, "schedule_date": { "description": "Optional schedule date (YYYYMMDD)", "pattern": "^\\d{8}$", "type": "string" }, "schedule_time": { "description": "Optional schedule time (HHMM)", "pattern": "^\\d{4}$", "type": "string" }, "sender": { "description": "Sender's phone number (registered with Aligo)", "maxLength": 16, "minLength": 1, "type": "string" }, "title": { "description": "Message title (required for LMS/MMS)", "maxLength": 44, "type": "string" } }, "required": [ "sender", "receiver", "message" ], "type": "object" }
Install Server

Other Tools from Aligo SMS MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hongsw/aligo-sms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server