Skip to main content
Glama

Markdown MCP Server

get_page_markdown

Extract clean markdown content from web pages by removing navigation, headers, footers, and sidebars while preserving main content formatting and optional images or links.

Instructions

Extract clean markdown content from a URL. Returns only the main content without navigation, headers, footers, or sidebars.

Input Schema

NameRequiredDescriptionDefault
includeImagesNoWhether to include image references in markdown (default: true)
includeLinksNoWhether to include hyperlinks in markdown (default: true)
timeoutNoNavigation timeout in milliseconds (default: 30000)
urlYesThe URL to extract markdown from
waitForSelectorNoOptional CSS selector to wait for before extracting content

Input Schema (JSON Schema)

{ "properties": { "includeImages": { "default": true, "description": "Whether to include image references in markdown (default: true)", "type": "boolean" }, "includeLinks": { "default": true, "description": "Whether to include hyperlinks in markdown (default: true)", "type": "boolean" }, "timeout": { "default": 30000, "description": "Navigation timeout in milliseconds (default: 30000)", "type": "number" }, "url": { "description": "The URL to extract markdown from", "type": "string" }, "waitForSelector": { "description": "Optional CSS selector to wait for before extracting content", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Markdown MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vishwajeetdabholkar/markdown-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server