A verified dependency-audit verdict any AI agent can call over MCP, not a raw scan.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
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.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A verified dependency-audit verdict any AI agent can call.
A free scanner gives you raw CVEs. closeread-verify gives you the judgment: the
verdict checked against the version you actually installed, the one finding that
matters, and the exact fix. It runs as an MCP
server, so any agent (Claude Code, Cursor, your own) can call it before it ships
code and get back a checked answer, not a wall of noise.
npm auditA raw scanner and the agent itself can already produce a list of CVEs. What they
cannot manufacture is the verdict. closeread-verify is built around the one
discipline that separates a real audit from a scan:
^4.17.0 in a
manifest is not what you shipped. The tool resolves the real pinned version
from your lockfile and checks that, so it does not cry wolf over a caret
range you already patched, and does not miss a vulnerable pin a manifest-only
scan would wave through.lead: the highest-severity direct production issue, with the exact
fix. If the only findings are transitive or dev-only, the lead is honestly
null rather than a manufactured headline.That verified artifact, not the raw scan, is the product.
Python 3.11+. No API key, no account, no source access. Lockfile in, verdict out.
examples/agent_loop.py is a runnable agent that uses
closeread-verify as a pre-ship gate: it blocks on a real Flask CVE, applies the
named fix, re-checks, and ships. Real MCP over stdio, real OSV advisories, no API
key.
closeread-verify is the stdio command that starts the server:
Add it to your MCP client. Claude Code / Cursor style (mcp.json /
claude_desktop_config.json):
If you installed into a specific environment, point at that interpreter instead:
| Tool | Input | Use it when |
|---|---|---|
audit_project | files: a {filename: content} map | You have a real checkout. Pass the manifest and its lockfile together (e.g. package.json + package-lock.json) so the direct-vs-transitive split is recovered. Subdir prefixes like server/package.json are allowed. |
audit_dependencies | lockfile_content: str, filename: str | You have a single manifest or lockfile and want a one-shot verdict. |
audit_repo | github_url: str | You have a public repo URL. It shallow-clones and runs the same audit. Returns an error, never a fabricated result, if the clone fails. |
The filename is load-bearing: it routes the content to the right ecosystem
parser. Supported lockfiles include package-lock.json, yarn.lock,
pnpm-lock.yaml, requirements.txt, poetry.lock, Pipfile.lock,
Gemfile.lock, composer.lock, and Cargo.lock.
Calling audit_dependencies on a requirements.txt that pins flask==0.12.0:
The agent does not get a scan to interpret. It gets a verdict to act on: bump
flask, here is the line, here is why.
Agents are starting to write, review, and ship code on their own. Before an agent
opens a PR or green-lights a deploy, it needs an answer to a simple question with
a checkable answer: is anything I depend on known-vulnerable, in the version I
actually pinned, and is it mine to fix? closeread-verify is that primitive. One
MCP call, a deterministic verdict, no LLM in the loop to hallucinate a CVE that
does not exist or miss one that does.
MIT. Built by Free Guy.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/closeread-verify)<a href="https://allmcps.com/mcp/closeread-verify"><img src="https://allmcps.com/api/badge/closeread-verify?style=directory" alt="Closeread Verify on AllMCPs" /></a>