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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Pagewatch
Pagewatch logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 7:31:39 AM

Pagewatch

User RatingsBe the first to rate and review this MCP server! 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 Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit 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 β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pagewatch": {
      "url": "https://pagelens.dev/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

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

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ’» Developer Tools3 views
    Compare vs Openapi MCP Server β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    πŸ’» Developer Tools2 views
    Compare vs Andrea9293 MCP β†’
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    πŸ’» Developer Tools5 views
    Compare vs Next Devtools MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pagewatch

Pagewatch is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "pagewatch": { "url": "https://pagelens.dev/mcp" } }

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 β–Ύ
TransportSSE (Remote)
Last updatedJul 25, 2026
7/8 checks healthy over the last 46d
Views2
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.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 25, 2026
39Quality signal: Fair Β· 39/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 ownership10/20
Documentation & tools16/30
Adoption & activity3/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev Β· https://pagelens.dev/mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 β†’Best PDF MCP servers β†’Alternatives to Pagewatch β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients