← Back to Plugins
MCP Server MCP

tools.audiolab/audiolab

github By github 👁 3 views ▲ 0 votes

Loudness (EBU R128 / BS.1770-4), true-peak and voice-quality analysis for local files and URLs.

Homepage Verified source GitHub

Install

npx -y @audiolabtools/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@audiolabtools/mcp-server",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://audiolab.tools/account. Free tier: 1,000 calls and 2 GB per month, no card.",
          "isRequired": true,
          "isSecret": true,
          "name": "AUDIOLAB_API_KEY"
        },
        {
          "description": "Defaults to https://audiolab.tools/v1 — the value must include the /v1 path segment.",
          "name": "AUDIOLAB_API_BASE"
        },
        {
          "description": "Request timeout in milliseconds.",
          "name": "AUDIOLAB_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...