A search-and-fetch toolkit for AI agents, providing an MCP server and standalone Agent Skills powered by DuckDuckGo and Jina Reader. Version 3.0.1, actively maintained.
pip install web-foragerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch the MCP server that provides DuckDuckGo search and Jina Reader fetch tools.
Uninstall old package: pip uninstall duckduckgo-mcp. Install new: pip install web-forager. Update imports and CLI usage.
Add delays between requests or use a different search backend.
Use tech-advisor skill instead.
Run: pip install web-forager
Update import: from web_forager.mcp_server import mcp
Reduce request frequency or implement exponential backoff.