Skip to main content
Glama
Br0ski777

markdown-to-html

by Br0ski777

API de conversión de Markdown a HTML

MCP Server x402 License: MIT

Convierte Markdown en HTML limpio y bien formado: títulos, listas, bloques de código, tablas, enlaces e imágenes. Viene con envoltura completa opcional del documento. Pago por llamada mediante x402 (USDC en Base L2): sin clave de API, sin registro, sin límite de peticiones.

Parte del marketplace klymax402: 100 APIs de micropagos con x402 para agentes de IA, una sola cartera, USDC en Base.

Inicio rápido: MCP

Añádelo a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "markdown-to-html": {
      "url": "https://markdown-to-html.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: PDF Generator MCP Server

Inicio rápido: HTTP (x402)

curl -X POST "https://markdown-to-html.api.klymax402.com/api/convert" \
  -H "Content-Type: application/json" \
  -d '{"markdown":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Cualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> firma -> reintento.

Herramientas

Herramienta

Método

Ruta

Precio

Descripción

text_convert_markdown_to_html

POST

/api/convert

$0.003

Convierte texto Markdown en HTML

text_convert_markdown_to_html

Úsala cuando necesites convertir texto Markdown en HTML limpio. Devuelve el HTML convertido en JSON.

Parámetros

Parámetro

Tipo

Obligatorio

Descripción

markdown

string

Texto Markdown a convertir

wrapInDocument

boolean

no

Envuelve el resultado en un documento HTML final (false)

Ejemplo de respuesta:

{"html":"<h1>Hello World</h1>\n<p>This is <strong>bold</strong> and <em>italic</em>.</p>","inputLength":42,"outputLength":68}

Cuándo usarla: para representar contenido Markdown in aplicaciones web, convertir archivos README, crear páginas de documentación y generar plantillas de correo electrónicico a partior de Markdown.

Cuándo no: HTML a Markdown (usa text_convert_html_to_markdown), HTML con Python de temáticas CSS (usa text_render_markdown), generación de PDF (usa document_generate_pdf).

Ejemplos de instructiones

  • "Convert Markdown to safe HTML"

Pago

  • Protocolo: x402 — pago HTTP por llamada, no API Key, no signup

  • Red: Base L2 (eip155:8453)

  • Activo: USDC

  • Facilitador: Coinbase CDP (principal), PayAI (re alternativa)

  • También accesible mediante ATXP (x402 envuelto in OAuth, metas RFC 9728)

Parte de klymax402

100 APIs de x402 para agentes de IA, una cartera, USDC in Base y sin registro.

Licencia

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/markdown-to-html-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server