productivity
Agora MCP, CLI, and Lua Integration for AI Agents
Agora integration docs for AI agents: MCP gateway setup, Agora CLI commands, Lua API reference, credentials, and function schemas.Agora for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
agora.agora_acquire_recording_resource | Write write | 6 | Request a resource ID before starting an Agora Cloud Recording session. |
agora.agora_start_recording | Write write | 11 | Start an Agora Cloud Recording session using a resource ID returned by agora_acquire_recording_resource. |
agora.agora_query_recording | Read read | 3 | Query the status of an active Agora Cloud Recording session. |
agora.agora_update_recording | Write write | 9 | Update an active Agora Cloud Recording subscription list or web recorder state. |
agora.agora_update_recording_layout | Write write | 10 | Update the video mixing layout for an active Agora composite recording. |
agora.agora_stop_recording | Write write | 7 | Stop an active Agora Cloud Recording session. |
agora.agora_get_notification_ips | Read read | 0 | Fetch Agora message notification service IP addresses for firewall allowlists. |