A simple MCP (Model Context Protocol) server that provides tools for converting web content to Markdown format.
Overview
what is go_mcp_server_mdurl?
go_mcp_server_mdurl is a simple MCP (Model Context Protocol) server that provides tools for converting web content to Markdown format.
how to use go_mcp_server_mdurl?
To use go_mcp_server_mdurl, run the server and access the provided tools via the server URL. You can extract content from a URL and convert it to Markdown format.
key features of go_mcp_server_mdurl?
- Extracts main article content from a URL and converts it to Markdown.
- Converts entire HTML content from a URL to Markdown.
use cases of go_mcp_server_mdurl?
- Converting blog posts to Markdown for easier editing.
- Preparing web content for static site generators that use Markdown.
- Archiving web articles in a Markdown format for better readability.
FAQ from go_mcp_server_mdurl?
- What is the server URL?
The server URL is
http://127.0.0.1:8888/sse.
- What tools are available?
The available tools are
markdown_content_of_urlandmarkdown_all_html_of_url.