mcpbeat Sign in

loudcheck MCP Server

local only

loudcheck runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 9 Aug 2026.

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

Installs per day peak 26 · avg 10 · -35% w/w
a month agotoday
53
Installs / week
pypi · loudcheck
1
Stars
2 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    out = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add loudcheck -- uvx loudcheck
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "loudcheck": {
      "args": [
        "loudcheck"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.loudcheck]
command = "uvx"
args = ["loudcheck"]
.cursor/mcp.json
{
  "mcpServers": {
    "loudcheck": {
      "args": [
        "loudcheck"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "loudcheck": {
      "args": [
        "loudcheck"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to loudcheck

same job, measured the same way
AI2Human
by richard7463

Dispatch human-execution tasks with proof verification, local checks, and compliance reviews.

88 installs/wk local only
Air Blackbox
by shotwellj

EU AI Act compliance scanner for Python AI agents — scan, analyze, and remediate

234 installs/wk local only
VoiceLogPro
by kindrat86

Construction daily-log generation, jurisdiction compliance requirements, construction FAQs.

3 tools answering
Leadsapp
by leadsapp

Search 136M+ US/CA B2B contacts free, verify emails free, get compliance verdicts. Pay per reveal.

answering
Compliance Batch Alignment
by bonissystems

Check whether a NAICS code aligns with a vertical: a routing-for-review signal, not a determination.

1 tools answering
MCP Agentcore
by geiant

AI governance MCP server for EU AI Act compliance and jurisdiction verification

3 tools answering
vat.support VAT Compliance
by vmalyshev1

EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.

5 tools answering
Asymptotic Ethics
by toby-self

MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle.

53 installs/wk local only

loudcheck — questions

Answers built from our own checks of this server.

Why is there no uptime for loudcheck?
loudcheck runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package loudcheck was installed 53 times last week.
How do I connect loudcheck?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls loudcheck straight from pypi; nothing to host, nothing to sign up for.
How many people use loudcheck?
The pypi package loudcheck was installed 53 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is loudcheck open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.