Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Stacktree.
publish_htmlPublish HTML; returns `{ url, id, expires_at, ... }`. Pass `client` to file it under a client space.
update_siteReplace the HTML of an existing site in place; URL is preserved.
get_siteRead a site's current HTML source β edit it, then `update_site`.
set_passwordAdd or clear a passcode gate. Works on every plan.
set_expirySet hours-from-now expiry, or `null` for never. Clamped to the plan ceiling.
set_email_gateRestrict viewers to an email domain (one-time magic-link verify). Paid plans only.
MCP server for stacktr.ee. Publish HTML artifacts from any MCP client (Claude Desktop, Claude Code, Cursor, Continue, etc).
If you have a coding agent open, hand it this line and it does the rest β installs, verifies the connection, and learns the tool surface:
Works in any agent that can fetch a URL. The instructions are plain Markdown; read them first if you like.
Add to your MCP client config:
Generate an API key at https://app.stacktr.ee.
This is the stdio bridge, for clients that cannot speak streamable HTTP.
If yours can, connect straight to the hosted server at
https://api.stacktr.ee/mcp β it exposes the same 28 tools and takes the same
key:
No browser and no OAuth flow is required to do that: an stk_live_ key is a
valid credential on the MCP endpoint, exactly as it is on the REST API. OAuth
2.1 with Dynamic Client Registration is also accepted, for connectors acting on
behalf of a signed-in human; session cookies are refused. Send one credential.
No key, and no human to ask? POST https://api.stacktr.ee/provision buys one
over x402. A human nearby but no browser? POST https://api.stacktr.ee/api-keys/device-code, print the returned
verification_url_complete for them, and poll
/api-keys/device-code/poll until it returns the key (RFC 8628).
| Tool | What it does |
|---|---|
publish_html | Publish HTML; returns { url, id, expires_at, ... }. Pass client to file it under a client space. |
update_site | Replace the HTML of an existing site in place; URL is preserved. |
get_site | Read a site's current HTML source β edit it, then update_site. |
set_password | Add or clear a passcode gate. Works on every plan. |
set_expiry | Set hours-from-now expiry, or null for never. Clamped to the plan ceiling. |
set_email_gate | Restrict viewers to an email domain (one-time magic-link verify). Paid plans only. |
set_client_feedback | Let the people you send a page to comment on it (words, images, video) and react, with no account. |
set_agentation | Older developer mark-up toolbar. Prefer set_client_feedback. |
list_sites | List sites owned by this API key. Paged (has_more + cursor); filter with client. |
delete_site | Take a page down. The link dies at once; the content is kept 30 days, then destroyed. |
restore_site | Put a deleted or expired page back at the same URL, inside those 30 days. |
claim_site | Adopt a page published without an account, using its claim_token. Same URL; a claim counts as a publish. |
get_content | Read a page back as html (exact stored source, editable) or text (stripped, cheap to read). |
get_me | This key's account, plan, counts and enforced limits. Read limits from here, never from a description. |
link_wallet | Link your wallet so pages you publish are owned by your account. |
list_feedback | Read client comments, unresolved first, each with what it is on and whether it is still on the page. |
create_share_link | Mint a link addressed to one person β every open through it is attributed to that name. |
list_share_links | The links on a page, with attributed opens and when each was last opened. |
revoke_share_link | Kill one link; the page and every other link keep working. |
resolve_feedback | Mark a feedback item addressed, with an optional note. |
set_client | File a page under a client space by name or slug (auto-created), or null to detach. |
list_client_spaces | The client spaces on the account: page counts, bound hostname, portal state. |
create_client_space | Create a space up front. Rarely needed β publishing with client creates one. |
update_client_space | Rename, archive, or set the space-wide viewer gate every page under it inherits. |
delete_client_space | Remove a space. Its pages detach and keep their URLs. |
get_design_guide | The house design guide β read it before generating or restyling a page. |
get_passcode | Show the passcode on a page you own, to send it to the client again (passcodes set since 13 September 2026). |
list_versions | Earlier versions of a page, newest first: one snapshot per update. |
restore_version | Put an earlier version back at the same URL after a bad update. |
If your agent pays for publishes from its own wallet (x402 / MPP), link that wallet to your Stacktree account so every page it publishes β past and future β is owned there:
link_wallet({ code }) β returns the exact message to sign.personal_sign).link_wallet({ code, wallet, signature }) β links the wallet and adopts the pages it already published.Turn comments on with set_client_feedback and whoever you sent the link to can select words, or click an image, video or section, and leave a comment only the owner sees. list_feedback returns them, unresolved first, each with a one-line target and on_page (still in the page, or gone since an edit). Fix the page in place with update_site (same URL): its response lists which open comments no longer match the new version. Then resolve_feedback each answered one with a short note, which the client sees next to their comment.
Full policy: https://stacktr.ee/privacy. In short:
https://api.stacktr.ee, authenticated with your Stacktree API key. It collects nothing from your machine beyond that and keeps no local data.Every site gets an unguessable https://stacktr.ee/p/{token}/ URL. Pass public_slug to opt into https://{slug}.stacktr.ee/.
pii_check defaults to block β uploads matching common secrets and PII shapes (emails, SSNs, credit cards, OpenAI/GitHub/Stripe API-key prefixes) are refused. Pass warn to publish anyway (matches are flagged in the response), or off to skip the scan.
A key on the free plan publishes 3 pages in total, and each one expires 7 days after it is published. The count is lifetime, not concurrent: deleting a page or letting it expire does not give the slot back.
expires_in_hours: "never" is refused on a plan that caps page lifetime, not quietly shortened: 409 expiry_clamped, nothing published, and the body carries the date the page would have got. Pass accept_clamp: true to take the ceiling, or tell the user the plan cannot make the link permanent. A number longer than the ceiling is shortened rather than refused, with expiry_clamped: true in the response. Either way, read expires_at_iso off the response and quote that, never the value you asked for.
Passcodes (set_password) work on every plan, free included. Email gates (set_email_gate) and viewer numbers are on paid plans. Hitting a ceiling returns HTTP 402 with a stable plan_* code in error:
| Code | Means |
|---|---|
plan_lifetime_limit_exceeded | All 3 free pages used. Deleting one does not help. |
plan_site_limit_exceeded | Active-page cap reached. |
plan_password_not_available | Passcodes are not on this plan (they are on Free; a plan can still be without them). |
plan_viewer_gate_not_available | Email gates are not on this plan. |
plan_domain_not_available | Custom domains are not on this plan. |
GET /me β or the get_me tool β returns the calling key's own limits object. Read caps from there rather than hard-coding them. Current plans and prices: https://stacktr.ee/pricing.md.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/stacktree)<a href="https://allmcps.com/mcp/stacktree"><img src="https://allmcps.com/api/badge/stacktree?style=directory" alt="Stacktree on AllMCPs" /></a>