#
MarkdownHQ
MCP Server · 5 tools available

Web Markdown,
Instantly.

Scrape pages to markdown, batch scrape, extract tables, convert PDFs, and capture screenshots — all via MCP.

Input index.html
<h1>Hello World</h1> <p>A paragraph with <a href="/">a link</a></p> <ul> <li>Item one</li> <li>Item two</li> </ul>
Output page.md
# Hello World A paragraph with [a link](/) - Item one - Item two

Five tools. One server.

Each tool is purpose-built for a specific content extraction task. Call them individually or chain them together.

tool.1
scrape_page
Extract clean, readable markdown from any URL. Strips nav, ads, and boilerplate — keeps the content.
url: string markdown
tool.2
batch_scrape
Scrape multiple URLs at once. Pass an array, get back an array of clean markdown documents.
urls: string[] markdown[]
tool.3
extract_tables
Pull structured tables from any web page and return them as well-formatted markdown tables.
url: string table[]
tool.4
pdf_to_markdown
Convert PDF documents to clean, structured markdown. Preserves headings, lists, and formatting.
url: string markdown
tool.5
screenshot_page
Capture a visual snapshot of any web page with optional text extraction for accessibility.
url: string image + text

Three steps. Zero config.

Add the MCP server, call a tool, get markdown back. That simple.

01

Input URL

Pass any web page URL, PDF link, or list of URLs to the appropriate tool.

02

Process

MarkdownHQ fetches, parses, and extracts clean content — stripping noise automatically.

03

Get Markdown

Receive structured, readable markdown ready for docs, LLMs, or your content pipeline.

Built for builders.

Whether you are shipping docs, training models, or automating content — MarkdownHQ fits in.

>_

Developers

Scrape API docs, changelogs, and reference pages into markdown for your tooling.

##

Content Teams

Convert competitor pages, research articles, and web content into editable markdown drafts.

/**

Documentation Writers

Pull existing web content into your docs pipeline. Migrate HTML docs to markdown in bulk.

{ }

AI Training Data

Generate clean markdown corpora from web sources for fine-tuning and RAG pipelines.

One line to connect.

Add MarkdownHQ to any MCP-compatible client. No API keys. No SDK installs.

// Quick Start

Add the server config to your MCP client settings and start calling tools immediately.

  • Works with Claude Desktop, Cursor, Windsurf
  • No authentication required for free tier
  • 5 tools available out of the box
  • Responses in clean markdown format
  • Pay-per-use with no minimums
mcp_config.json
{
  "mcpServers": {
    "markdownhq": {
      "url": "https://markdownhq.xpay.sh/mcp"
    }
  }
}

Convert anything to Markdown.

Start scraping pages, extracting tables, and converting PDFs in seconds.

Get Started →