zoom_get_user
Pack: zoom · Endpoint: https://gateway.pipeworx.io/zoom/mcp
Get the signed-in Zoom user’s profile: id, email, first/last name, account type, account id, timezone, and personal meeting id (PMI). Use to identify whose Zoom account is connected.
Example call
curl -X POST https://gateway.pipeworx.io/zoom/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zoom_get_user","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"zoom": {
"url": "https://gateway.pipeworx.io/zoom/mcp"
}
}
}
See Getting Started for client-specific install steps.