html-to-markdown-x402
HTML to Markdown API
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 bodyCualquier 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 |
| POST |
| $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 |
| string | sí | 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.
Catálogo: https://klymax402.com/llms.txt
API completa: https://klymax402.com/llms-full.txt
Estadísticas en directo: https://klymax402.com/stats
Licencia
MIT
This server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenancePay-per-use clean web reader for AI agents. URL in, markdown plus metadata out, in milliseconds. Settled per-call in USDC over x402 — no signup, no API keys.1852MIT
- AlicenseAqualityDmaintenanceConverts URLs and raw HTML to clean Markdown, enabling AI assistants to read web pages for summarization, analysis, or ingestion.2171MIT
- AlicenseNot gradedqualityCmaintenanceEnables extracting clean Markdown from any webpage by paying $0.005 USDC per call via the x402 protocol, with automatic wallet-based payment settlement.14MIT
- AlicenseNot gradedqualityBmaintenanceRenders Markdown to styled HTML with CSS themes (light, dark, GitHub) via pay-per-call x402 micropayments. No API key or signup required.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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