Web Search
Performs Google searches and retrieves the aggregated content of top results, providing real-time web context to client applications.
关于
This Model Context Protocol (MCP) server integrates web search capabilities into various client applications, especially those requiring up-to-date external information. It executes Google searches for a specified query, intelligently filters and identifies the top 5 non-social media results, then crawls and consolidates their content into a single string. This aggregated content can then be utilized by MCP clients, such as AI models or conversational agents, to enhance their understanding and response generation with current web-based information.
主要功能
- Performs a Google search for a given query.
- Identifies the top 5 non-social media search results.
- Crawls the content of the top results.
- Returns the crawled content as a single string.
- 1 GitHub stars
使用案例
- Providing real-time web context to AI models and conversational agents.
- Integrating dynamic web search and content retrieval into MCP client applications.
- Automating the collection of information from search engine results for analysis or processing.