Skip to main content
Glama
theYahia

@theyahia/sms-ru-mcp

by theYahia

@theyahia/sms-ru-mcp

MCP-сервер для SMS.RU API — отправка SMS, проверка статуса, баланс, расчёт стоимости, список отправителей. 5 инструментов.

npm License: MIT

Часть серии Russian API MCP (50 серверов) by @theYahia.

Установка

Claude Desktop

{
  "mcpServers": {
    "sms-ru": {
      "command": "npx",
      "args": ["-y", "@theyahia/sms-ru-mcp"],
      "env": { "SMS_RU_API_ID": "your-api-id" }
    }
  }
}

Claude Code

claude mcp add sms-ru -e SMS_RU_API_ID=your-api-id -- npx -y @theyahia/sms-ru-mcp

VS Code / Cursor

{ "servers": { "sms-ru": { "command": "npx", "args": ["-y", "@theyahia/sms-ru-mcp"], "env": { "SMS_RU_API_ID": "your-api-id" } } } }

Streamable HTTP

SMS_RU_API_ID=your-api-id npx @theyahia/sms-ru-mcp --http
# POST http://localhost:8080/mcp
# GET  http://localhost:8080/health

Smithery

npx -y @smithery/cli install @theyahia/sms-ru-mcp --client claude

Требуется SMS_RU_API_ID. Получите на sms.ru.

Related MCP server: seven-mcp

Инструменты (5)

Инструмент

Описание

send_sms

Отправить SMS (номер, текст, опционально имя отправителя)

check_status

Проверить статус SMS по ID

get_balance

Баланс аккаунта SMS.RU

get_cost

Рассчитать стоимость SMS до отправки

get_senders

Список одобренных имён отправителей

Skills (Claude Code)

Skill

Триггер

/send-sms

«Отправь SMS на номер...»

/check-balance

«Проверь баланс SMS.ru»

Примеры

Отправь SMS на 79001234567 с текстом "Привет"
Сколько будет стоить SMS на 79001234567 "Тестовое сообщение"?
Проверь статус сообщения 123456
Какой баланс на SMS.RU?
Покажи список отправителей

Разработка

npm install
npm run build
npm test

Лицензия

MIT

Install Server
A
license - permissive license
A
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
    A
    quality
    D
    maintenance
    MCP server for Ileti Merkezi SMS API (Turkey). Enables sending SMS, bulk SMS, checking delivery reports, and managing contacts and blacklists via API Key + Hash authentication.
    Last updated
    8
    27
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for the seven.io API, enabling SMS, voice, RCS messaging, and account management through natural language.
    Last updated
    44
    37
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    MCP server for sending SMS messages via SmsManager.cz HTTP API, supporting high, economy, and low delivery gateways.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for integrating with SMS-Activate service, enabling phone number operations, email activations, and account management for receiving SMS verification codes and temporary email addresses.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.

  • Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

  • MCP server for URL shortening and management

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/theYahia/sms-ru-mcp'

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