← All WebMCP sites

stacktr.ee

Developer Toolshttps://stacktr.ee/listed as of 2026-08-01
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.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 60/100 (C).

Tools

stacktree_publish_htmlactimperative
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.
Input 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"
  ]
}
stacktree_open_dashboardactimperative
Open the Stacktree dashboard so the user can sign in and manage their published sites.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
stacktree_view_pricinganswerimperative
Navigate to the Stacktree pricing page.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
stacktree_view_docsactimperative
Navigate to the Stacktree documentation, including the REST API and MCP server reference.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
stacktree_copy_install_commandactimperative
Copy the Stacktree CLI install command to the clipboard so the user can publish a folder from their terminal.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
Listings are sourced from public community registries and shown as reported.