# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/html-to-markdown

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/html-to-markdown

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/html-to-markdown text_convert_html_to_markdown

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/html-to-markdown <tool-name>
```
