mcp-webresearch-stealthified

mcp-webresearch-stealthified

3.3

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

  1. search_google

    Performs Google searches and extracts results. Arguments: { query: string }

  2. visit_page

    Visits a webpage and extracts its content. Arguments: { url: string, takeScreenshot?: boolean }

  3. take_screenshot

    Takes a screenshot of the current page. No arguments required.