validation-doctor
Original:🇺🇸 English
Translated
Diagnose MCP validation dependencies (Brave Search, Chrome DevTools) and output exact setup snippets.
5installs
Sourcemverab/egeoagents
Added on
NPX Install
npx skill4agent add mverab/egeoagents validation-doctorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Validation Doctor
Diagnostics
-
Chrome DevTools MCP
- Probe by calling (may appear as
list_pagesdepending on the client).mcp6_list_pages
- Probe by calling
-
Brave Search MCP
- Probe by calling with a trivial query and
brave_web_search.count=1
- Probe by calling
Status Report
| Component | Status | Action Required |
|---|---|---|
| Market Validator (Brave) | ✅ / ❌ | [Config Snippet / None] |
| Technical Validator (Chrome) | ✅ / ❌ | [Config Snippet / None] |
Setup Snippets
Chrome DevTools (NPX)
json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}Brave Search (NPX)
json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server", "--transport", "stdio"],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Runtime Policy
- If is unavailable, allow
chrome-devtoolsfallback but mark results as Low Confidence.fetch - If is unavailable, do not claim competitor positioning; only score the page itself.
brave-search