Markdownify MCP Server

webpage-to-markdown

Convert a webpage to markdown

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the webpage to convert

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the webpage to convert", "type": "string" } }, "required": [ "url" ], "type": "object" }