ScrAPI MCP Server is a specialized web scraping solution that enables AI assistants to extract content from websites that employ bot detection, captchas, or geolocation restrictions. Developed by DevEnterprise Software, this TypeScript implementation provides two core tools: one for retrieving content as HTML for advanced parsing needs, and another for Markdown output when text content is the priority. The server leverages residential proxies and automated captcha solving capabilities through the ScrAPI service, making it particularly valuable for AI systems that need to access otherwise restricted web content for research, data collection, or information retrieval tasks.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Use a URL to scrape a website using the ScrAPI service and retrieve the result as HTML. Input: url (string). Returns: HTML content of the URL.
Use a URL to scrape a website using the ScrAPI service and retrieve the result as Markdown. Input: url (string). Returns: Markdown content of the URL.