EGEOagents validation-doctor
Check Brave Search and Chrome DevTools MCP availability and provide exact setup snippets. Use when validation dependencies are missing or uncertain.
install
source · Clone the upstream repo
git clone https://github.com/mverab/eGEOagents
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mverab/eGEOagents "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/validation-doctor" ~/.claude/skills/mverab-egeoagents-validation-doctor && rm -rf "$T"
manifest:
.claude/skills/validation-doctor/SKILL.mdsource content
Validation Doctor
Diagnostics
-
Chrome DevTools MCP
- Probe by calling
(may appear aslist_pages
depending on the client).mcp6_list_pages
- Probe by calling
-
Brave Search MCP
- Probe by calling
with a trivial query andbrave_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)
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": ["-y", "chrome-devtools-mcp@latest"] } } }
Brave Search (NPX)
{ "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, allowchrome-devtools
fallback but mark results as Low Confidence.fetch - If
is unavailable, do not claim competitor positioning; only score the page itself.brave-search