Skip to content
Back to search
90
MCP live v1.0.1 sse

HTML to Markdown API

io.github.Br0ski777/html-to-markdown

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

Uptime
50.0%
4 probes
Response
37ms
last probe
Tools
1
callable

Tools · 1

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 (…

How to use

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

{
  "mcpServers": {
    "html_to_markdown_api": {
      "url": "https://html-to-markdown-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}