Description
A lightweight MCP server for web scraping that provides a simple tool to extract content from web pages using BeautifulSoup and HTTPX. The implementation features a single function that handles HTTP requests with proper headers, follows redirects, and processes the response to return clean text content from the target URL. It includes error handling to gracefully manage failed requests and connection issues. This server is ideal for AI assistants that need to retrieve and analyze text content from websites without dealing with the complexities of HTML parsing or HTTP request management.
Server Details
Added
April 21, 2025
