Labsco
MCP SERVER

Aligo SMS

by hongsw

Send an SMS through the Aligo API, now or on a schedule, with a title and an optional image.

Telephony, SMS & Voice AgentsVerified
Summary
One tool, but its parameters reach past an immediate send: a message type, an image and a scheduled time.

The interesting arguments here are the ones that are not the message text. msg_type distinguishes the kind of message being sent, image_path attaches an image, and schedule_date with schedule_time defers delivery, so a reminder or a timed campaign does not need a scheduler of your own wrapped around the call. Sender and receiver are per-call parameters rather than server configuration, which means one server can send on behalf of different numbers — and equally that nothing in the tool set constrains which number it sends as.

What it is

A single-tool SMS sender for the Aligo API.

What you get
  • One call carrying more than the text: send-sms takes the sender and receiver, the message with a title and a msg_type, an image_path, a destination, and a schedule_date with a schedule_time for sending later.
Requirements

An Aligo account able to send from the sender number you pass. No credentials are configured on the server; the sender and receiver are supplied per call.

Setup effort

One command plus a key — npx -y github:hongsw/aligo-sms-mcp-server mcp-server, then supply credentials