Skip to main content
Glama
theYahia

mango-office-mcp

by theYahia

@theyahia/mango-office-mcp

用于 Mango Office API 的 MCP 服务器 — 通话、用户、录音、短信、统计。8 个工具。

npm License: MIT

属于 Russian API MCP 系列(50 个服务器),作者 @theYahia

安装

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 для другого)

需要 MANGO_API_KEYMANGO_API_SALT。请在 Mango Office 个人账户中获取。

Related MCP server: Planfix MCP Server

身份验证

所有请求均使用 HMAC-SHA256 签名:sign = HMAC(apiKey + json + apiSalt)。 基础 URL:https://app.mango-office.ru/vpbx/

工具(6)

工具

描述

API 端点

get_calls

指定期间的通话记录

stats/request

get_users

用户列表

config/users/request

make_call

发起外呼

commands/callback

get_stats

通话汇总统计

stats/request

get_recording

通话录音链接

queries/recording/post

send_sms

发送短信

commands/sms

技能(2)

工具

描述

skill_call_history

今日通话记录 — 现成报告

skill_stats

今日通话统计 — 汇总

示例

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

Mango Office

Mango Office — 面向企业的云电话系统。 推荐计划:最高 25% 终身 推荐客户付款提成。

许可证

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