loudcheck
Rank #43,759io.github.chaoz23/loudcheck
Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation.
loudcheck is a Model Context Protocol (MCP) server published by chaoz23. It ranks #43,759 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. loudcheck is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 71,832 of 115,591 servers on MCP Toplist.
Use loudcheck
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add loudcheck -- uvx --from "loudcheck[mcp]==0.3.1" loudcheck --mcp[mcp_servers.loudcheck]
command = "uvx"
args = ["--from", "loudcheck[mcp]==0.3.1", "loudcheck", "--mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"loudcheck": {
"command": "uvx",
"args": [
"--from",
"loudcheck[mcp]==0.3.1",
"loudcheck",
"--mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"loudcheck": {
"command": "uvx",
"args": [
"--from",
"loudcheck[mcp]==0.3.1",
"loudcheck",
"--mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"loudcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"loudcheck[mcp]==0.3.1",
"loudcheck",
"--mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"loudcheck": {
"command": "uvx",
"args": [
"--from",
"loudcheck[mcp]==0.3.1",
"loudcheck",
"--mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"loudcheck": {
"command": "uvx",
"args": [
"--from",
"loudcheck[mcp]==0.3.1",
"loudcheck",
"--mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chaoz23%2Floudcheck)<a href="https://mcptoplist.com/server/io.github.chaoz23%2Floudcheck"><img src="https://mcptoplist.com/badge/io.github.chaoz23%2Floudcheck.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
chaoz23
Other servers by chaoz23
- srdcheck#5,735 · 5 vers
- inkcheck#7,520 · 5 vers
- charactercheck-mcp#10,444 · 4 vers
- dmcheck-mcp#14,517 · 3 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.3.1 | Jul 3, 2026 |
Frequently asked questions
- Who maintains loudcheck?
- loudcheck is maintained by chaoz23, which publishes 5 MCP servers (18 total versions) tracked on MCP Toplist.
- Is loudcheck listed on the Official MCP Registry?
- Yes — loudcheck is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does loudcheck have?
- MCP Toplist tracks 1 version of loudcheck, most recently published on Jul 3, 2026.
- Where can I find the source code for loudcheck?
- The source code for loudcheck is hosted at github.com/chaoz23/loudcheck.