mcp-webresearch-stealthified
If you are the rightful owner of mcp-webresearch-stealthified 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.
A Model Context Protocol (MCP) server for web research, enabling real-time information retrieval and research capabilities within Claude.
The MCP Web Research Server is designed to enhance the research capabilities of Claude by integrating real-time web search and content extraction functionalities. This server allows users to perform Google searches without encountering CAPTCHA blocks, extract webpage content, track research sessions, and capture screenshots. It is particularly useful for users who need to conduct thorough web research and want to keep track of their research activities. The server is compatible with the Claude Desktop app and requires Node.js for installation. It provides a seamless experience by automatically starting the web research MCP server when needed, allowing users to focus on their research tasks without technical interruptions.
Features
- Google search integration without CAPTCHA blocks
- Webpage content extraction
- Research session tracking
- Screenshot capture
Tools
search_google
Performs Google searches and extracts results. Arguments: { query: string }
visit_page
Visits a webpage and extracts its content. Arguments: { url: string, takeScreenshot?: boolean }
take_screenshot
Takes a screenshot of the current page. No arguments required.