← pagelens.dev

INDIVIDUAL MCP TOOL

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.

pagelens.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://pagelens.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • register — Create a pagewatch api key for yourself.