# Pagewatch MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/dev-pagelens-pagewatch
- Repository: https://github.com/toolshedlabs-hash/pagewatch-mcp
- Website: https://pagelens.dev

## Install
- Command: `npx -y pagewatch-mcp`
- Endpoint: https://pagelens.dev/mcp
- Auth: Not captured

## Setup notes
- Package: Npm pagewatch-mcp v0.1.0
- Environment variable: PAGEWATCH_API_KEY (secret)
- Environment variable: PAGEWATCH_BASE_URL (default https://pagelens.dev)
- Package: Pypi pagewatch-mcp v0.1.1
- Environment variable: PAGEWATCH_API_KEY (secret)
- Environment variable: PAGEWATCH_BASE_URL (default https://pagelens.dev)
- Remote endpoint: https://pagelens.dev/mcp

## Tools
- 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.txt and refuses sites that block
        automation rather than trying to defeat them. Pass api_key if you already have
        a pagewatch key, otherwise a free trial key is created for you on the first
        call and returned in the response.

        url: the page to read (http or https).
        api_key: an existing pagewatch bearer token, optional.
        wait_for_selector: css selector to wait for before reading, optional.
        scroll: scroll the page to trigger lazy-loaded content, optional.
         Endpoint: https://pagelens.dev/mcp
- 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 hidden so the shot shows the page. Respects
        robots.txt. Pass api_key if you have a pagewatch key, otherwise a free trial
        key is created for you and returned.

        url: the page to capture.
        api_key: an existing pagewatch bearer token, optional.
        full_page: capture the entire scrollable page, not just the viewport.
        width, height: viewport size in pixels.
        format: png or jpeg.
        wait_for_selector: css selector to wait for before capturing, optional.
         Endpoint: https://pagelens.dev/mcp
- 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 pagewatch key, otherwise a free trial key is
        created for you and returned.

        url: the page to convert, optional.
        html: raw html to convert, optional (provide url or html, not both).
        api_key: an existing pagewatch bearer token, optional.
        paper: A4, Letter, Legal or A3.
        landscape: landscape orientation.
         Endpoint: https://pagelens.dev/mcp
- 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 right away. When the trial runs out, hand
        the returned verification_uri_complete to your human, who confirms one email
        to unlock 200 more free credits (still free, nothing to pay). Reuse the token
        by passing it as api_key, or set it as Authorization: Bearer <token> on this
        server. Nothing is ever charged: pagewatch has no payment processor connected.

        label: a short name for this key, optional.
        purpose: why you want web access, shown to your human on the activation page.
         Endpoint: https://pagelens.dev/mcp
- 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 you did not configure an Authorization header.

        api_key: an existing pagewatch bearer token, optional.
         Endpoint: https://pagelens.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.pagelens
- Version: 0.2.3
- Runtime: Npm, Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 25, 2026
- Source: https://registry.modelcontextprotocol.io
