← 返回 Skills 市场
Zoom Phone API MCP
作者
Mike Quinlan
· GitHub ↗
· v1.0.0
· MIT-0
332
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zoom-phone-mcp
功能描述
MCP server for the Zoom Phone API. Exposes Zoom Phone's REST API as read-only MCP tools.
安全使用建议
This skill is lightweight but incomplete. Before installing or using it: 1) Verify the zoom-phone-mcp binary/package source (inspect the npm package code and author, check GitHub repo and releases). 2) Confirm how Zoom API credentials are provided and stored — the skill should document whether it needs OAuth/JWT keys and where to put them. 3) Do not set NODE_MCP_SECRET_KEY until you know what the binary does with it. 4) Run any new package in an isolated environment or container and review its network activity and code for secrets handling. If you can't validate the upstream package/source and credential flow, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: zoom-phone-mcp
Version: 1.0.0
The skill bundle is a standard configuration for the Zoom Phone MCP server, providing metadata and usage instructions for the '@mjquinlan2000/zoom-phone-mcp' npm package. It contains no executable code, suspicious instructions, or indicators of malicious intent, and its requirement for an API key (NODE_MCP_SECRET_KEY) is consistent with its stated purpose of interacting with the Zoom Phone API.
能力评估
Purpose & Capability
The declared requirements (mcporter, zoom-phone-mcp, NODE_MCP_SECRET_KEY) are plausible for an MCP wrapper that exposes Zoom Phone read-only tools. However, the skill does not declare or request any Zoom API credentials (OAuth/JWT/API key) that one would normally expect for accessing Zoom Phone APIs, so it's unclear how the binary obtains access to Zoom data.
Instruction Scope
SKILL.md only tells the agent to call mcporter list/call against zoom-phone-mcp over stdio. It does not instruct the agent to read unrelated files or exfiltrate data. It also omits any guidance about setting NODE_MCP_SECRET_KEY or how Zoom credentials are provided, which is an important omission for understanding runtime behavior.
Install Mechanism
There is no install spec (instruction-only), which reduces immediate risk because nothing is written by the skill itself. The SKILL.md links to an npm package for zoom-phone-mcp, meaning a user would likely install an external package; that package and its provenance should be reviewed before installation.
Credentials
The skill only requires NODE_MCP_SECRET_KEY. That is reasonable for an MCP secret, but the absence of any declared Zoom credentials is unexpected for a Zoom Phone API integration. Either the binary embeds or obtains Zoom credentials implicitly (not declared here), or the skill cannot do what it claims — both are red flags.
Persistence & Privilege
The skill is not always-enabled, does not request system config paths, and does not declare elevated persistence. Autonomous invocation is allowed by default (normal), but there are no additional privilege flags set.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zoom-phone-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/zoom-phone-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
zoom-phone-mcp 1.0.0
- Initial release of the MCP server for the Zoom Phone API.
- Exposes Zoom Phone's REST API as read-only MCP tools.
- Includes usage instructions with mcporter integration.
- Requires 'mcporter', 'zoom-phone-mcp' binaries, and NODE_MCP_SECRET_KEY environment variable.
元数据
常见问题
Zoom Phone API MCP 是什么?
MCP server for the Zoom Phone API. Exposes Zoom Phone's REST API as read-only MCP tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。
如何安装 Zoom Phone API MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zoom-phone-mcp」即可一键安装,无需额外配置。
Zoom Phone API MCP 是免费的吗?
是的,Zoom Phone API MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zoom Phone API MCP 支持哪些平台?
Zoom Phone API MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zoom Phone API MCP?
由 Mike Quinlan(@mjquinlan2000)开发并维护,当前版本 v1.0.0。
推荐 Skills