Performs web searches using DuckDuckGo and generates AI-powered summaries with Google's Gemini AI.
Web-Scout is a versatile FastAPI application designed to enhance information retrieval by combining traditional web search with advanced AI summarization. It leverages DuckDuckGo for comprehensive web searching and employs Google's Gemini 2.5 Flash AI to distill vast amounts of information into concise summaries or detailed analyses. Beyond its direct API access, Web-Scout also functions as an MCP (Model Context Protocol) server, enabling AI assistants and other tools to seamlessly integrate powerful, context-aware web search capabilities into their workflows.
Key Features
010 GitHub stars
02MCP (Model Context Protocol) support over HTTP
03Web search using DuckDuckGo
04AI summarization using Gemini 2.5 Flash
05Two output modes: Summary and Detailed analysis
06Docker & Docker Compose ready
Use Cases
01Integrate web search and AI summarization into AI assistants like Claude Desktop or Roo.
02Generate AI-powered summaries or detailed analyses of web search results for various applications.
03Provide a robust, API-driven web search tool for custom development projects.