Converts Markdown into clean HTML through an MCP endpoint with optional full-document wrapping and x402 USDC payments.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Markdown to HTML API.
text_convert_markdown_to_htmlConvert markdown text to HTML
markdownMarkdown text to convert
wrapInDocumentWrap output in full HTML document (default: false)
The Markdown to HTML API MCP server accepts Markdown text and returns converted HTML in JSON. Its supported Markdown output includes headings, lists, code blocks, tables, links, and images. The result can either be an HTML fragment or, when requested, a complete HTML document.
The service is intended for workflows that need to render or publish Markdown-derived content. Suitable examples include preparing README content for a web page, generating documentation pages, rendering Markdown in an application, and creating email-template markup. It does not provide HTML-to-Markdown conversion, CSS theme rendering, or PDF generation.
The server is hosted at https://markdown-to-html.api.klymax402.com/mcp and can be added to an MCP client as a remote server URL. The exposed MCP tool is text_convert_markdown_to_html.
A tool call requires a markdown string. The optional wrapInDocument boolean controls whether the returned HTML is wrapped in a full document; its default is false. Responses include the generated HTML along with the input and output lengths.
The same conversion service is available over HTTP at /api/convert using a POST request with a JSON body. An unpaid request receives an HTTP 402 response containing an x402 payment challenge. An x402-aware client can complete the payment and retry the request.
text_convert_markdown_to_html provides one conversion operation:
markdown โ required Markdown text to convert.wrapInDocument โ optional boolean that requests a full HTML document instead of only converted content.The documented price is $0.003 per call. Payments use the x402 protocol with USDC on Base L2, identified as eip155:8453. The README states that the service does not require an API key or signup. It also identifies Coinbase CDP as the primary payment facilitator and PayAI as a fallback.
Add the hosted MCP URL to the client configuration. For Claude Desktop or Cursor, the server entry uses the url field and does not require a local command or package installation:
The README also lists ElizaOS as an MCP client example. For direct HTTP use, send JSON with a markdown property to https://markdown-to-html.api.klymax402.com/api/convert; payment handling must support x402.
This Markdown to HTML API MCP server is a paid, pay-per-call service rather than a free local utility. Calls require an x402-compatible payment flow and USDC on Base L2, even though no API key or account signup is required. The supplied material does not document options for custom CSS, themes, PDF output, or conversion in the opposite direction.
The service is licensed under MIT. Its documented MCP endpoint is remote, so local execution details, environment variables, and a self-hosted installation command are not provided.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/markdown-to-html-api)<a href="https://allmcps.com/mcp/markdown-to-html-api"><img src="https://allmcps.com/api/badge/markdown-to-html-api?style=directory" alt="Markdown to HTML API on AllMCPs" /></a>