MCP Server
MCP
tools.audiolab/audiolab
Loudness (EBU R128 / BS.1770-4), true-peak and voice-quality analysis for local files and URLs.
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
By
Comments
Sign in to leave a comment