← Back to Skills Marketplace
mjquinlan2000

Zoom Phone API MCP

by Mike Quinlan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
332
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zoom-phone-mcp
Description
MCP server for the Zoom Phone API. Exposes Zoom Phone's REST API as read-only MCP tools.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zoom-phone-mcp
  3. After installation, invoke the skill by name or use /zoom-phone-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug zoom-phone-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Zoom Phone API MCP?

MCP server for the Zoom Phone API. Exposes Zoom Phone's REST API as read-only MCP tools. It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.

How do I install Zoom Phone API MCP?

Run "/install zoom-phone-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zoom Phone API MCP free?

Yes, Zoom Phone API MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Zoom Phone API MCP support?

Zoom Phone API MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zoom Phone API MCP?

It is built and maintained by Mike Quinlan (@mjquinlan2000); the current version is v1.0.0.

💬 Comments