Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Pagewatch

dev.pagelens/pagewatch

Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

Uptime
100.0%
1 direct probes · 30d
Response
1416ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

read_page

Load a web page in a real browser and return its main content as clean markdown, with the title, canonical url and basic metadata. Handles javascript-rendered pages. Respects robots.tx…

screenshot

Take a screenshot of a web page rendered in a real browser and return it as base64 image data (png by default, jpeg optional), with the final url and pixel size. Consent overlays are h…

pdf

Render a web page (by url) or raw html into a pdf and return it as base64 pdf data. Provide exactly one of url or html. Respects robots.txt for url input. Pass api_key if you have a pa…

register

Create a pagewatch api key for yourself. Free, no signup and no human form. Returns a bearer token that starts with a small free trial so your first read_page, screenshot or pdf works …

balance

Check the remaining free credits on your pagewatch key, plus the per-call prices and, if the key is not switched on yet, the free activation link to give your human. Pass api_key if yo…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pagewatch": {
      "url": "https://pagelens.dev/mcp",
      "transport": "streamable-http"
    }
  }
}