toolshedlabs-hash

pagewatch-mcp

Community toolshedlabs-hash
Updated

MCP server that gives an agent a real browser: url to markdown, screenshot a url, url to pdf. No signup.

pagewatch-mcp

An MCP server that gives an agent a real browser. Three tools:

  • read_page turns any url into clean markdown
  • screenshot returns a png of the rendered page
  • pdf turns a url or raw html into a pdf

Plus register and balance for managing your key.

It runs javascript, so it works on pages that a plain http fetch returns empty. Itrespects robots.txt and refuses sites that block automation instead of trying todefeat them.

No signup

Your first call mints a free trial key and returns real content. There is no formfor your agent to get stuck on. When the trial runs out, one email confirmation bya human unlocks 200 more free credits, still free.

Billing is metered, but there is no payment processor connected right now, sonothing is ever charged.

Install

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 callreturns real content.

Or install it yourself with pip:

pip install pagewatch-mcp
{
  "mcpServers": {
    "pagewatch": { "command": "pagewatch-mcp" }
  }
}

Already hosted

If you would rather not run anything, the same tools are live athttps://pagelens.dev/mcp as a remote MCP server.

Configuration

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.

What this package does and does not do

It is deliberately thin. Every tool is one https call to a documented /v1 routeon the pagewatch API. There is no browser, no scraping logic and no credentialstore in this package. You can read the whole thing in a couple of minutes andknow exactly what it sends and where.

Docker

docker build -t pagewatch-mcp .
docker run --rm -i pagewatch-mcp

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    livecontext-ai

    LiveContext

    The AI automation platform, self-hosted. Describe the job in chat and LiveContext builds it: readable workflows, scoped AI agents, and small apps your team uses. Chat, Workflow, Agent and App on one canvas.

    Community livecontext-ai
    timescale

    rsigma

    A complete Sigma detection engineering toolkit: parser, linter, evaluator, correlation engine, conversion framework, streaming daemon, MCP and LSP servers :crab:

    Community timescale
    Agent360dk

    Browser MCP by Agent360

    Drive your real, logged-in Chrome from any AI agent (Claude Code, Cursor, VS Code) โ€” works where headless dies. Reads emailed login codes from your Gmail, solves CAPTCHAs, 34 tools. MIT, local-only.

    Community Agent360dk
    devlint

    GitWand

    The Git client that actually resolves conflicts โ€” 10 deterministic patterns auto-resolve the trivial 95%, full trace on the rest. Native (Tauri 2 + Rust), free, MIT.

    Community devlint
    BETAER-08

    amdb

    Turn your codebase into AI context โ€” entirely on your machine. Single-binary MCP server with AST parsing, call graph, and local embeddings.

    Community BETAER-08