v3.0.0: Web Forager
Renamed: duckduckgo-mcp → web-forager
This release renames the project to Web Forager — a search-and-fetch toolkit for AI agents.
Breaking changes
- Package name:
duckduckgo-mcp→web-forager - CLI command:
duckduckgo-mcp→web-forager - Python module:
duckduckgo_mcp→web_forager
What's new
- tech-advisor skill: Replaces tech-radar, now supports both technology maturity assessments and product comparisons
- Flexible tool support: Skills work with MCP tools, built-in agent tools, ddgs library, or Jina Reader
- Freshness guidance: Skills now prioritize up-to-date sources
Unchanged
- MCP tool function names (
duckduckgo_search,duckduckgo_news_search,jina_fetch) are unchanged - All 5 Agent Skills included and working standalone
Migration
Update your MCP client config:
{
"mcpServers": {
"web-forager": {
"command": "uvx",
"args": ["--python", ">=3.10,<3.14", "web-forager", "serve"]
}
}
}