Pagemd

Read any public web page as clean Markdown for LLMs, with its metadata. Paid per call, x402.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
100%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~189Tokens (tool definitions)
~540 BTypical response size
Minimal attention impact (0.15% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "pagemd": {
      "url": "https://pagemd.kaneky.dev/mcp"
    }
  }
}

Remote endpoints

https://pagemd.kaneky.dev/mcpstreamable-http

What it can do

Tool inventory

Tools (1)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢read_page(url)

Read a public web page as clean Markdown for an LLM: the main content only (navigation, footers, sidebars, cookie banners, forms and comments removed), with headings, lists, GFM tables, code blocks, and links and images as absolute URLs. Also returns the title, canonical and final URL, language, byline and published date when the page states them, the meta/OpenGraph description, every JSON-LD block, and a word count. Markdown is capped at 60,000 characters (truncated flag). JavaScript is never run: a client-rendered page with no server HTML content is refused and not charged.

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "description": "The page: any public http or https address serving HTML.",
      "format": "uri",
      "maxLength": 2048,
      "type": "string"
    }
  },
  "required": [
    "url"
  ]
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded1 tools