This MCP server, developed by Apify, provides a web browsing interface for large language models and RAG pipelines. Built in JavaScript, it integrates with the RAG Web Browser Actor on the Apify platform to enable AI assistants to perform web searches, scrape content from top results, and fetch individual URLs. The implementation stands out by returning cleaned web content as Markdown and offering flexible search result limits. By connecting AI models with real-time web data, this server allows AI systems to access up-to-date information, analyze online content, and provide web-informed responses. It is particularly useful for scenarios like research tasks, content summarization, and building AI assistants that can leverage current web information to enhance their knowledge and capabilities.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Query Google Search, scrape the top N URLs from the results, and returns their cleaned content as Markdown. Arguments: query (string, required), maxResults (number, optional), scrapingTool (string, optional), outputFormats (array, optional), requestTimeoutSecs (number, optional)