# Markdown Renderer — Styled HTML with CSS Themes

Markdown rendering API for AI agents. Convert Markdown to fully styled HTML with CSS themes: light, dark, and GitHub styles. Ready-to-embed HTML documents with responsive typography.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/markdown-renderer text_render_markdown

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

## Direct MCP Connection

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

## Tools (1)

- `text_render_markdown` — Use this when you need to convert Markdown to a fully styled HTML document with embedded CSS. Returns a complete, displ…

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