MCP.so
Sign In

Aligo SMS MCP 서버

@hongsw

About Aligo SMS MCP 서버

Model Context Protocol (MCP) server for Aligo SMS API integration

Basic information

Category

Communication

License

MIT license

Runtime

node

Transports

stdio

Publisher

hongsw

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 .garakrc file

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.

Comments

More Communication MCP servers