Server data from the Official MCP Registry
MCP server for SMS.RU API — send SMS, check status, balance. 3 tools.
MCP server for SMS.RU API — send SMS, check status, balance. 3 tools.
Valid MCP server (2 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SMS_RU_API_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theyahia-sms-ru-mcp": {
"env": {
"SMS_RU_API_ID": "your-sms-ru-api-id-here"
},
"args": [
"-y",
"@theyahia/sms-ru-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.