MCP Web Tools (io.github.rog0x/web)
The io.github.rog0x/web MCP server provides web scraping, search, monitoring, and HTML-to-markdown capabilities for AI agents. It exposes a “clean tool interface” to extract content, query the web, check site availability, and convert HTML into markdown.
🛠️ Key Features
web_extract: Extract structured content from a URL (title, headings, paragraphs, links, images, metadata)web_search: Search the web via DuckDuckGo without an API keyweb_monitor: Check whether a site is up, measure response time, and return HTTP headershtml_to_markdown: Convert a URL or HTML into clean markdown
🚀 Use Cases
- Retrieve structured page content for agent context
- Perform web searches to support downstream reasoning
- Monitor site uptime and performance via response-time checks
- Convert web content into markdown for agent-friendly consumption
⚡ Developer Benefits
- Tool-based interface for web actions within MCP
- Supports extraction, search, monitoring, and HTML/markdown conversion workflows
⚠️ Limitations
- No API key dependency is stated for
web_search; other service requirements are not described