{
  "info": {
    "name": "Deepgram — mcp.ai",
    "description": "REST API for the Deepgram MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/deepgram",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "deepgram_get_model",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/model",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "model"
          ]
        },
        "description": "Retrieve metadata for a specific Deepgram model by its UUID. Returns detailed model information including name, architecture, supported languages, version, and capabilities. Works for both STT (speech",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"model_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_get_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "models"
          ]
        },
        "description": "Retrieve metadata on all public Deepgram models (speech-to-text and text-to-speech). Returns comprehensive model information including supported languages, architectures, versions, and capabilities. S",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include_outdated\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_get_project_usage_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/usage/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "usage",
            "summary"
          ]
        },
        "description": "Retrieves aggregated usage statistics for a Deepgram project including total audio duration, billable duration, number of requests, channels processed, and confidence/relevance scores. Returns both ov",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"tag\": \"\",\n  \"model\": \"\",\n  \"start\": \"\",\n  \"project_id\": \"\",\n  \"accessor_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_get_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects"
          ]
        },
        "description": "Tool to list all Deepgram projects. Use after authenticating with your API key.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_list_project_scopes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/project/scopes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "project",
            "scopes"
          ]
        },
        "description": "Tool to list all scopes for a specified Deepgram project. Use when you need to retrieve all permission scopes for a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"project_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_list_think_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/think/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "think",
            "models"
          ]
        },
        "description": "Tool to list available think models for AI agent processing and voice agent configuration. Use when you need to see which think models are available for voice agents.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_speech_to_text_pre_recorded",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/speech/to/text/pre/recorded",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "speech",
            "to",
            "text",
            "pre",
            "recorded"
          ]
        },
        "description": "Tool to transcribe pre-recorded audio files into text. Use when converting a publicly accessible audio file URL to text. Primary transcript is at `results.channels[0].alternatives[0].transcript` in th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tier\": \"\",\n  \"model\": \"\",\n  \"diarize\": false,\n  \"keyterm\": \"\",\n  \"version\": \"\",\n  \"keywords\": \"\",\n  \"language\": \"\",\n  \"audio_url\": \"\",\n  \"punctuate\": false,\n  \"alternatives\": 0,\n  \"content_type\": \"\",\n  \"smart_format\": false,\n  \"detect_language\": false,\n  \"interim_results\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "deepgram_text_to_speech_rest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/text/to/speech/rest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "text",
            "to",
            "speech",
            "rest"
          ]
        },
        "description": "Tool to convert text into natural-sounding speech. Use when you need TTS audio from text inputs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"text\": \"\",\n  \"model\": \"\",\n  \"pitch\": 0,\n  \"speed\": 0,\n  \"voice\": \"\",\n  \"version\": \"\",\n  \"encoding\": \"\",\n  \"language\": \"\",\n  \"container\": \"\",\n  \"sample_rate\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}