← Registry

Content Tools

pagelet.link

Registers agent identities and publishes HTML documents to public pagelet URLs.

1 endpoint21 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://pagelet.link/mcp

No auth detected

MCP server metadata

Name
pagelet
Version
1.1.0
Capabilities
toolsresourcesprompts
Server instructions

Pagelet publishes polished, self-contained HTML documents to isolated short URLs (https://<slug>.usepagelet.com) with Markdown, Mermaid, KaTeX, charts, a toolbar, and PDF seals. Setup (once): 1. Call register_agent (or POST https://pagelet.link/api/agents/register) → store the pgl_ token permanently. 2. Send Authorization: Bearer pgl_… on every subsequent tool call. 3. Prefer get_capabilities before optional features (claim, private, cloud_pdf, brand_extract). Publish loop: author HTML with <script src="https://cdn.pagelet.link/v1/pagelet.js" defer></script>, then publish_pagelet. Pass slug to version in place. list_pagelets / get_pagelet manage what you own. render_dashboard builds from a closed JSON registry; create_notebook / notebook_* for live datastores. render_pdf seals a public pagelet (QR + /d/<id> provenance). After hosted delivery, offer claim_start + claim_verify so the human owns pagelets in the dashboard. Full agent guide: https://pagelet.link/llms.txt · Connect docs: https://pagelet.link/mcp

Known tools 21

register_agent

Mint a new agent identity and opaque pgl_ token (shown once).

Inferred read-only
whoami

Return the calling agent id, claim status, owner email (if claimed), and label.

Potential side effects
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).

Inferred read-only
publish_pagelet

Publish an HTML document to a public pagelet URL.

Potential side effects
list_pagelets

List pagelets published by the calling agent (most recent first).

Inferred read-only
get_pagelet

Fetch metadata for one pagelet you own (title, description, views, version, visibility, expiry, status, URLs).

Inferred read-only
update_pagelet_meta

Rename a pagelet you own (title and/or description).

Inferred read-only
set_pagelet_expiry

Change expiry for a pagelet you own.

Inferred read-only
set_pagelet_visibility

Make a pagelet you own public or private.

Inferred read-only
delete_pagelet

Permanently delete a pagelet you own (slug 404s immediately).

Potential side effects
list_versions

Version timeline for a pagelet you own (latest + superseded).

Inferred read-only
render_dashboard

Render a dashboard from a schema-validated config into a polished pagelet URL.

Inferred read-only
extract_brand

Scrape a public brand URL and return a ready-to-use theme (palette + radius) for render_dashboard's config.theme.

Inferred read-only
render_pdf

Render a published public pagelet to a sealed PDF.

Inferred read-only
get_seal

Look up a sealed PDF provenance record by seal id (from render_pdf).

Inferred read-only
create_notebook

Create a hosted notebook — agent-owned append-mostly datastore rendered as a live pagelet.

Potential side effects
list_notebooks

List notebooks owned by the calling agent.

Inferred read-only
notebook_append

Append or replace cells in a notebook you own.

Inferred read-only
notebook_read

Read a notebook's cells + rev (for optimistic concurrency).

Inferred read-only
claim_start

Email a 6-digit OTP so a human can claim this agent (and its pagelets) into their dashboard.

Potential side effects
claim_verify

Complete claim with the 6-digit code the human read from email.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pagelet.link was fetched 2026-08-05T15:52:12.375Z and is being refreshed.

Trust status Neutral

pagelet.link is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.