Markdown to HTML — Headings, Code, Tables
https://server.smithery.ai/axel-belfort/markdown-to-html/mcp
● healthy
Markdown to HTML converter API for AI agents. Convert Markdown to clean HTML with headings, lists, code blocks, tables, links, and images. Optional full document wrapping with DOCTYPE. Tools: text_convert_markdown_to_html. Use this for rendering Markdown content in web UIs, email templates, or document generation. IMPORTANT: For styled HTML with CSS themes, use text_render_markdown instead. Returns: {html, wordCount}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/markdown-to-html/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/markdown-to-html/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/markdown-to-html-x402