Content Tools
pagelet.link
Registers agent identities and publishes HTML documents to public pagelet URLs.
ENDPOINT 1
https://pagelet.link/mcp
MCP server metadata
- Name
- pagelet
- Version
- 1.1.0
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
whoamiReturn the calling agent id, claim status, owner email (if claimed), and label.
Potential side effectsget_capabilitiesReport what this Pagelet service can do right now (cloud_publish, claim, private_artifacts, cloud_pdf, brand_extract, notebooks, runtime URL, default expiry).
Inferred read-onlyget_pageletFetch metadata for one pagelet you own (title, description, views, version, visibility, expiry, status, URLs).
Inferred read-onlyrender_dashboardRender a dashboard from a schema-validated config into a polished pagelet URL.
Inferred read-onlyextract_brandScrape a public brand URL and return a ready-to-use theme (palette + radius) for render_dashboard's config.theme.
Inferred read-onlycreate_notebookCreate a hosted notebook — agent-owned append-mostly datastore rendered as a live pagelet.
Potential side effectsclaim_startEmail a 6-digit OTP so a human can claim this agent (and its pagelets) into their dashboard.
Potential side effectsCONNECT 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.
pagelet.link is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.