About
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
- Converts the entire HTML content from a URL to Markdown.
- 0 GitHub stars
- Extracts main article content from a URL and converts it to Markdown.
- Simple MCP server implementation.
Use Cases
- Web scraping and data collection for Markdown-based analysis.
- Automated content extraction and conversion for documentation.
- Creating Markdown versions of online articles for offline reading.