Skip to main content

Configure Zoom for the AI Gateway

To allow your users to securely query meetings, participants, and cloud recordings using their AI clients, you can configure the Zoom Model Context Protocol (MCP) server within the JumpCloud AI Gateway.

Prerequisites

  • Before configuring specific enterprise applications, we recommend reviewing the Get Started: AI Gateway guide to familiarize yourself with the gateway architecture and core AI concepts (such as MCP servers and AI clients).

  • An active Zoom account with admin or developer authorizations.

  • Licenses for the respective Zoom products.

Completing Application Setup

Before you can connect this server to JumpCloud, you must create a dedicated integration point on the Zoom App Marketplace. See Zoom's Connect to Zoom MCP Servers to learn more.

Ensure the following prerequisites are met:

  • Create an App: You must create a General app in the Zoom App Marketplace.

  • Add Redirect URLs: To allow JumpCloud to securely route authentication tokens, you must navigate to the OAuth Information section of your Zoom app and add the following redirect URL depending on your region:

    • US: https://console.jumpcloud.com/userconsole/mcp/servers/callback
    • EU: https://console.eu.jumpcloud.com/userconsole/mcp/servers/callback
    • IN: https://console.in.jumpcloud.com/userconsole/mcp/servers/callback
  • Authentication Method: We recommend OAuth authentication, but API also is supported. You will need your Zoom OAuth Client ID and OAuth Client secret to complete the JumpCloud setup.

note

The scopes required depend on the specific product data you want the AI to access (for example, meeting:read:search or cloud_recording:read:list_user_recordings).

Configuring the Server in JumpCloud

See Adding MCP Servers in Configure AI Gateway Integrations and use the following values to configure this server:

  • App: Select Zoom (if you have an existing SSO application or bookmark), or + Add App to create it
  • Name: Enter a name, for example Zoom
  • Prefix: Enter a value to prepend to MCP tool names
    • Note: Prefixes must be unique. Maximum 8 characters, letters and numbers only
  • URL: https://mcp.zoom.us/mcp/zoom/streamable
  • MCP authentication method: OAuth
  • Advanced fields: Enter your Zoom Client ID and Client secret

Your users will now see Zoom listed as an available application when they authenticate their AI clients through the JumpCloud AI Gateway.

Was this information helpful?