HTML to Markdown API
io.github.Br0ski777/html-to-markdownConvert HTML to clean markdown. Strips scripts and styles. x402 micropayment.
Tools · 1
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 (…
Similar MCP servers embedding-nearest
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"
}
}
}