
Markdown Renderer API
Preview READMEs, changelogs, and in-app help as styled HTML with light, dark, or GitHub-like themes from the agent.
Overview
Markdown Renderer is a Build-phase MCP server that converts markdown to themed HTML (light, dark, github) over remote SSE with x402 micropayment.
What is this MCP server?
- Render markdown source to styled HTML through MCP
- Three visual themes: light, dark, and github
- Remote SSE at markdown-renderer.api.klymax402.com
- x402 micropayment for hosted renders
- Version 1.1.0 on MCP server.schema.json 2025-12-11
- 3 render themes: light, dark, github
- 1 remote SSE MCP endpoint
What problem does it solve?
Checking how markdown looks in a real theme inside the agent is tedious when you only have raw source in the repo.
Who is it for?
Builders iterating on READMEs, release notes, or in-app markdown who want quick themed HTML from the agent.
Skip if: Production static-site pipelines that need full MDX, custom CSS systems, or zero per-call API cost.
What do I get? / Deliverables
You get styled HTML previews aligned to common doc themes so formatting issues surface before merge or publish.
- Styled HTML snippets from markdown input
- Theme-specific previews (light, dark, github) for doc review
Recommended MCP Servers
Journey fit
How it compares
MCP render preview, not a static-site generator or agent writing skill.
Common Questions / FAQ
Who is markdown-renderer for?
Solo builders and doc-heavy projects using MCP agents to validate markdown appearance before shipping docs or marketing pages.
When should I use markdown-renderer?
Use it while writing or reviewing markdown when you need themed HTML output to catch layout and emphasis issues early.
How do I add markdown-renderer to my agent?
Add remote MCP URL https://markdown-renderer.api.klymax402.com/mcp (SSE) in your client config and configure x402 payment for the hosted API.