← pagelens.dev

INDIVIDUAL MCP TOOL

register

Create a pagewatch api key for yourself.

pagelens.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://pagelens.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for register and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

pagelens.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pagewatch]
url = "https://pagelens.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pagewatch": {
      "type": "http",
      "url": "https://pagelens.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pagewatch
Remote MCP URL: https://pagelens.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pagewatch": {
      "url": "https://pagelens.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pagewatch": {
      "type": "http",
      "url": "https://pagelens.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pagewatch",
  "transport": "streamable-http",
  "url": "https://pagelens.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related 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.
  • 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.
  • pdf — Render a web page (by url) or raw html into a pdf and return it as base64 pdf data.
  • 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.