← pagelet.link
INDIVIDUAL MCP TOOL
claim_verify
Complete claim with the 6-digit code the human read from email.
LIVE ENDPOINT
https://pagelet.link/mcp
Connect to this endpoint to inspect the live schema for claim_verify 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 suggests sending messages.
Parent server
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.