Are you the author? Sign in to claim
MCP server that gives an agent a real browser: url to markdown, screenshot a url, url to pdf. No signup.
mcp-name: dev.pagelens/pagewatch
An MCP server that gives an agent a real browser. Three tools:
read_page turns any url into clean markdownscreenshot returns a png of the rendered pagepdf turns a url or raw html into a pdfPlus register and balance for managing your key.
It runs javascript, so it works on pages that a plain http fetch returns empty. It respects robots.txt and refuses sites that block automation instead of trying to defeat them.
Your first call mints a free trial key and returns real content. There is no form for your agent to get stuck on. When the trial runs out, one email confirmation by a human unlocks 200 more free credits, still free.
Billing is metered, but there is no payment processor connected right now, so nothing is ever charged.
Add this to your MCP client config:
{
"mcpServers": {
"pagewatch": {
"command": "uvx",
"args": ["pagewatch-mcp"]
}
}
}
That is it. uv fetches the package on first run, and your first tool call returns real content.
Or install it yourself with pip:
pip install pagewatch-mcp
{
"mcpServers": {
"pagewatch": { "command": "pagewatch-mcp" }
}
}
If you would rather not run anything, the same tools are live at
https://pagelens.dev/mcp as a remote MCP server.
Everything is optional.
| Variable | Default | What it does |
|---|---|---|
PAGEWATCH_API_KEY | none | An existing key. Without one, the first call mints a free trial key and hands it back. |
PAGEWATCH_BASE_URL | https://pagelens.dev | Point at a different pagewatch deployment. |
PAGEWATCH_MCP_TRANSPORT | stdio | Set to http to serve streamable-http on $PORT instead. |
PAGEWATCH_SOURCE | mcp-selfhost | Attribution tag recorded when a key is registered. |
It is deliberately thin. Every tool is one https call to a documented /v1 route
on the pagewatch API. There is no browser, no scraping logic and no credential
store in this package. You can read the whole thing in a couple of minutes and
know exactly what it sends and where.
docker build -t pagewatch-mcp .
docker run --rm -i pagewatch-mcp
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows