verdoc-mcp
Provides coding agents with repository context through tools that generate AGENTS.md files or structured JSON summaries, quoting build/test commands from the repo's manifests for a small fee without an API key.
README
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 |
|---|---|---|
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.
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.
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 |
|---|---|---|
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). |
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。