Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your coding agent the context of a repository it has never seen, for two cents, without an account or an API key.
An agent dropped into an unfamiliar codebase has to read it before it can work
in it - and that costs tens of thousands of tokens every time. verdoc-mcp
exposes two tools that answer the same questions directly:
| tool | what you get | price |
|---|---|---|
verdoc_agents_md | an AGENTS.md ready to commit | $0.02 |
verdoc_scan | the same analysis as structured JSON | $0.01 |
Build and test commands are quoted from the repository's own manifests, with
the file each one came from named. Every path is checked against the git tree.
Anything ambiguous is marked unverified rather than guessed.
No language model runs on the server. The same commit always returns the same answer.
Easiest: download the .mcpb bundle
and drag it into Claude Desktop, or point any MCPB-aware client at it
directly - dependencies are bundled inside, nothing to install separately.
Not on npm yet. Two other ways to install straight from this repository:
Or clone it and point at the file directly:
Works with Claude Desktop, Claude Code, Cursor, or any MCP client.
Without a key it still runs. The tools report what they would cost and what they would return, and buy nothing. That is the intended way to try it.
The wallet needs USDC on Base, Polygon or Arbitrum. It does not need ETH - x402 payments are signed off-chain and the facilitator pays the gas.
| variable | default | meaning |
|---|---|---|
EVM_PRIVATE_KEY | - | wallet that pays. Omit to run in quote-only mode. |
VERDOC_MAX_SPEND_USD | 0.05 | hard per-call ceiling. Nothing above it is ever signed. |
VERDOC_ORIGIN | https://verdoc.dev | override the endpoint (testing). |
You are handing a program the ability to spend your money, so here is exactly what this one does and does not do.
VERDOC_MAX_SPEND_USD, checked before a signature
exists.Use a wallet you funded for this purpose. That is good practice with any paying agent tool, including this one.
These are tested in selftest.mjs, and the refusals are the
part worth reading:
Public GitHub repositories only. Repositories over 20,000 tracked files are rejected: GitHub truncates the git tree above that, and every claim this service makes depends on having the complete tree.
MIT. The service it calls is at verdoc.dev - OpenAPI | x402 discovery
No reviews yet β be the first to share how this listing worked for you.
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/verdoc)<a href="https://allmcps.com/mcp/verdoc"><img src="https://allmcps.com/api/badge/verdoc?style=directory" alt="Verdoc on AllMCPs" /></a>