MCP Server
MCP
loudcheck
Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation.
Install
uvx loudcheck
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "loudcheck",
"version": "0.3.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "install the MCP extra (the core package is dependency-free)",
"isRequired": true,
"value": "loudcheck[mcp]==0.3.1",
"type": "named",
"name": "--from"
}
],
"packageArguments": [
{
"description": "run the MCP stdio server instead of the CLI",
"value": "--mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment