Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mts-exolve": {
"env": {
"MTS_EXOLVE_TOKEN": "your-token"
},
"args": [
"-y",
"@theyahia/mts-exolve-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для MTS Exolve API -- SMS, звонки, записи звонков, номера, Viber. 8 инструментов.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/mts-exolve-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/mts-exolve-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
PubNub Model Context Protocol MCP Server for Cursor and Claude
Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers
MCP server for Voximplant API — call history, users, SMS. 3 tools.
MCP Security Weekly
Get CVE alerts and security updates for Mts Exolve MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для MTS Exolve API -- SMS, звонки, записи звонков, номера, Viber. 8 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"mts-exolve": {
"command": "npx",
"args": ["-y", "@theyahia/mts-exolve-mcp"],
"env": { "MTS_EXOLVE_TOKEN": "your-token" }
}
}
}
claude mcp add mts-exolve -e MTS_EXOLVE_TOKEN=your-token -- npx -y @theyahia/mts-exolve-mcp
{ "servers": { "mts-exolve": { "command": "npx", "args": ["-y", "@theyahia/mts-exolve-mcp"], "env": { "MTS_EXOLVE_TOKEN": "your-token" } } } }
Требуется
MTS_EXOLVE_TOKEN. Получите в личном кабинете MTS Exolve.
| Инструмент | Описание |
|---|---|
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