mcpbeat Sign in

Audio Calibration MCP Server

local only

Audio Calibration MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 27 Aug 2026.

Evidence-bound REW measurement, analysis, conservative EQ, DSP, and listening-test tools.

Installs / week
not published
6
Stars
0 open issues
27 Aug 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

We read the source, 22 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.

Reads files and sends them to the network core.mjs:273
  for (const file of await readdir(presetDirectory).catch(() => [])) if (/^[^/\\]+\.conf$/i.test(file)) { const name = file.slice(0, -5); presetConfigs[name] = await readFile(join(presetDirectory, file), "utf8").catch(() => ""); }

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

Alternatives to Audio Calibration MCP

same job, measured the same way
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only
AI Test Process MCP
by hashi-kazu

AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis.

242 installs/wk local only
Qai Consultant MCP
by gvasile29

Keyless local MCP server for QA: standards retrieval, effort estimation, doc review, test analysis.

462 installs/wk local only
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

58 installs/wk local only
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

2 646 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only

Audio Calibration MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Audio Calibration MCP?
Audio Calibration MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Audio Calibration MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.