# HTML to Markdown API MCP server

Convert HTML to clean markdown. Strips scripts and styles. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-html-to-markdown
- Repository: https://github.com/Br0ski777/html-to-markdown-x402
- Website: https://github.com/Br0ski777/html-to-markdown-x402

## Install
- Endpoint: https://html-to-markdown.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://html-to-markdown.api.klymax402.com/mcp

## Tools
- text_convert_html_to_markdown - Use this when you need to convert HTML to clean Markdown text. Returns the converted markdown in JSON.

Returns: 1. markdown (converted text) 2. inputLength (character count of HTML) 3. outputLength (character count of markdown) 4. strippedElements (scripts, styles, iframes removed).

Example output: {"markdown":"# Hello World\n\nThis is **bold** and *italic*.\n\n[Link](https://example.com)","inputLength":156,"outputLength":68,"strippedElements":["script","style"]}

Use this FOR converting web content to LLM-friendly format, migrating CMS content, cleaning up HTML emails, and preparing content for markdown-based systems.

Do NOT use for markdown to HTML -- use text_convert_markdown_to_html instead. Do NOT use for web scraping (fetching + converting) -- use web_scrape_to_markdown instead. Do NOT use for PDF generation -- use document_generate_pdf instead. Endpoint: https://html-to-markdown.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
