MCP.so
登录

Aligo SMS MCP 서버

@hongsw

关于 Aligo SMS MCP 서버

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

基本信息

分类

沟通协作

许可证

MIT license

运行时

node

传输方式

stdio

发布者

hongsw

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "aligo-sms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:hongsw/aligo-sms-mcp-server",
        "mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

沟通协作 分类下的更多 MCP 服务器