Serves DuckDuckGo HTML search results, extracting titles, URLs, and snippets with built-in caching and bot detection retries.
DuckDuckGo is a lightweight MCP server designed to efficiently retrieve and process search results directly from DuckDuckGo's HTML interface. It automatically extracts key information such as titles, URLs, and snippets from each search result, providing structured data. The server enhances reliability by caching results and implementing retry mechanisms in case of bot detection, making it an ideal backend for applications and AI agents requiring consistent and structured web search data without direct browser interaction.
主な機能
010 GitHub stars
02Retries requests on bot detection
03Returns title, URL, and snippet for each result
04Searches DuckDuckGo HTML results
05Caches search results for efficiency
ユースケース
01Automating information extraction from DuckDuckGo search results.
02Integrating DuckDuckGo search into AI agents or automated systems.
03Providing structured web search data for custom applications.