communication
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.
7 functions 5 read 2 write API key auth
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.
Machine-Readable Metadata
- integration_slug
agora- route_slug
agora- package
agora- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Agora CLIHeadless setup and direct function calls. Agora MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Agora MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Agora.
Claude Code Agora MCP setup for Claude Code. Cursor Agora MCP setup for Cursor. Codex Agora MCP setup for Codex. OpenAI Agents Agora MCP setup for OpenAI Agents SDK. Claude Agent SDK Agora MCP setup for Claude Agent SDK. Vercel AI SDK Agora MCP setup for Vercel AI SDK. LangChain Agora MCP setup for LangChain. LangGraph Agora MCP setup for LangGraph. CrewAI Agora MCP setup for CrewAI. MCP clients Agora MCP setup for Generic MCP Clients.
Agora CLI Matrix
Use these pages for direct Agora CLI workflows in scripts, CI, cron, and agent wrappers.
CI Agora CLI for CI. Cron Jobs Agora CLI for cron jobs. Shell Scripts Agora CLI for shell scripts. Headless Automation Agora CLI for headless automation. Coding Agents Agora CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
agora.agora_list_projects | Read read | 0 | List all Agora projects. Returns project IDs, names, and their current status. |
agora.agora_get_project | Read read | 1 | Get details of a specific Agora project by ID, including its name, App ID, App Certificate, and status. |
agora.agora_create_project | Write write | 3 | Create a new Agora project. Specify a project name and optional configuration such as recording settings and authentication mode. |
agora.agora_list_recordings | Read read | 5 | List cloud recordings from Agora with optional filters. Supports filtering by channel name, resource ID, and time range. |
agora.agora_get_recording | Read read | 1 | Get details of a specific Agora cloud recording by its session ID (sid), including status, file list, and download URLs. |
agora.agora_start_recording | Write write | 3 | Start a cloud recording for an Agora channel. Specify the channel name, UID, and recording configuration such as container format, storage settings, and layout. |
agora.agora_get_current_user | Read read | 0 | Get information about the current authenticated Agora user. |