Skip to main content
Glama
theYahia

@theyahia/mts-exolve-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MTS_EXOLVE_TOKENYesToken for MTS Exolve API. Get it from your MTS Exolve personal account.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_smsC

Отправить SMS через MTS Exolve.

get_sms_statusB

Проверить статус отправленного SMS.

make_callB

Инициировать телефонный звонок через MTS Exolve.

get_call_statusC

Проверить статус звонка.

get_call_recordingC

Получить запись звонка по ID.

list_numbersB

Список номеров телефонов на аккаунте.

buy_numberB

Купить новый телефонный номер в указанном регионе.

send_viber_messageC

Отправить сообщение через Viber.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct resource and action: SMS vs Viber, call vs SMS, status vs recording. There's no overlap between send_sms, send_viber_message, make_call, or get_call_recording. Even similar pairs like get_sms_status and get_call_status are clearly separated by context.

Naming Consistency5/5

All tools follow a verb_noun snake_case pattern: send_sms, get_sms_status, make_call, get_call_status, get_call_recording, list_numbers, buy_number, send_viber_message. Verbs are simple and consistent across actions.

Tool Count5/5

With 8 tools, the server covers multiple communication channels (SMS, calls, Viber) and number management without excess. The scope is focused and each tool adds distinct value, fitting the typical 3-15 range perfectly.

Completeness4/5

The surface covers core SMS and call lifecycles (send/status, make/status/recording), number listing and purchasing, and Viber sending. Minor gaps exist: no Viber status check, no number release/deletion, and no call or SMS history listing, but the essential workflows are functional.

Maintenance

ActivityMaintained
ResponsivenessNo issues