Zoom API
Provides an auto-generated Model Context Protocol (MCP) server for the Zoom API.
About
The `zoom-api` tool is an auto-generated Model Context Protocol (MCP) server, specifically tailored for the Zoom API based on its OpenAPI specification. Generated by AG2's MCP Engine, this Python-based server offers a standardized interface for interacting with Zoom functionalities. It comes equipped with robust development practices, including linting, type checking, and testing tools, and supports flexible deployment through various transport modes and configurable settings, making it an efficient solution for integrating Zoom API services into diverse applications.
Key Features
- Includes comprehensive development tooling: Ruff for linting/formatting, MyPy for static type checking, and Pytest for testing.
- Configurable server parameters via environment variables or external JSON files.
- Supports multiple server transport modes including stdio, SSE, and streamable-HTTP.
- Auto-generates a Model Context Protocol (MCP) server from the Zoom OpenAPI specification.
- Facilitates building and publishing the project using Hatch.
- 0 GitHub stars
Use Cases
- Developing and testing applications that require automated interactions with Zoom services.
- Enabling standardized integration with the Zoom API through a Model Context Protocol interface.
- Rapidly prototyping Zoom API-driven features with an auto-generated server backend.