Markdown to HTML API
io.github.Br0ski777/markdown-to-htmlConvert markdown to clean HTML with headings, lists, code blocks. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"markdown_to_html_api": {
"url": "https://markdown-to-html-production-da89.up.railway.app/mcp",
"transport": "sse"
}
}
}