verdoc-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@verdoc-mcpGenerate an AGENTS.md file for this repository"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
verdoc-mcp
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 |
| an | $0.02 |
| 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.
Install
Not on npm yet - install straight from this repository:
{
"mcpServers": {
"verdoc": {
"command": "npx",
"args": ["-y", "github:verdochello/verdoc-mcp"],
"env": { "EVM_PRIVATE_KEY": "0x..." }
}
}
}Or clone it and point at the file directly:
git clone https://github.com/verdochello/verdoc-mcp && cd verdoc-mcp && npm install{
"mcpServers": {
"verdoc": {
"command": "node",
"args": ["/absolute/path/to/verdoc-mcp/index.mjs"],
"env": { "EVM_PRIVATE_KEY": "0x..." }
}
}
}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.
Related MCP server: Blueprint MCP
Paying
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 |
| - | wallet that pays. Omit to run in quote-only mode. |
|
| hard per-call ceiling. Nothing above it is ever signed. |
|
| override the endpoint (testing). |
About that private key
You are handing a program the ability to spend your money, so here is exactly what this one does and does not do.
The key is read from the environment. It is never logged, never written to disk, and never sent anywhere. Error messages are scrubbed of anything that looks like a key before being returned.
The payee and the chain are pinned in the source. Before signing anything, the client reads the live payment offer and checks it. If Verdoc ever asks to be paid at a different address, or on a chain not in the list, this refuses and tells you instead of paying. That means a compromise of our own domain or DNS cannot redirect your funds.
Every call is capped by
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.
What it will refuse to do
These are tested in selftest.mjs, and the refusals are the
part worth reading:
pay an address other than the pinned one - even if the live endpoint asks
pay on a chain outside the pinned set, including testnets
pay more than your ceiling
treat a short or empty 200 response as a real answer
Limits
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.
Licence
MIT. The service it calls is at verdoc.dev - OpenAPI | x402 discovery
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides AI coding agents with structured Git repository context including project state, code structure, activity, and risk analysis without modifying or uploading code.Last updated53
- AlicenseAqualityAmaintenanceProvides AI coding agents with durable architecture memory for repositories by generating structured project maps of responsibilities, relationships, and risks.Last updated6141MIT
- Alicense-qualityAmaintenanceProvides a dependency graph of any local repository with tools for change impact, transitive dependents, health audits, and more, enabling AI coding agents to see structure and refactor safely.Last updated4,9123MIT
- Alicense-qualityBmaintenanceEnables AI agents to run automated daily code reviews, retrieve Markdown reports, and curate a project knowledge base across any Git repository.Last updatedAGPL 3.0
Related MCP Connectors
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Generate AGENTS.md, AP2 compliance docs, checkout rules, debug playbook & MCP configs from any repo.
Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/verdochello/verdoc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server