Skip to content
Back to search
90
MCP v1.0.0 sse

Markdown to HTML API

io.github.Br0ski777/markdown-to-html

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

Uptime
0.0%
1 direct probes · 30d
Response
177ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

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. outputLengt…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "markdown_to_html_api": {
      "url": "https://markdown-to-html.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}