SapienEx-AI/urltomarkdown-mcp
MCP server for converting URLs and HTML to clean Markdown
[](https://www.npmjs.com/package/urltomarkdown-mcp) [](https://opensource.org/licenses/MIT)
An MCP server that converts URLs and raw HTML to clean Markdown. Built on top of urltomarkdown.
Give any MCP-compatible AI assistant the ability to read web pages — just point it at a URL and get structured Markdown back, ready for summarization, analysis, or ingestion into your workflow.
convert_url_to_markdownFetches a URL and converts the web page to clean Markdown.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | url | string (URL) | yes | - | URL to fetch and convert | | inline_title | boolean | no | true | Prepend page title as H1 | | ignore_links | boolean | no | false | Strip hyperlinks | | readability | boolean | no | true | Use Readability for cleaner output |
convert_html_to_markdownConverts raw HTML to clean Markdown (no network request needed).
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | html | string | yes | - | Raw HTML to convert | | url | string (URL) | no | - | Source URL for relative links and domain filters | | inline_title | boolean | no | true | Prepend page title as H1 | | ignore_links | boolean | no | false | Strip hyperlinks | | readability | boolean | no | true | Use Readability for cleaner output |
Loading reviews...