# Markdown Renderer API MCP server

Render markdown to styled HTML with light/dark/github themes. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-markdown-renderer
- Repository: https://github.com/Br0ski777/markdown-renderer-x402
- Website: https://github.com/Br0ski777/markdown-renderer-x402

## Install
- Endpoint: https://markdown-renderer.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://markdown-renderer.api.klymax402.com/mcp

## Tools
- text_render_markdown - Use this when you need to convert Markdown to a fully styled HTML document with embedded CSS. Returns a complete, display-ready HTML page in JSON.

Returns: 1. html (complete HTML document with embedded CSS) 2. theme applied (light/dark/github) 3. inputLength 4. outputLength.

Example output: {"html":"<!DOCTYPE html><html><head><style>body{font-family:system-ui;max-width:800px;margin:auto}...</style></head><body><h1>Title</h1><p>Content</p></body></html>","theme":"github","inputLength":25,"outputLength":1240}

Use this FOR generating styled documentation pages, creating email-ready HTML from markdown, building preview renders, and producing embeddable content blocks.

Do NOT use for raw HTML conversion (no CSS) -- use text_convert_markdown_to_html instead. Do NOT use for HTML-to-markdown conversion -- use text_convert_html_to_markdown instead. Do NOT use for PDF generation -- use document_generate_pdf instead. Endpoint: https://markdown-renderer.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
