Back to Browse

Mts Exolve MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for MTS Exolve — SMS, calls, recordings, Viber messaging (Russia)

About

MCP server for MTS Exolve — SMS, calls, recordings, Viber messaging (Russia)

Security Report

4.8
Use Caution4.8High Risk

This MCP server for MTS Exolve API is well-structured with proper authentication via environment variables and appropriate input validation using Zod schemas. The codebase follows secure patterns for API client implementation with retry logic and timeout handling. Permissions are narrowly scoped to network HTTP calls required for the MTS Exolve API, with no filesystem, shell, or dangerous operations. Minor code quality observations do not warrant downgrade. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-theyahia-mts-exolve-mcp": {
      "args": [
        "-y",
        "@theyahia/mts-exolve-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@theyahia/mts-exolve-mcp

MCP-сервер для MTS Exolve API -- SMS, звонки, записи звонков, номера, Viber. 8 инструментов.

npm License: MIT

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

Установка

Claude Desktop

{
  "mcpServers": {
    "mts-exolve": {
      "command": "npx",
      "args": ["-y", "@theyahia/mts-exolve-mcp"],
      "env": { "MTS_EXOLVE_TOKEN": "your-token" }
    }
  }
}

Claude Code

claude mcp add mts-exolve -e MTS_EXOLVE_TOKEN=your-token -- npx -y @theyahia/mts-exolve-mcp

VS Code / Cursor

{ "servers": { "mts-exolve": { "command": "npx", "args": ["-y", "@theyahia/mts-exolve-mcp"], "env": { "MTS_EXOLVE_TOKEN": "your-token" } } } }

Требуется MTS_EXOLVE_TOKEN. Получите в личном кабинете MTS Exolve.

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

ИнструментОписание
send_smsОтправить SMS
get_sms_statusПроверить статус SMS
make_callИнициировать звонок
get_call_statusПроверить статус звонка
get_call_recordingПолучить запись звонка
list_numbersСписок номеров на аккаунте
buy_numberКупить номер в регионе
send_viber_messageОтправить сообщение через Viber

Демо-промпты

Отправь SMS на +79001234567 с текстом "Привет"
Проверь статус сообщения abc-123
Позвони на +79001234567
Проверь статус звонка call-456
Получи запись звонка call-456
Покажи все номера на аккаунте
Купи номер в Москве
Отправь сообщение через Viber на +79001234567

Лицензия

MIT

Reviews

No reviews yet

Be the first to review this server!

Mts Exolve MCP Server - MCP server for MTS Exolve — SMS, calls, recordings, Viber | MCP Marketplace