Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽฅ Multimedia Process
  3. Loudcheck
Loudcheck logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:48:10 PM

Loudcheck

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).
medialoudnessbroadcastffmpegmcp

Checks media loudness against broadcast standards and returns pass/fail results with metric deltas and ffmpeg remediation.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "chaoz23-loudcheck": {
      "command": "uvx",
      "args": [
        "loudcheck"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐ŸŽฅ More in Multimedia Process

Overview

chaoz23/loudcheck MCP server evaluates media files against EBU R 128, ATSC A/85, or measurement-only BS.1770 rules. It invokes ffmpeg for loudness analysis, then returns a standards-aware verdict with measured values, targets, tolerances, citations, and a correction command. Use it when an agent or media workflow needs to decide whether an audio or video file meets a formal loudness specification. The package provides both a CLI and an MCP interface over the same measurement engine.

Use cases

โ€ขValidate broadcast masters against EBU R 128
โ€ขCheck television media against ATSC A/85
โ€ขGate delivery workflows on loudness exit codes
โ€ขInspect every audio stream in a video
โ€ขGenerate ffmpeg remediation commands for failed files

Key features

โ€ขEBU R 128 compliance verdicts
โ€ขATSC A/85 compliance verdicts
โ€ขBS.1770 measurement-only mode
โ€ขPer-metric deltas and standard citations
โ€ขExact ffmpeg remediation guidance
โ€ขCLI and MCP interfaces

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Loudcheck.

Extracted Tool Capabilities
EBU R 128 compliance verdicts
ATSC A/85 compliance verdicts
BS.1770 measurement-only mode
Per-metric deltas and standard citations
Exact ffmpeg remediation guidance
CLI and MCP interfaces

How Loudcheck works

What chaoz23/loudcheck MCP server does

chaoz23/loudcheck MCP server turns ffmpeg loudness measurements into compliance decisions for media files. It supports EBU R 128, ATSC A/85, and BS.1770 measurement mode. EBU R 128 checks integrated loudness against โˆ’23.0 LUFS with a ยฑ0.5 LU tolerance and limits true peak to โˆ’1 dBTP. ATSC A/85 checks โˆ’24 LKFS with a ยฑ2 dB tolerance and requires true peak below โˆ’2 dBTP. BS.1770 reports measurements without applying a compliance judgment.

Results include the overall verdict, per-metric measurements, targets, tolerances, deltas, pass status, and citations for gated metrics. Failed checks also include a plain-language explanation and an ffmpeg correction command based on the measured delta. The tool reports loudness range as informational data. It does not modify media files or perform broader quality control such as codec, color, or cadence checks.

How it works

The implementation performs one ffmpeg analysis pass using the loudnorm filter in JSON output mode. The analysis provides integrated loudness, loudness range, true peak, and gating information. The returned measurement context includes the ffmpeg version, which is part of the result contract. The project cross-checks loudnorm readings against ffmpeg's ebur128 filter in its test suite.

The CLI can inspect the first audio stream in a video, select a particular stream, or evaluate all audio streams. It also accepts multiple files or a directory for batch processing. JSON output is intended for automation, while the exit status provides a simple delivery gate: 0 indicates pass, 1 indicates a non-compliant result, and 2 indicates an error such as a missing file, absent audio stream, or unavailable ffmpeg.

Setup and configuration

chaoz23/loudcheck requires Python 3.10 or newer and ffmpeg 5.0 or newer available on PATH. The MCP variant can be installed with the package's mcp extra. A zero-install invocation is:

bash
uvx --from 'loudcheck[mcp]' loudcheck --mcp

Other documented installation choices are uvx loudcheck file.wav, pip install loudcheck for the CLI, and pip install "loudcheck[mcp]" for MCP support. The MCP process can also be started as loudcheck-mcp or with python -m loudcheck.mcp_server after installation.

No API key or external service credential is described. The server needs access to the local media path supplied to the tool and to the ffmpeg executable. The README does not specify environment variables or a client-specific configuration file.

Tools and capabilities

The MCP surface provides two tools:

  • check_loudness(path, standard) evaluates a media file and returns the same structured result as the CLI.
  • list_standards() returns the available standards and their citations.

The standard value selects EBU R 128, ATSC A/85, or BS.1770. The CLI additionally supports detailed output, batch summaries, per-stream selection, all-stream checks, and schema output. For a failed verdict, the remediation describes the gain adjustment and gives an example using ffmpeg filters such as volume or loudnorm; applying that correction remains the responsibility of the calling workflow.

Limitations and notes

chaoz23/loudcheck is for formal, stable loudness standards rather than platform-specific delivery templates. It is not a loudness correction engine, real-time monitor, GUI, or complete media QC system. Its measurements depend on the installed ffmpeg version, with version 5.0 listed as the minimum supported release. The project is licensed under MIT.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Multimedia Process View all alternatives
  • N
    Notch

    Turn product pages and creative briefs into finished video and image ads from your AI chat.

    ๐ŸŽฅ Multimedia Process25 views
    Compare vs Notch โ†’
  • MCP Video Analyzer logoMCP Video Analyzer

    MCP server for video analysis โ€” extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

    ๐ŸŽฅ Multimedia Process14 views
    Compare vs MCP Video Analyzer โ†’
  • Kinocut logoKinocut

    Guardrailed video editing for AI agents with 135 MCP tools for FFmpeg editing, captions, audio, effects, Hyperframes, repurposing, resumable workflows, quality gates, and provenance receipts. Includes a Python client and kino CLI; runs locally with no required API keys.

    ๐ŸŽฅ Multimedia Process3 views
    Compare vs Kinocut โ†’
  • Trident MCP logoTrident MCP

    AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.

    ๐ŸŽฅ Multimedia Process25 views
    Compare vs Trident MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Loudcheck

Install it with `uvx --from 'loudcheck[mcp]' loudcheck --mcp`, or use `pip install "loudcheck[mcp]"` and start `loudcheck-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLoudcheck AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/chaoz23-loudcheck?style=directory)](https://allmcps.com/mcp/chaoz23-loudcheck)
HTML Embed
<a href="https://allmcps.com/mcp/chaoz23-loudcheck"><img src="https://allmcps.com/api/badge/chaoz23-loudcheck?style=directory" alt="Loudcheck on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽฅMultimedia Process
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsWindsurf, Cline / VS Code
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 9, 2026
51Quality signal: Good ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท loudcheck (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽฅ Multimedia Process โ†’Best MCP servers for Multimedia & Media Processing โ†’Alternatives to Loudcheck โ†’Install in Claude DesktopInstall in CursorInstall in VS Code