MCP Access Server

get-webpage-markdown

Parses a web page into Markdown and returns it

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the web page to parse

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL of the web page to parse", "type": "string" } }, "required": [ "url" ], "type": "object" }