mcpbeat Sign in
I

Epub A11y Metadata Lint MCP Server

local only

Epub A11y Metadata Lint runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

18 rules over the accessibility metadata in your .opf: 12 findings in the sample file, 9 of them err

Installs / week
npm · @readystack/epub-a11y-metadata-lint
0
Stars
1 open issues
23 Sep 2026
Last commit
no recent releases
License
JavaScript

Nothing serious here today

Today is the operative word: we check Epub A11y Metadata Lint every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 epub-a11y-metadata-lint -- npx -y @readystack/epub-a11y-metadata-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "epub-a11y-metadata-lint": {
      "args": [
        "-y",
        "@readystack/epub-a11y-metadata-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.epub-a11y-metadata-lint]
command = "npx"
args = ["-y", "@readystack/epub-a11y-metadata-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "epub-a11y-metadata-lint": {
      "args": [
        "-y",
        "@readystack/epub-a11y-metadata-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "epub-a11y-metadata-lint": {
      "args": [
        "-y",
        "@readystack/epub-a11y-metadata-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Epub A11y Metadata Lint

same job, measured the same way
Jdk25 Upgrade Blocker Lint
by jmshinhwa

Finds the Java lines the new LTS removed — 18 rules; 23 findings in one 64-line fixture

421 installs/wk local only
Tailwind V4 Upgrade Blocker Lint
by jmshinhwa

19 rules that find the Tailwind v3 syntax Tailwind v4 removed or silently redefined, in the file you

169 installs/wk local only
I
SVG Asset Compliance Lint
by jmshinhwa

14 rules over the SVG files your design tool exported, before they become a legal object

local only
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
I
I18n Fr Ca Bill96 Lint
by jmshinhwa

Finds the France-French and left-over English lines in your fr-CA locale file before an OQLF complai

local only
Cron Schedule Lint
by jmshinhwa

Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at

371 installs/wk local only
Latex Submission Lint
by jmshinhwa

Seventeen rules on your .tex file: the statements the editorial office looks for, and the source tha

386 installs/wk local only
TrainBud
by zsadigzade

Talk to your own fitness data. Findings computed in code against your own 28-day baselines.

264 installs/wk local only

Epub A11y Metadata Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Epub A11y Metadata Lint?
Epub A11y Metadata Lint 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 npm package @readystack/epub-a11y-metadata-lint.
How do I connect Epub A11y Metadata Lint?
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 @readystack/epub-a11y-metadata-lint straight from npm; nothing to host, nothing to sign up for.
Is Epub A11y Metadata Lint open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.