Skip to main content
Glama
theYahia

mango-office-mcp

by theYahia

@theyahia/mango-office-mcp

Servidor MCP para Mango Office API: llamadas, usuarios, grabaciones, SMS, estadísticas. 8 herramientas.

npm License: MIT

Parte de la serie Russian API MCP (50 servidores) de @theYahia.

Instalación

Claude Desktop

{
  "mcpServers": {
    "mango-office": {
      "command": "npx",
      "args": ["-y", "@theyahia/mango-office-mcp"],
      "env": { "MANGO_API_KEY": "your-key", "MANGO_API_SALT": "your-salt" }
    }
  }
}

Claude Code

claude mcp add mango-office -e MANGO_API_KEY=your-key -e MANGO_API_SALT=your-salt -- npx -y @theyahia/mango-office-mcp

VS Code / Cursor

{ "servers": { "mango-office": { "command": "npx", "args": ["-y", "@theyahia/mango-office-mcp"], "env": { "MANGO_API_KEY": "your-key", "MANGO_API_SALT": "your-salt" } } } }

Streamable HTTP

npx @theyahia/mango-office-mcp --http
# POST /mcp, GET /health — порт 3000 (PORT=8080 для другого)

Se requieren MANGO_API_KEY y MANGO_API_SALT. Obténgalos en su cuenta personal de Mango Office.

Related MCP server: Planfix MCP Server

Autenticación

Todas las solicitudes se firman con HMAC-SHA256: sign = HMAC(apiKey + json + apiSalt). URL base: https://app.mango-office.ru/vpbx/.

Herramientas (6)

Herramienta

Descripción

API endpoint

get_calls

Historial de llamadas por período

stats/request

get_users

Lista de usuarios

config/users/request

make_call

Iniciar una llamada saliente

commands/callback

get_stats

Estadísticas resumidas de llamadas

stats/request

get_recording

Enlace a la grabación de la conversación

queries/recording/post

send_sms

Enviar SMS

commands/sms

Skills (2)

Herramienta

Descripción

skill_call_history

Historial de llamadas de hoy: informe listo

skill_stats

Estadísticas de llamadas de hoy: resumen

Ejemplos

Покажи звонки за последний час
Список пользователей Mango Office
Позвони с 101 на +79001234567
Статистика звонков за сегодня
Скачай запись разговора rec_123
Отправь SMS с 101 на +79001234567 "Перезвоните"

Mango Office

Mango Office: telefonía en la nube para empresas. Programa de referidos: hasta un 25% de por vida de los pagos de los clientes referidos.

Licencia

MIT

A
license - permissive license
C
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
    Not graded
    quality
    A
    maintenance
    Enables integration with Planfix CRM and task management system, allowing lead management, contact/company management, task creation/search/commenting, and report generation via the Planfix REST API v2.0.
    53
    11
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables interaction with RingCentral phone system data, including account info, extensions, presence, call queues, contacts, and call logs/recordings, through MCP tools.
    13
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Create voice-agent scenarios, pull session analytics, place SIP calls, schedule meeting bots.

  • Manage Voice Logica agents, calls, phones, workflows, messaging, and integrations.

  • Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API.

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/mango-office-mcp'

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