Simple Document Processing MCP Server

html_to_markdown

Convert HTML to Markdown format

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input HTML file
outputDirYesDirectory where Markdown file should be saved

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input HTML file", "type": "string" }, "outputDir": { "description": "Directory where Markdown file should be saved", "type": "string" } }, "required": [ "inputPath", "outputDir" ], "type": "object" }
ID: pb9df6lnel