KosmoKrator

data

Deepgram MCP, CLI, and Lua Integration for AI Agents

Deepgram integration docs for AI agents: MCP gateway setup, Deepgram CLI commands, Lua API reference, credentials, and function schemas.

Deepgram 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

FunctionTypeParametersDescription
deepgram.deepgram_transcribe_url Read read 0 Transcribe prerecorded media from a hosted URL.
deepgram.deepgram_transcribe_audio Read read 0 Transcribe raw audio bytes submitted by the host.
deepgram.deepgram_analyze_text Read read 0 Analyze text or a URL for summaries, topics, intents, and sentiment.
deepgram.deepgram_speak Read read 0 Generate speech audio from text and return base64 audio.
deepgram.deepgram_list_models Read read 0 List public Deepgram STT and TTS models.
deepgram.deepgram_get_model Read read 0 Get public Deepgram model metadata.
deepgram.deepgram_list_projects Read read 0 List projects visible to the API key.
deepgram.deepgram_get_project Read read 0 Get Deepgram project details.
deepgram.deepgram_update_project Write write 0 Update Deepgram project settings such as name.
deepgram.deepgram_list_project_keys Read read 0 List API keys for a project.
deepgram.deepgram_create_project_key Write write 0 Create an API key for a project.
deepgram.deepgram_delete_project_key Write write 0 Delete an API key from a project.
deepgram.deepgram_list_project_balances Read read 0 List outstanding balances for a project.
deepgram.deepgram_get_project_balance Read read 0 Get one project balance by ID.
deepgram.deepgram_get_usage_breakdown Read read 0 Get project usage breakdown with filters and groupings.
deepgram.deepgram_get_project_request Read read 0 Get one project request by ID.
deepgram.deepgram_list_project_models Read read 0 List public and private models available to a project.
deepgram.deepgram_get_project_model Read read 0 Get project-specific model metadata.