# Markdown to HTML API MCP server

Convert markdown to clean HTML with headings, lists, code blocks. x402 micropayment.

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

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

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

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

Returns: 1. html (converted HTML string) 2. inputLength (character count of markdown) 3. outputLength (character count of HTML) 4. elements detected (headings, lists, code blocks, tables, links, images).

Example output: {"html":"<h1>Hello World</h1>\n<p>This is <strong>bold</strong> and <em>italic</em>.</p>","inputLength":42,"outputLength":68}

Use this FOR rendering markdown content in web apps, converting README files, building documentation pages, and email template generation from markdown.

Do NOT use for HTML to markdown -- use text_convert_html_to_markdown instead. Do NOT use for styled HTML with CSS themes -- use text_render_markdown instead. Do NOT use for PDF generation -- use document_generate_pdf instead. Endpoint: https://markdown-to-html.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
