Serversio.github.swappysh/mixmake
M

MixMake

io.github.swappysh/mixmake · v1.0.0
● Remote
v1.0.0remote🌐 https://mixmake.com/api/mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.swappysh/mixmake",
  "description": "Transcript-based audio editing: transcribe audio, edit by word ID, export edited audio.",
  "title": "MixMake",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mixmake.com/api/mcp",
      "headers": [
        {
          "description": "Optional API key for higher daily limits (format: mmk_...).",
          "isSecret": true,
          "name": "X-Mixmake-Api-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}