io.github.zoom/zoom-docs✓
io.github.zoom/zoom-docs · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.zoom/zoom-docs",
"description": "Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown.",
"repository": {
"url": "https://github.com/zoom/mcp-registry",
"source": "github"
},
"version": "1.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.zoom.us/mcp/docs/streamable"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentation": "https://developers.zoom.us/docs/mcp/servers/connect-to-zoom-mcp-servers/",
"examples": [
{
"description": "Create a new Zoom Doc from Markdown content.",
"name": "Create a Zoom Doc"
},
{
"description": "Load an existing Zoom Doc or note and return its Markdown content.",
"name": "Retrieve document content"
},
{
"description": "Open existing notes for summarization, follow-up generation, or downstream workflows.",
"name": "Read back notes"
}
],
"keywords": [
"zoom",
"docs",
"notes",
"markdown",
"documents",
"content",
"productivity",
"mcp"
],
"publisher": "Zoom"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}