# Markdown to HTML — Headings, Code, Tables

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.

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/markdown-to-html text_convert_markdown_to_html '{}'
```

## Direct MCP Connection

Endpoint: `https://markdown-to-html--axel-belfort.run.tools`

## Tools (1)

- `text_convert_markdown_to_html` — Use this when you need to convert Markdown text to clean HTML. Returns the converted HTML in JSON.

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