mcp-server-rag-web-browser
If you are the rightful owner of mcp-server-rag-web-browser and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Implementation of an MCP server for the RAG Web Browser Actor, enabling AI agents to perform web searches and extract information from web pages.
The Model Context Protocol (MCP) Server for the RAG Web Browser Actor is designed to facilitate fast and efficient web interactions for AI agents and large language models (LLMs). It operates locally, communicating with the RAG Web Browser Actor in Standby mode to send search queries and receive extracted web content. This server allows AI assistants to perform web searches, scrape top URLs, and fetch content from single URLs, returning the information in Markdown format. The MCP framework enables seamless integration with external tools and data sources, enhancing the capabilities of AI applications like Claude Desktop.
Features
- Local stdio-based server for direct integration with AI agents.
- Performs web searches and scrapes top N URLs, returning content in Markdown.
- Fetches single URLs and returns their content as Markdown.
- Supports multiple output formats: text, markdown, html.
- Configurable request timeout and scraping tools.
Tools
search
Query Google Search, scrape the top N URLs from the results, and returns their cleaned content as Markdown.