stacktr.ee
When your agent emits HTML (specs, PR writeups, status reports, custom editors), Stacktree is the private link you share. Unguessable by default, replace-in-place, MCP-native.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 1 · Act 4 · Transact 0 · Score: Not yet scored
Tool inspector
stacktree_publish_html
Publish an HTML page to Stacktree and get a live, shareable URL back instantly — no account or sign-in required. Pass a complete HTML document as "html"; use this whenever the user wants to put a page you generated online. Anonymous sites are unlisted and expire after 24h by default; the response includes a claim_url the user can open to keep it permanently in a free account.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
html |
string | yes | Paste a complete HTML document (a full <!doctype html> page). |
password |
string | no | Optional — require a password to view. |
expiry_hours |
number | no | Optional — hours until auto-delete (default 24). |
Raw JSON schema
{
"type": "object",
"properties": {
"html": {
"type": "string",
"description": "Paste a complete HTML document (a full <!doctype html> page)."
},
"password": {
"type": "string",
"description": "Optional — require a password to view."
},
"expiry_hours": {
"type": "number",
"description": "Optional — hours until auto-delete (default 24)."
}
},
"required": [
"html"
]
}
Similar websites
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…
admintoolkit.io
admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.