Aligo SMS MCP 서버
@hongsw
About Aligo SMS MCP 서버
Model Context Protocol (MCP) server for Aligo SMS API integration
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aligo-sms-mcp": {
"command": "npx",
"args": [
"-y",
"github:hongsw/aligo-sms-mcp-server",
"mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Aligo SMS MCP 서버?
Aligo SMS MCP 서버 is a server that uses the Model Context Protocol (MCP) to access the Aligo SMS API. It allows MCP-compatible AI agents, such as Claude AI, to send SMS messages or query related information.
How to use Aligo SMS MCP 서버?
Install by adding the server configuration to your MCP settings file. Configure API credentials by creating a .garakrc file in your home directory with your Aligo API key, user ID, and test mode setting. After setup, use a prompt like "010xxxxyyyy 에서 010xxxxyyyy 로 문자를 보내줘 '안녕하세요 MCP 22222입니다.' 라는 내용으로" to send an SMS.
Key features of Aligo SMS MCP 서버
- Send SMS messages via Aligo API
- Query SMS-related information
- Supports test mode for safe experimentation
- Works with MCP-compatible AI agents
- Simple configuration via
.garakrcfile
Use cases of Aligo SMS MCP 서버
- Send automated SMS alerts through an AI assistant
- Query SMS history or status via a conversational interface
- Test SMS sending without incurring costs using test mode
FAQ from Aligo SMS MCP 서버
What is the Aligo SMS MCP 서버?
It is an MCP server that provides access to the Aligo SMS API, enabling AI agents to send and manage SMS messages programmatically.
How do I configure the server?
Create a file named .garakrc in your home directory containing your Aligo API key, user ID, and an optional test mode flag (ALIGO_TEST_MODE=Y for testing).
Where do I get the API credentials?
You can obtain your API key and user ID from the Aligo SMS API authentication page at https://smartsms.aligo.in/admin/api/auth.html.
What runtime dependencies are required?
The server runs via npx and requires Node.js to be installed. No additional dependencies beyond the default npx environment are mentioned.
Does it support a test mode?
Yes. Setting ALIGO_TEST_MODE=Y in the configuration file enables test mode, allowing you to send test messages without actual charges.
Frequently asked questions
What is the Aligo SMS MCP 서버?
It is an MCP server that provides access to the Aligo SMS API, enabling AI agents to send and manage SMS messages programmatically.
How do I configure the server?
Create a file named `.garakrc` in your home directory containing your Aligo API key, user ID, and an optional test mode flag (`ALIGO_TEST_MODE=Y` for testing).
Where do I get the API credentials?
You can obtain your API key and user ID from the Aligo SMS API authentication page at `https://smartsms.aligo.in/admin/api/auth.html`.
What runtime dependencies are required?
The server runs via `npx` and requires Node.js to be installed. No additional dependencies beyond the default `npx` environment are mentioned.
Does it support a test mode?
Yes. Setting `ALIGO_TEST_MODE=Y` in the configuration file enables test mode, allowing you to send test messages without actual charges.
Basic information
More Communication MCP servers
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Gmail
shinzo-labsMCP Implementation for Gmail Services
Mcp Telegram
dryeabMCP Server for Telegram
Telegram MCP Server
kfastovTelegram user console client and archiver
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Comments