Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Pagewatch
P
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:39:21 PM

Pagewatch

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

A real browser for agents. Turn any URL into clean markdown, a PNG screenshot, or a PDF.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "pagewatch": {
      "command": "npx",
      "args": [
        "-y",
        "pagewatch"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

web access skills for agents

skills.sh

Give your agent real web access. One install, no signup forms. The agent registers its own key and starts on free credits, so the first call just works.

Three skills, one shared account:

  • screenshot-url turn any URL into a PNG or JPEG. Viewport or full page.
  • url-to-pdf save a web page, or a chunk of raw HTML, as a clean PDF.
  • url-to-markdown read any URL and get clean markdown back, JavaScript sites included.

They all run pages in a real hosted browser, so a screenshot looks like a real screenshot and a client-rendered site (React, Vue, and the rest) comes back with its actual content instead of an empty shell. Most agent runtimes have no way to take a picture of a page or print one to PDF on their own. These fill that gap in one step.

Install

Terminal
npx skills add toolshedlabs-hash/web-access-skills

That pulls in all three. Add one at a time if you prefer:

Terminal
npx skills add toolshedlabs-hash/web-access-skills/screenshot-url
npx skills add toolshedlabs-hash/web-access-skills/url-to-pdf
npx skills add toolshedlabs-hash/web-access-skills/url-to-markdown

MCP server

The same three tools (screenshot, url to pdf, web read) are also served as a hosted MCP server, so any MCP client can call them without installing the skills. It is a remote streamable-http endpoint, no local process to run.

Code
https://pagelens.dev/mcp

Point your MCP client at that URL. On the first call the server mints a trial key for the agent and returns real content, the same free-to-start flow the skills use. It is listed on the Model Context Protocol registry as dev.pagelens/pagewatch.

Use

Each skill is one bundled Python file, standard library only, no pip install. Run it from the skill directory.

bash
# screenshot
python3 screenshot.py "https://news.ycombinator.com" -o hn.png --full-page

# pdf
python3 url_to_pdf.py --url "https://example.com/report" -o report.pdf

# read as markdown
python3 url_to_markdown.py "https://example.com/some/article"

How the key works

The first time a skill runs it registers a pagewatch key for the agent and stores it under your config directory. No form, no dashboard, no API key to copy from anywhere. That key starts with a small free trial, so the very first call returns real content.

When the trial runs out the skill prints a short block asking a person to confirm one email. They open a link, enter an email, and click the button in the message we send. That releases about 200 more free credits. It is a one time step per key, it is free, and there is nothing to pay or sign up for.

The exit code tells the agent what happened without parsing text: 0 success, 3 trial used up so relay the link, 4 free credits used up, 5 the request could not complete, 6 new keys are being rate limited so wait and retry.

Pricing

Free to start. A small trial on the first run, then about 200 free reads once a human confirms one email. After that, in credits, a read costs 1, a screenshot 2, and a PDF 4. A credit is meant to be worth about half a cent, so 200 credits is roughly one dollar. Nothing can be charged today. The service is in free preview and has no payment system connected, so there is no card on file anywhere and no way to spend real money on it yet.

What it will not do

  • It obeys robots.txt. If a site disallows a path, you get an honest refusal, not a workaround.
  • It does not defeat bot walls, solve CAPTCHAs, or spoof a fingerprint. If a site refuses automated traffic, you get told that, plainly.
  • It does not reach private or internal network addresses.
  • Anything behind a login or a paywall stays there.
  • A failed or refused call costs zero credits. You pay for successful calls only.

Config

All optional, set as environment variables:

  • PAGEWATCH_BASE_URL which service to talk to. Defaults to the hosted service.
  • PAGEWATCH_TOKEN use a token directly instead of the stored one.
  • PAGEWATCH_TOKEN_FILE where the token is kept. Defaults to a file under your user config directory, readable only by you.

About

Made by toolshed, a small studio that builds tools for agents and the people who run them. Maker pen name Cal. These skills are free and MIT licensed. They call a hosted pagewatch service that meters usage with credits and is in free preview right now. Only successful calls ever draw a credit. Questions or feedback: toolshedlabs@gmail.com

Related MCP Servers

View all in Developer Tools View all alternatives
  • S
    Screenshot

    Screenshot any URL/HTML as PNG/JPEG/WebP, or read it as clean Markdown/text for LLMs.

    πŸ’» Developer Tools0 views
    Compare vs Screenshot β†’
  • P
    Pagewatch

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

    πŸ’» Developer Tools0 views
    Compare vs Pagewatch β†’
  • S
    Skim

    Read any URL as clean Markdown for AI agents. No signup, no API key.

    πŸ’» Developer Tools0 views
    Compare vs Skim β†’
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    πŸ’» Developer Tools0 views
    Compare vs Graphql β†’

Frequently Asked Questions about Pagewatch

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "pagewatch": { "command": "npx", "args": ["-y", "Pagewatch"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPagewatch AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pagewatch?style=directory)](https://allmcps.com/mcp/pagewatch)
HTML Embed
<a href="https://allmcps.com/mcp/pagewatch"><img src="https://allmcps.com/api/badge/pagewatch?style=directory" alt="Pagewatch on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Pagewatch β†’Install in Claude DesktopInstall in CursorInstall in VS Code