Zoom for your agents.
Connect Zoom once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Zoom.
What agents can do with Zoom
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
zoom_get_current_userCheck the connection: returns the authenticated Zoom user profile.
zoom_list_meetingsList upcoming meetings for the authenticated user. Use type "scheduled" for future meetings or "previous" for past ones.
zoom_create_meetingCreate a new Zoom meeting. `topic` is the meeting title. `type` is 2 for scheduled or 1 for instant.
zoom_list_recordingsList cloud recordings for a user. Use `from` and `to` as YYYY-MM-DD date strings to scope the range.
zoom_get_meetingGet details of a specific meeting by its id.
zoom_delete_meetingDelete a meeting by its id.
zoom_update_meetingUpdate a meeting's topic, schedule, or settings by meeting id.
zoom_list_webinarsList upcoming webinars for the authenticated user.
zoom_create_webinarCreate a new webinar. `topic` is the title.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Zoom's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Zoom app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Zoom to Even: call connect_begin("zoom") on the even-connect MCP and walk me through it.
List upcoming Zoom meetings, create new scheduled meetings, and retrieve cloud recordings for a date range.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.