Odel
loudcheck

loudcheck

Local
@chaoz231PythonMITUpdated 4w ago

Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIloudcheckv0.3.1

Run

uvx loudcheck

MCP client config

{
  "mcpServers": {
    "loudcheck": {
      "command": "uvx",
      "args": [
        "loudcheck"
      ]
    }
  }
}