Skip to main content
Glama
Br0ski777

html-to-markdown-x402

by Br0ski777

HTML to Markdown API

MCP Server x402 License: MIT

Convierte HTML a Markdown limpio: elimina scripts y estilos, conserva encabezados, enlaces, listas e imágenes. Pago por llamada mediante x402 (USDC en Base L2) -- sin clave de API, sin registro, sin muro de límite de tasa.

Forma parte del marketplace klymax402 -- 100 APIs de micropago x402 para agentes de IA, una sola cartera, USDC en Base.

Inicio rápido -- MCP

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

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

Related MCP server: urltomarkdown-mcp

Inicio rápido -- HTTP (x402)

curl -X POST "https://html-to-markdown.api.klymax402.com/api/convert" \
  -H "Content-Type: application/json" \
  -d '{"html":"..."}'
# -> 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_html_to_markdown

POST

/api/convert

$0.003

Convierte HTML a Markdown

text_convert_html_to_markdown

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

Parámetros

Nombre

Tipo

Obligatorio

Descripción

html

string

contenido HTML que se convertirá en Markdown

Ejemplo de respuesta:

{"markdown":"# Hello World\n\nThis is **bold** and *italic*.\n\n[Link](https://example.com)","inputLength":156,"outputLength":68,"strippedElements":["script","style"]}

Cuándo usarlo: para convertir contenido web a un formato apto para LLMs, migrar contenido de CMS, limpiar correos HTML y preparar contenido para sistemas basados en Markdown.

No para: Markdown a HTML (usa text_convert_markdown_to_htm), web scraping (descarga + convert) (usa web_scraper_to_markdown) ni generación de PDF (usa document_generate_pdf).

Ejemplo de prompts para agentemas

  • "Convert HTML a texto Markdown limpio"

Pago


  • Protocolo: x402 -- pago por llamada nativo HTTP, sin registro, sin clave de API

  • Rede: Base L2 de transferencia (eip155:8453)

  • Activo: USDC

  • Facilitador: Coinbase CDP (principal) (principal), PayAI () de respaldo) (respald). *También alcanzable a través de ATXP (x402 envuelto en OAuth, redes)

Parte de klymax402

100 APIs x2 de micro-pago para agentes -- una cartera, USDC en Base, cero apertura de cuenta.

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

  • Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

  • Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.

  • Web reader for AI agents — output ~4x smaller than raw HTML. Card API key or x402. Free tier.

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/html-to-markdown-x402'

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