MCPHIVE

МТС Exolve MCP

Local · stdio

A community wrapper over the MTS Exolve API: 8 tools — sending SMS and Viber messages, outbound calls, call recordings, number management. Stdio only; an MTS_EXOLVE_TOKEN from the exolve.ru dashboard. Part of the author's "Russian API MCP" series of about fifty servers. Not an official MTS product.

Why this server

  • 8 tools: SMS, calls, call recordings, Viber messages, number purchasing
  • A single MTS_EXOLVE_TOKEN from the exolve.ru dashboard — no OAuth dance
  • Part of the author's "Russian API MCP" collection of about fifty similar servers
  • Stdio only — no remote HTTP mode, so keep the server next to the client

Usage examples

Prompt: Send an SMS with a verification code to +7900...

Result: The agent called send_sms with the text and number, then get_sms_status, confirming delivery.

Prompt: Call the client and give me the recording link once the call is done

Result: The agent called make_call, then get_call_recording with the call ID, returning the recording link.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.