Connects Claude to the SMS.RU messaging service with five tools covering the essentials: send_sms for outbound messages, check_status to track delivery, get_balance for account monitoring, get_cost for pre-send price checks, and get_senders to list your approved sender names. Requires an SMS_RU_API_ID from your sms.ru account settings. Part of a 50-server Russian API MCP collection by theYahia. Useful when you're building workflows that need SMS notifications or verification in Russia and CIS countries, or when you want Claude to handle message sending without leaving the conversation. Works over stdio or as an HTTP server for web integrations.
MCP-сервер для SMS.RU API — отправка SMS, проверка статуса, баланс, расчёт стоимости, список отправителей. 5 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"sms-ru": {
"command": "npx",
"args": ["-y", "@theyahia/sms-ru-mcp"],
"env": { "SMS_RU_API_ID": "your-api-id" }
}
}
}
claude mcp add sms-ru -e SMS_RU_API_ID=your-api-id -- npx -y @theyahia/sms-ru-mcp
{ "servers": { "sms-ru": { "command": "npx", "args": ["-y", "@theyahia/sms-ru-mcp"], "env": { "SMS_RU_API_ID": "your-api-id" } } } }
SMS_RU_API_ID=your-api-id npx @theyahia/sms-ru-mcp --http
# POST http://localhost:8080/mcp
# GET http://localhost:8080/health
npx -y @smithery/cli install @theyahia/sms-ru-mcp --client claude
Требуется
SMS_RU_API_ID. Получите на sms.ru.
| Инструмент | Описание |
|---|---|
send_sms | Отправить SMS (номер, текст, опционально имя отправителя) |
check_status | Проверить статус SMS по ID |
get_balance | Баланс аккаунта SMS.RU |
get_cost | Рассчитать стоимость SMS до отправки |
get_senders | Список одобренных имён отправителей |
| Skill | Триггер |
|---|---|
/send-sms | «Отправь SMS на номер...» |
/check-balance | «Проверь баланс SMS.ru» |
Отправь SMS на 79001234567 с текстом "Привет"
Сколько будет стоить SMS на 79001234567 "Тестовое сообщение"?
Проверь статус сообщения 123456
Какой баланс на SMS.RU?
Покажи список отправителей
npm install
npm run build
npm test
MIT
SMS_RU_API_ID*secretAPI key for the service
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp