Summary
Current information without a search API to provision.
One tool, a query and a count: the server asks DuckDuckGo and hands the results back, so an assistant that would otherwise answer from training data can check first. The ceiling is 20 results per request, which is the number to plan around when a question needs breadth rather than depth.
What it is
One search tool pointed at DuckDuckGo: a query, a result count, and a safeSearch setting.
What you get
- Web results for a query, up to 20 per request
- The number of results set per call through count
- Content filtering through safeSearch, and region-specific searching
Requirements
Npx on your PATH. No account and no key.
Setup effort
One command — npx -y duckduckgo-mcp-server
