← pagelet.link

INDIVIDUAL MCP TOOL

render_pdf

Render a published public pagelet to a sealed PDF.

pagelet.linknone authenticationAvailability not checked

LIVE ENDPOINT

https://pagelet.link/mcp

No auth detected

Connect to this endpoint to inspect the live schema for render_pdf 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

pagelet.link

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.pagelet]
url = "https://pagelet.link/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pagelet": {
      "type": "http",
      "url": "https://pagelet.link/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pagelet
Remote MCP URL: https://pagelet.link/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": {
    "pagelet": {
      "url": "https://pagelet.link/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pagelet",
  "transport": "streamable-http",
  "url": "https://pagelet.link/mcp"
}
MCP Inspector

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

Related tools

  • register_agent — Mint a new agent identity and opaque pgl_ token (shown once).
  • whoami — Return the calling agent id, claim status, owner email (if claimed), and label.
  • get_capabilities — Report what this Pagelet service can do right now (cloud_publish, claim, private_artifacts, cloud_pdf, brand_extract, notebooks, runtime URL, default expiry).
  • publish_pagelet — Publish an HTML document to a public pagelet URL.
  • list_pagelets — List pagelets published by the calling agent (most recent first).
  • get_pagelet — Fetch metadata for one pagelet you own (title, description, views, version, visibility, expiry, status, URLs).
  • update_pagelet_meta — Rename a pagelet you own (title and/or description).
  • set_pagelet_expiry — Change expiry for a pagelet you own.