
DuckDuckGo Search
Provides web search functionality through DuckDuckGo with support for different result types, filtering, and pagination. Note: This repository is deprecated in favor of mcp-omnisearch.
8631,307 views151RemoteLocal (stdio)
What it does
- Search web content using DuckDuckGo
- Filter results by date and region
- Retrieve news articles and video content
- Configure safe search levels
- Paginate through search results
- Cache search results
Best for
LLM applications needing web searchResearch and information gatheringContent discovery workflows
Repository deprecated - use mcp-omnisearch insteadMultiple result types supported
Tools (2)
search
Search DuckDuckGo and return formatted results. Args: query: The search query string max_results: Maximum number of results to return (default: 10) ctx: MCP context for logging
fetch_content
Fetch and parse content from a webpage URL. Args: url: The webpage URL to fetch content from ctx: MCP context for logging