Skip to main content
Glama
suremapp

SureM SMS MCP

Official
by suremapp

SureM SMS MCP

这是一个 MCP 服务器,只需对 Claude 说句话,即可通过 SureM 发送短信。

"발신번호 15884640으로 010-0000-0000에 '오늘 저녁 7시 약속 잊지 마세요' 문자 보내줘"

主要功能

  • 自然语言发送 — 像与 Claude 对话一样,自动发送 SMS/LMS

  • 自动 SMS/LMS 转换 — 根据消息长度(以 EUC-KR 字节为准)自动选择

    • 90 字节及以下 → SMS

    • 91 ~ 2,000 字节 → LMS

  • 定时发送 — 可指定时间进行定时发送(未指定则立即发送)

  • 消息长度校验 — 超过 2,000 字节时在发送前发出警告

  • 令牌自动更新 — 自动缓存/更新 API 认证令牌(50 分钟周期)


Related MCP server: SOLAPI MCP Server

开始使用(4 个步骤)

第 1 步。安装必要程序

程序

说明

Claude Desktop

使用此 MCP 的客户端

Node.js

v16 或更高版本

安装后,在终端(PowerShell / Terminal)中通过以下命令确认:

node --version

第 2 步。注册 SureM 会员并获取 SecretKey

  1. 访问 SureBiz (surebiz.co.kr) 并注册会员

  2. 登录后进入 基本信息 → 我的信息

  3. 在页面最下方的 REST API 认证密钥 菜单中获取 SecretKey

  4. 记下获取的 SureM ID (UserCode)SecretKey

这两个值在安装 MCP 时作为环境变量需要用到。


第 3 步。注册 IP 和发信号码

SureM API 仅限在预先注册的 IP 和发信号码下使用。请务必先注册以下两项。

3-1. 注册本机 IP

  1. Naver 搜索框中输入 我的 IP 地址 以确认您的公网 IP

  2. 在 SureBiz → 基本信息 → 客户支持 → IP 管理 菜单中注册该 IP

若未注册 IP,将发生“HTTP 403 失败”错误。

3-2. 注册发信号码

发送短信时使用的 发信号码 仅限使用在 SureBiz 中预先注册的号码。

  1. 在 SureBiz → 基本信息 → 发信号码 菜单中注册要使用的发信号码

  2. 只有审核通过的号码才能在 MCP 中使用

若尝试使用未注册号码发送,将因发信号码未注册错误而无法发送。


第 4 步。安装 MCP

选择适合您操作系统的安装方法。

🪟 Windows (自动安装)

打开 PowerShell 并执行以下命令。

irm https://raw.githubusercontent.com/suremapp/surem-sms-mcp/main/scripts/install-windows.ps1 | iex

脚本运行后,会根据输入提示依次输入 UserCodeSecretKey。(请提前准备好这些值)

.\scripts\install-windows.ps1 -UserCode "슈어엠_아이디" -SecretKey "API_키"

🍎 Mac (自动安装)

在终端中执行以下命令。运行后会出现输入 UserCodeSecretKey 的提示。

curl -s https://raw.githubusercontent.com/suremapp/surem-sms-mcp/main/scripts/install-mac.sh | bash
curl -s https://raw.githubusercontent.com/suremapp/surem-sms-mcp/main/scripts/install-mac.sh | bash -s 슈어엠_아이디 API_키

✏️ 手动安装

直接添加到 Claude Desktop 的 claude_desktop_config.json 文件中。

文件位置:

操作系统

路径

Windows (Microsoft Store)

%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json

Windows (常规安装)

%APPDATA%\Claude\claude_desktop_config.json

Mac

~/Library/Application Support/Claude/claude_desktop_config.json

配置内容:

{
  "mcpServers": {
    "surem-sms-mcp": {
      "command": "npx",
      "args": ["-y", "surem-sms-mcp"],
      "env": {
        "SUREM_USER_CODE": "슈어엠_아이디",
        "SUREM_SECRET_KEY": "API_키"
      }
    }
  }
}

确认安装

  1. 完全退出 Claude Desktop 后重新启动(如果系统托盘中正在运行,请确认已通过托盘图标退出)

  2. 在聊天窗口左下角的 + 按钮 → 连接器 菜单中确认 surem-sms-mcp 是否已开启


使用方法

只需用自然语言对 Claude 说即可。发信号码必须是预先在 SureBiz 注册过的号码

示例

"발신번호 15884640으로 010-0000-0000에 '내일 오전 10시 미팅입니다' 문자 보내줘"
"010-0000-0000에 배송 완료 안내 문자 보내줘. 발신번호는 15881234야."
"아래 내용으로 LMS 발송해줘.
 받는 사람: 010-0000-0000
 발신번호: 15884640
 제목: 주문 확인
 내용: 주문하신 상품이 오늘 출고됩니다. 감사합니다."

如果消息长度较长,会自动转换为 LMS。无需额外指令。

定时发送

指定时间即可进行定时发送。

"내일 오전 9시에 010-0000-0000로 '좋은 아침입니다' 문자 보내줘. 발신번호는 15884640."
"2026년 4월 25일 오후 2시 30분에 010-0000-0000에 세미나 안내 LMS 예약 발송해줘.
 발신번호: 15884640
 제목: 세미나 안내
 내용: 오늘 오후 3시 3층 대회의실에서 세미나가 진행됩니다."

⚠️ 取消预约需在 SureBiz 手动进行。 可在 SureBiz → 预约/结果 → 预约查询 菜单中取消已预约的记录。


提供工具 (Tools)

send_message

接收收信号码、内容、发信号码,并以 SMS 或 LMS 形式发送。根据消息长度自动选择类型。

参数

必填

说明

to

收信人电话号码 (例如: 01012345678)

text

要发送的消息内容

reqPhone

发信号码 (在 SureBiz 预先注册的号码,例如: 15884640)

subject

LMS 主题 — 当消息超过 90 字节转换为 LMS 时使用 (默认值: 消息)

reservedTime

定时发送时间 — yyyyMMddhhmmss 14 位格式 (例如: 20260420150000 = 2026-04-20 15:00:00)。不填则立即发送

发送结果也可以在 SureBiz 网站的 结果查询 菜单中查看。 取消定时发送只能在 SureBiz 网站的 预约/结果 → 预约查询 菜单中进行。


常见问题

  • [ ] 确认 SecretKey 是否输入正确

  • [ ] 确认当前电脑的 公网 IP 是否已在 SureBiz 注册(使用 VPN/网络共享/搬迁办公室时 IP 可能会变)

  • [ ] 确认 SUREM_USER_CODE 是否为 SureM ID

如果发送请求成功但实际未收到,请按以下顺序检查:

  1. 首先在 SureBiz 结果查询 菜单中查看失败原因。

  2. 失败原因可能如下:

    • 发信号码未注册 / 等待审核

    • 收信人已注册 080 拒收

    • 移动运营商垃圾短信过滤

    • 收信号码格式错误

消息以 EUC-KR 为准最多可发送 2,000 字节。 韩文按 1 个字 = 2 字节计算,因此上限约为 1,000 字。

  • [ ] 确认是否已完全退出并重启 Claude Desktop(包括托盘图标)

  • [ ] 确认 claude_desktop_config.json 文件的 JSON 语法是否正确

  • [ ] 确认是否已安装 Node.js 且 node --version 命令可用

MCP 不提供取消定时发送的功能。 必须直接在 SureBiz 网站上取消。

  1. 登录 SureBiz (surebiz.co.kr)

  2. 进入 预约/结果 → 预约查询 菜单

  3. 选择要取消的预约记录并取消


许可

Copyright © 2026 SureM Co., Ltd. All Rights Reserved.

本软件为 SureM Co., Ltd. 的专有财产。


联系方式

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables AI agents to send, receive, schedule, and manage SMS and MMS messages using the Twilio Programmable Messaging API. It provides comprehensive tools for handling bulk messaging, conversation threads, and real-time inbox monitoring through a secure, production-grade architecture.
    16
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables searching SOLAPI documentation and examples, and sending/managing SMS, LMS, MMS, RCS, and Kakao messages with safety guards.
    236
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to send SMS, manage contacts, verify numbers, and query campaigns via SMS Masivos platform using natural language.
    30
    65
    MIT

View all related MCP servers

Related MCP Connectors

  • Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.

  • Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes.

  • Send free or paid faxes to US/Canada from Claude, ChatGPT, and other AI agents.

View all MCP Connectors

Latest Blog Posts

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/suremapp/surem-sms-mcp'

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