The here.now alternative that is MCP-native and private by default.
here.now is agent-first static hosting with a Drives storage layer, authed by API key and no MCP server. Stacktree is the inverse on access: a real MCP server, OAuth, unguessable private URLs, an email-domain gate, and optional end-to-end encryption.
No card · 3 pages free · about a minute
What is the best here.now alternative?
Stacktree, when the agent should publish through MCP and the output should be private the moment it exists. here.now is a strong agent-first host with two products, Sites and Drives, but it exposes no MCP server and authenticates with bearer API keys. Stacktree is MCP-native, uses OAuth, and makes every URL unguessable by default with deeper gating on top.
Why people look for a here.now alternative
here.now is genuinely built for agents, so the reasons to look elsewhere are specific rather than general. The three that come up most:
- No MCP server. here.now installs through the agent-skills ecosystem and authenticates with a bearer API key. Its own agent card declares MCP is not a supported surface. If your stack is built around MCP tools (Claude Code, Cursor, Codex, Claude.ai), you want a host the agent calls as a native tool, not a skill wrapping an API key.
- No OAuth. here.now uses an email-code flow to mint an API key, then a long-lived bearer token. Teams that want a standard OAuth authorization grant rather than a copied key prefer that flow.
- Public by default. A here.now Site is a public {slug}.here.now URL with optional password protection. Some teams want the opposite default: nothing readable unless you hold the link.
Where here.now genuinely wins
This is the closest competitor on the market, and it does things Stacktree deliberately does not. Be clear about them:
- Drives. here.now ships private cloud storage for agents: memory, context, plans, assets, and agent-to-agent handoff via scoped share tokens. Stacktree hosts static HTML only and has no durable storage layer. If your agents need persistent state or to pass files between runs, here.now is the better fit.
- Proxy routes. A here.now static Site can proxy to an external API. Stacktree serves static HTML with no proxying.
Where Stacktree differs
Stacktree starts from a different premise on access and identity. The agent is the author, the link is the credential, and the controls live one tool call away.
- MCP-native. A real MCP server, so the agent calls
publish_htmlas a native tool andupdate_siteto replace in place. No skill wrapper, no copied API key. - OAuth. Standard authorization grant rather than a long-lived bearer key.
- Private by default. Every URL is unguessable and acts as the credential. here.now is public-by-default with optional passwords.
- Email-domain gate. Restrict a link to verified addresses on a domain via magic link. here.now offers password gates, not domain gates.
- End-to-end encryption. Optional AES-GCM in the browser with the key in the URL fragment, so the server only ever stores ciphertext.
- Replace-in-place. One stable URL per artifact across every revision, so the link you shared yesterday shows today's version.
Workspaces and client spaces are not the same shape
here.now added Workspaces in July 2026, and it is the feature closest to what Stacktree calls a client space. Both group the artifacts your agents produce under one named address instead of leaving them as a pile of unrelated links. The difference is who the container is for.
- A Workspace is for your team. It lives at
acme.here.now, takes up to 50 members on the free tier, and access is granted to everyone on your organisation’s email domain or person by person. It is somewhere colleagues put things. - A client space is for one client. It has no members, because the client never makes an account. That is the entire point: they open the address, type a passcode once if you set one, and stay in for 30 days. Nobody is invited to anything.
- The gate sits at a different level. here.now protects a site with a password you switch on per site. A Stacktree space carries the gate, and every page filed under it inherits that gate, including ones you publish next month. A page can still override with its own.
- A client space has a front door. Bind a hostname and the space serves a generated portal at the root: every deliverable listed, newest first, on your own domain. A Workspace gives its sites an address but nothing at the root that collects them.
Both can sit on a domain you own, so that is not the dividing line. The dividing line is whether the person opening the work is a colleague you can add as a member, or a client you should never ask to sign up for anything.
Who should pick which
Pick here.now if your agents need durable storage and handoff (Drives), or if you want to proxy a static site to an external API. Those are real capabilities Stacktree does not have.
Pick Stacktree if the agent should publish through MCP rather than an API key, if you want OAuth instead of a bearer token, and if the artifact should be private the moment it exists, gated by unguessable URL, password, email-domain, or end-to-end encryption.
Switching from here.now
The move is partial by design, because the two products overlap on hosting but not on storage.
- What transfers: your static Sites and your custom domains. Export the HTML and republish via
publish_htmlor the dashboard, then point the domain at Stacktree on Solo or above (Cloudflare for SaaS). - What you gain: an MCP server, OAuth, the magic-link email-domain gate, and optional end-to-end encryption, plus replace-in-place URLs.
- What is different: you do not get here.now Drives or proxy routes. If your agents rely on durable storage or handoff today, keep here.now for that layer and use Stacktree for the gated-publish layer.
Stacktree vs. here.now
| Criterion | here.now | Stacktree |
|---|---|---|
| MCP server | No. Agent-skill install plus API key; MCP is not a supported surface. | Yes. Native MCP server, publish_html. |
| Auth model | API key (bearer), minted via an email code. | OAuth authorization grant. |
| Private by default | No. Public {slug}.here.now, optional password. | Yes. Unguessable URL is the credential. |
| Email-domain gate | No. Password gate only. | Yes. Magic-link verified. |
| End-to-end encryption | No. | Yes. AES-GCM, server sees ciphertext. |
| Replace-in-place URL | Yes. Republish to the same Site. | Yes. update_site, one tool call. |
| Anonymous first publish | Yes. 24 h temporary Sites. | Yes. 24 h, no card. |
| Agent storage / Drives | Yes. Durable storage, memory, handoff tokens. | No. Static HTML only. |
| Proxy routes | Yes. A static Site can proxy to an external API. | No. Static HTML only. |
| Pricing model | Storage-tiered subscriptions (Hobby ~$4, Developer ~$20). | Flat $19/$79/$249, never per-seat. |
Frequent questions
What is the best here.now alternative for AI agents? +
Does here.now have an MCP server? +
Is here.now private by default? +
What does here.now do that Stacktree does not? +
How do here.now Workspaces compare with Stacktree client spaces? +
acme.here.now, holds up to 50 members on the free tier, and grants access by your organisation's email domain or by invite. A Stacktree client space is a container for one client: it has no members at all, because the client never creates an account. They open the address, type a passcode once if you set one, and that unlock covers every deliverable in the space for 30 days. Two other practical differences: a Stacktree space serves a generated portal at its root that lists the work newest-first, so the client has one page to bookmark, and the gate is set on the space and inherited by every page rather than switched on per site.Can I move my here.now sites to Stacktree? +
How does pricing compare? +
Related guides
- The MCP publish tool Every verb the Stacktree MCP server exposes.
- All Stacktree alternatives How Stacktree compares across the agent-hosting market.
- Private HTML hosting Unguessable URLs, password, email-domain gate, E2E.
- Agent-loop hosting Why replace-in-place beats a new link per run.
- Static.app alternative Another agent-host comparison, on the human-first side.
Sources and further reading
- here.now ↗ The product this page compares against.
- here.now llms.txt ↗ here.now's own machine-readable description of Sites, Drives, auth, and supported surfaces.
- Model Context Protocol spec ↗ The protocol Stacktree implements and here.now does not expose.
- OAuth 2.1, authorization framework ↗ The authorization model Stacktree uses in place of bearer API keys.
Publish agent HTML through MCP, private the moment it exists.
Wire in the MCP server and your agent publishes in one call. Permanent pages and your own domain from $19 a month.
Sign up free →