MCP Server Fetch TypeScript

by tatn

get_markdown_summary

Extract clean Markdown from web pages by removing headers, footers, and menus, focusing solely on core content for articles, blogs, or docs.

Instructions

Extracts and converts the main content area of a web page to Markdown format, automatically removing navigation menus, headers, footers, and other peripheral content. Perfect for capturing the core content of articles, blog posts, or documentation pages.

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the web page whose main content should be extracted and converted to Markdown.

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the web page whose main content should be extracted and converted to Markdown.", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Fetch TypeScript

Related Tools

ID: iyfpvfkgyx