Troubleshooting & Known Issues
1) web_search fails for API-backed providers
- Issue:
web_searchworks withduckduckgo, but fails withgoogle,bing, orbrave. - Cause: Missing or invalid provider credentials.
- Fix:
googlerequiresGOOGLE_API_KEYandGOOGLE_CSE_IDbingrequiresBING_API_KEYbraverequiresBRAVE_API_KEY
After updating .env, restart your MCP client/host process.
2) web_ask fails to answer
- Issue:
web_askreturns an error or times out. - Cause: Ollama is not running, wrong
OLLAMA_URL, or unavailable model. - Fix:
- Ensure Ollama is running and reachable
- Verify
OLLAMA_URLandOLLAMA_MODEL - Retry after confirming local Ollama health
3) Low-quality answers from web_ask
- Issue: Answers are vague or miss key details.
- Cause: Insufficient or noisy stashed context.
- Fix:
- Stash higher-quality, relevant sources
- Use
web_grepbeforeweb_askto confirm context quality
4) DuckDuckGo returns fewer results
- Issue: Fewer results than expected with
provider=duckduckgo. - Cause: HTML endpoint variability and anti-bot response differences.
- Fix:
- Retry query with refined terms
- Use
google,bing, orbravefor consistent API-backed retrieval