RXed AI News

AI to the bone.
SCORE 7/10 10/10 criteria · Strong Assessed 2026-09-01 · ARI rubric v1.0

Zoom — can an agent use it?

Visit zoom.com
“AI-first work platform for meetings, chat, phone, webinars, and contact center — over 300 million daily meeting participants” — the vendor’s own words

Zoom runs an official MCP server and a comprehensive REST API that covers nearly every meeting action, but the MCP layer reads meeting intelligence rather than scheduling or joining. No agent payment protocol exists. The cheapest grade-moving fix: extend the MCP server to cover meeting creation and calendar scheduling so agents can act, not just read.

Category
Communications
Agent protocol
Official
Agent payment rails
None published
Site Scan
C (73/100) · crawl-level, 01/09
Sf6.5
Machine-readable surface
Iq7
Information retrieval quality
Dx8
Documentation for machines
Ac8.5
Action coverage
Pt6.5
Agent protocol support
Au7.5
Access & auth friction
Py2
Agent payment capability
Cf7
Cost & rate fairness
Ts6
Permission & ToS stance
Rl7.5
Reliability & continuity
Tap or hover any criterion to see why it scored that.
FIND & RETRIEVE7.2/10Can an agent get correct information?

Machine-readable surface6.5/10

Sitemap at zoom.us/sitemap.xml referenced in robots.txt, JSON-LD with WebSite and ContactPoint schemas, server-rendered HTML (2,146 words without JS). AI crawlers (GPTBot, ClaudeBot) not blocked. However, no llms.txt (404), no RSS/JSON feeds, no markdown content negotiation, and no .well-known/mcp.json card despite running an official MCP server. source

Information retrieval quality7/10

Pricing published and current: Basic free (40-min group, 100 participants), Pro $14.16/user/mo, Business $18.33/user/mo, Business Plus $22.49/user/mo. Developer Build Platform pricing discoverable at $100/100 credits. Live status page at zoomstatus.com with component-level detail. No schema.org Offer/Product markup on the pricing page — agents must parse prose. source

Documentation for machines8/10

Developer portal at developers.zoom.us with full REST API reference, OAuth 2.0 and Server-to-Server OAuth guides, webhook and WebSocket documentation, rate limits documented by category and plan tier with response headers, changelog at developers.zoom.us/changelog/ with deprecation notices and migration paths. MCP documentation at developers.zoom.us/docs/mcp/. Error handling returns standard HTTP codes with rate-limit headers. source

ACT & TRANSACT6.3/10Can an agent do the job?

Action coverage8.5/10

Comprehensive REST API covering meetings (create, update, delete, list), chat messaging, phone, mail, calendar, scheduler, whiteboard, clips, recordings, webinars, contact center, user management, and SCIM 2.0 provisioning. Webhooks for real-time notifications, WebSockets in beta. Video SDK and Meeting SDK for embedding. Per-user limit of 100 meeting create/update requests per day is practical rather than restrictive. Nearly every meaningful UI action has an endpoint. source

Agent protocol support6.5/10

Official MCP server at mcp.zoom.us/mcp/zoom/streamable (announced May 2026, expanded capabilities). Covers meeting summaries, transcripts, recordings, notes, action items, and agentic search across organizational context (Salesforce, Workday, ServiceNow integrations). OAuth-based auth with Dynamic Client Registration for Claude, ChatGPT, Cursor. However, the MCP surface is primarily read-oriented — it retrieves conversation intelligence rather than performing core actions like scheduling meetings or sending messages. Not listed in the official MCP registry. source

Access & auth friction7.5/10

Self-serve OAuth 2.0 app creation on the Zoom App Marketplace with auto-generated credentials. Server-to-Server OAuth for backend automation (no user interaction needed). Granular scoped permissions per app type (user-managed vs admin-managed). Development and production credential separation. Internal apps and private/unlisted apps work without marketplace review. Marketplace publishing requires a rigorous security audit. OBF tokens required since March 2026 for bots joining external meetings, adding moderate friction. source

Agent payment capability2/10

Zoom sells subscriptions across multiple tiers but has no agent payment protocol. No evidence of ACP, AP2, MPP, or x402 support. Plan purchases and upgrades happen through hosted checkout pages requiring human interaction. The API can manage billing-adjacent operations but cannot programmatically purchase or upgrade a plan on an agent's behalf. source

Cost & rate fairness7/10

Well-documented, tiered rate limits: Free (4 QPS light, 6,000/day), Pro (30 QPS light), Business+ (80 QPS light, 60,000 heavy+resource-intensive/day combined). Standard REST API access included with any Zoom plan at no additional fee. Rate-limit headers provided (X-RateLimit-Limit, X-RateLimit-Remaining, Retry-After). No agent-vs-human price discrimination. Developer Build Platform ($100/mo for Video SDK sessions) is separate from the REST API. The per-user 100 meeting create/update cap per day is clearly documented. source

TRUST & DURABILITY6.8/10Will it still work next quarter?

Permission & ToS stance6/10

Automation explicitly supported through the REST API and official MCP server. robots.txt does not block AI crawlers. However, third-party distribution of API-built apps requires Zoom App Marketplace approval or written Zoom consent. The OBF token mandate (March 2026) and the broader industry crackdown on unauthorized meeting bots (Otter.ai lawsuit context) add regulatory friction. The API ToS permits Zoom to use API-accessed data for AI model training — a clause stricter than Zoom's general MSA. No hostile enforcement history against legitimate, authorized integrations. source

Reliability & continuity7.5/10

Public status page at zoomstatus.com (Atlassian Statuspage) with 302 monitored components across 33 groups, plus a separate uptime history page at uptime.zoom.us. Monitored by StatusGator since 2017. API versioned at v2, stable for years with no surprise deprecations. Developer changelog documents upcoming deprecations with migration paths (e.g., Call Log APIs to Call History APIs). JWT-to-OAuth migration completed with reasonable timeline (deprecated June 2023). Active incident on Zoom Node as of 31/08/2026 (minor service degradation). source

Sources

Point-in-time assessment — services change terms, prices and APIs often. That volatility is itself scored under Reliability & continuity. Re-verified at least quarterly.

  • zoom.com — Homepage: AI-first work platform, meetings, chat, phone, contact center, developer SDKs, MCP listed in nav (accessed 2026-09-01)
  • zoom.us/pricing — Pricing: Basic free, Pro $14.16/user/mo, Business $18.33/user/mo, Business Plus $22.49/user/mo (accessed 2026-09-01)
  • zoom.com/en/trust/terms — Terms of Service effective August 11, 2023 — arbitration clause, standard cloud service terms (accessed 2026-09-01)
  • zoom.com/en/trust/legal/zoom-api-license-and-tou — API License and ToU: internal use permitted, third-party distribution requires Marketplace or written approval, data may be used for AI training (accessed 2026-09-01)
  • zoom.us/robots.txt — robots.txt: permissive for AI crawlers, no GPTBot/ClaudeBot blocks, social bot exceptions for registration pages (accessed 2026-09-01)
  • developers.zoom.us/docs/api — API docs: REST v2, OAuth 2.0 and Server-to-Server OAuth, 4 rate-limit categories, webhooks, WebSockets beta (accessed 2026-09-01)
  • developers.zoom.us/docs/api/rate-limits — Rate limits: Free 4 QPS light / Pro 30 QPS / Business+ 80 QPS light, 60K heavy+resource-intensive daily combined (accessed 2026-09-01)
  • developers.zoom.us/docs/mcp — MCP docs: official server at mcp.zoom.us, OAuth-based auth, meeting intelligence retrieval (accessed 2026-09-01)
  • news.zoom.com/zoom-mcp-expanded-capabilities — MCP expansion announcement May 2026: agentic search, conversation intelligence, Salesforce/Workday/ServiceNow integrations (accessed 2026-09-01)
  • zoomstatus.com — Status page: Atlassian Statuspage, 302 components / 33 groups, active incident on Zoom Node 31/08/2026 (accessed 2026-09-01)
  • developers.zoom.us/docs/integrations/create — OAuth app creation: self-serve, auto-generated credentials, scoped permissions, S2S OAuth for backend automation (accessed 2026-09-01)