Skip to main content
Glama

OMICall MCP 服务器

用于 OMICall / OMICRM API 的 MCP 服务器。

包含 9 个组别共 80 多种工具:认证 (Auth)呼叫中心 (Call Center)工单 (Ticket)多渠道 (Multi-Channel)(Zalo、Facebook、Telegram、LiveTalk)、坐席 (Agent)通知 (Notifications)Webhook自动呼叫 (Auto Call)AI

快速开始

npx omicall-mcp

Related MCP server: GoHighLevel (GHL) MCP Server

各平台设置

全局(所有项目):

# 1. Add MCP server
claude mcp add OMICall-mcp --scope user \
  -e OMICALL_USERNAME=admin@company.com \
  -e OMICALL_PASSWORD=your-password \
  -e OMICALL_DOMAIN=your-company \
  -- npx omicall-mcp

# 2. Auto-approve all tools (no permission prompts)
claude permissions allow "mcp__OMICall-mcp__*"

持久化权限 — 添加到 ~/.claude/settings.json

{
  "permissions": {
    "allow": [
      "mcp__OMICall-mcp__*"
    ]
  }
}

针对项目 — 添加到 .mcp.json

{
  "mcpServers": {
    "omicall": {
      "command": "npx",
      "args": ["omicall-mcp"],
      "env": {
        "OMICALL_USERNAME": "admin@company.com",
        "OMICALL_PASSWORD": "your-password",
        "OMICALL_DOMAIN": "your-company"
      }
    }
  }
}

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 或 %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "omicall": {
      "command": "npx",
      "args": ["omicall-mcp"],
      "env": {
        "OMICALL_USERNAME": "admin@company.com",
        "OMICALL_PASSWORD": "your-password",
        "OMICALL_DOMAIN": "your-company"
      }
    }
  }
}

设置 > MCP 服务器 > 添加:

{
  "omicall": {
    "command": "npx",
    "args": ["omicall-mcp"],
    "env": {
      "OMICALL_USERNAME": "admin@company.com",
      "OMICALL_PASSWORD": "your-password",
      "OMICALL_DOMAIN": "your-company"
    }
  }
}

添加到 ~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "omicall": {
      "command": "npx",
      "args": ["omicall-mcp"],
      "env": {
        "OMICALL_USERNAME": "admin@company.com",
        "OMICALL_PASSWORD": "your-password",
        "OMICALL_DOMAIN": "your-company"
      }
    }
  }
}

添加到 .vscode/mcp.json

{
  "servers": {
    "omicall": {
      "command": "npx",
      "args": ["omicall-mcp"],
      "env": {
        "OMICALL_USERNAME": "admin@company.com",
        "OMICALL_PASSWORD": "your-password",
        "OMICALL_DOMAIN": "your-company"
      }
    }
  }
}

工具 (80+)

认证 (Auth)

工具

描述

login_omicall_mcp

身份验证(自动预认证 → 选择租户 → 登录)

select_tenant

如果有多个租户,选择租户

logout

登出并清除令牌

get_balance

账户余额

get_service_package

已启用的模块及使用限额

呼叫中心 switchboard

工具

描述

search_calls

使用过滤器搜索通话记录

get_call_detail

按交易 ID 获取通话详情

update_call

添加标签/备注

evaluate_call / list_eval_criteria

通话评估

click_to_call

发起外呼

list_extensions / get_extension / update_extension / update_extension_status

PBX 分机

list_hotlines / get_hotline / update_hotline

热线管理

list_groups / create_group / update_group / delete_group

呼叫组

add_group_members / remove_group_members

组成员

list_ivr / create_ivr / update_ivr / delete_ivr

IVR 菜单

list_scripts / create_script / update_script / delete_script

通话脚本

list_audio / generate_tts_audio / delete_audio

音频文件

工单 ticket

工具

描述

search_tickets

按日期范围、关键词搜索

get_ticket / create_ticket / update_ticket / delete_ticket

CRUD 操作

update_ticket_status

状态变更

create_ticket_note / update_ticket_note / delete_ticket_note

备注

list_ticket_interactions

交互历史

create_ticket_evaluation / get_ticket_eval_criteria

评估

get_ticket_categories / ticket_statistics / transfer_tickets

分类、统计、转接

多渠道 integrated

6 个渠道:Zalo OA / Zalo 个人版 / Facebook 聊天 / Facebook 帖子 / Telegram / LiveTalk

工具

描述

search_conversations

跨所有渠道搜索(日期/关键词/坐席过滤器)

get_conversation / get_all_channels

会话详情、渠道列表

search_channel_messages

每个渠道的消息(自动匹配渠道特定端点)

send_zalo_message

通过 Zalo OA 发送

send_zalo_personal_message

在 Zalo 个人聊天中发送

send_facebook_message

通过 Facebook Messenger 发送

send_facebook_comment

回复 Facebook 帖子/评论

send_telegram_message

通过 Telegram 机器人发送

send_livetalk_message

在 LiveTalk 小部件中发送

mark_conversation_read / transfer_conversation

操作

坐席与通知

工具

描述

list_agents / get_agent / invite_agent / get_agent_pbx_info

员工管理

list_notifications / count_unread_notifications

通知

mark_notification_read / mark_all_notifications_read

标记为已读

Webhook

工具

描述

list_webhooks / register_webhook / destroy_webhook

Webhook CRUD(强制 HTTPS)

自动呼叫 switchboard

工具

描述

autocall_by_phone

使用 TTS/录音/IVR 自动呼叫

autocall_by_extension

自动呼叫内部分机

AI ai

工具

描述

text_to_speech

使用 4 种越南语语音进行 TTS

register_stt_webhook

注册 STT Webhook


服务包门控

每个工具都会自动检查您的账户是否启用了所需的模块:

工具组

所需模块

渠道子门控

auth, agent, webhook, notifications

callcenter, autocall

switchboard

ticket

ticket

multichannel

integrated

按渠道:zalo, facebook, telegram, livetalk

ai

ai

如果模块未启用,将返回:"Module X is not enabled in your service package."(模块 X 在您的服务包中未启用。)


贡献

有关开发设置和贡献指南,请联系 VIHATTeam

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
11Releases (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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Exposes the complete Zoho Desk API with over 700 endpoints across 130 categories using a context-efficient search-then-call pattern. It enables users to manage tickets, contacts, agents, and support operations through natural language interactions.
    2
  • A
    license
    A
    quality
    B
    maintenance
    Provides 77 tools for AI agent communication, enabling agents to manage emails, phone messaging, domains, and webhooks. It allows AI models to interact with the Anima platform to automate workflows and administrative tasks across various communication channels.
    54
    353
    MIT

View all related MCP servers

Related MCP Connectors

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/VIHATTeam/OMICALL-MCP'

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