KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Agora MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Agora.

Agora CLI Matrix

Use these pages for direct Agora CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.