Loading...
Loading...
Diagnose MCP validation dependencies (Brave Search, Chrome DevTools) and output exact setup snippets.
npx skill4agent add mverab/egeoagents validation-doctorlist_pagesmcp6_list_pagesbrave_web_searchcount=1| Component | Status | Action Required |
|---|---|---|
| Market Validator (Brave) | ✅ / ❌ | [Config Snippet / None] |
| Technical Validator (Chrome) | ✅ / ❌ | [Config Snippet / None] |
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server", "--transport", "stdio"],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}chrome-devtoolsfetchbrave-search