Converts web content to Markdown using a simple MCP server.
This tool is a simple Model Context Protocol (MCP) server built in Go that provides functionality to convert web content into Markdown format. It offers two primary tools: one to extract and convert the main article content from a given URL to Markdown, and another to convert the entire HTML content of a URL to Markdown. This allows users to easily transform online information into a more readable and manageable format.
Key Features
01Converts the entire HTML content from a URL to Markdown.
020 GitHub stars
03Extracts main article content from a URL and converts it to Markdown.
04Simple MCP server implementation.
Use Cases
01Web scraping and data collection for Markdown-based analysis.
02Automated content extraction and conversion for documentation.
03Creating Markdown versions of online articles for offline reading.