HTML to Markdown MCP Server✓
io.github.sunshad0w/html2md · v0.3.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.sunshad0w/html2md",
"description": "Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.",
"title": "HTML to Markdown MCP Server",
"repository": {
"url": "https://github.com/sunshad0w/html2md-mcp",
"source": "github"
},
"version": "0.3.0",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/sunshad0w/html2md-mcp",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}