Fetch any webpage and convert it into clean Markdown for AI workflows.
This MCP tool appears narrowly scoped to fetching arbitrary URLs and returning cleaned Markdown; it requires no credentials and is listed in the official registry with open-source code, with no clear high-risk red flags in the provided materials. However, it does contact a remote service and has code-execution capability on the host, so network egress, execution, and data-boundary aspects still warrant caution.
The materials state that no keys or environment variables are required, and there is no indication that API keys, account tokens, or local secrets must be provided; credential exposure risk appears low.
The tool connects to the declared remote endpoint webscrape-mcp.onrender.com, and its stated function is to fetch arbitrary URLs, which implies that user-supplied target URLs and related request content may be sent to that service. No extra egress endpoints beyond the declared function are evident, but the remote mediation creates normal data-egress considerations.
System checks indicate it has executes-code capability, meaning the MCP service or related code runs in the local environment; this is a standard property for this type of tool. The provided materials do not show requests for unusual system privileges or clearly unrelated high-risk operations.
Based on the description, its primary data access should be limited to user-specified web content that is converted into Markdown; there is no explicit statement that it broadly reads local files, writes to sensitive paths, or requests data access beyond the scraping use case. Because it runs locally and documentation is sparse, least-privilege use is still advisable.
Positive factors include listing in the official registry, an auditable open-source repository, and updates within the last year. Caution remains because the README is absent, the license is not declared, and community adoption is very low (0 stars), so while auditability exists, ecosystem validation is still limited.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.carrasquelalex1/webscrape-mcp" MCP server from askskill: Run: claude mcp add --transport http 'io-github-carrasquelalex1-webscrape-mcp' 'https://webscrape-mcp.onrender.com'
Fetch this webpage and return clean Markdown, removing navigation, ads, and footer: https://example.com/blog-post
Clean Markdown containing only the main article content, ready for summarization or further analysis.
Fetch this API documentation page and convert it to structured Markdown, preserving headings, paragraphs, code blocks, and lists: https://example.com/docs/api
Structured Markdown documentation suitable for AI reading, Q&A, or knowledge base ingestion.
Fetch this competitor landing page and output Markdown, preserving feature descriptions, pricing details, and customer stories: https://example.com/competitor
Page content in analyzable text form, helping identify messaging, pricing, and positioning.
Fetch web pages and extract clean readable Markdown for analysis and reuse.
Fetch, render, and extract readable web content into clean Markdown outputs.
Fetch web pages as clean Markdown or screenshots for AI-ready context.
Lets agents extract clean web text and send full HTTP requests efficiently.
Fetch web pages as markdown for LLM reading, analysis, and automation.
Fetch web pages as Markdown for compliant collection, processing, and analysis.