deepgram.com
Deepgram provides speech-to-text, text-to-speech, voice agent, and audio/text intelligence services. Its platform also includes project and API key management for developers using those capabilities.
Deepgram exposes an authenticated HTTP developer API, a CLI (`dg`), a hosted MCP endpoint for AI clients, and local MCP servers via both `deepgram-mcp` and `dg mcp`.
- Deepgram hosted MCP serverdiscovered
- deepgram-mcp local MCP serverdiscovered
- dg mcp local MCP serverdiscovered
- Deepgram Developer APIdiscovered
- Deepgram CLIdiscovered
$ dg loginAcquired by the CLI — running dg login opens the auth flow and stores the credential.
Mint a short-lived token by calling the Token-Based Authentication endpoint with your Deepgram API key in Authorization: Token <API_KEY>. The endpoint returns an access_token JWT with a default 30-second TTL. Docs say these tokens work for core voice APIs (/Listen, /Speak, /Read) and do not work with the Manage APIs.
conventions · 0/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing