Pagemd
Read any public web page as clean Markdown for LLMs, with its metadata. Paid per call, x402.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (1)
🟢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
Evidence