HTML to Markdown — Clean Conversion, Scripts Stripped
HTML to Markdown converter API for AI agents. Convert HTML to clean Markdown: strips scripts, styles, and tracking, preserves headings, links, lists, images, and tables.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/html-to-markdown
# Browse available tools
npx -y smithery tool list axel-belfort/html-to-markdown
# Get full schema for a tool
npx -y smithery tool get axel-belfort/html-to-markdown text_convert_html_to_markdown
# Call a tool
npx -y smithery tool call axel-belfort/html-to-markdown text_convert_html_to_markdown '{}'Direct MCP Connection
Endpoint: https://html-to-markdown--axel-belfort.run.tools
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.
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/html-to-markdown