By · Founder, Stacktree · Last updated
alternative

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.

Get started free

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_html as a native tool and update_site to 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.

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_html or the dashboard, then point the domain at Stacktree on Pro (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 $0/$8/$19, never per-seat.
FAQ

Frequent questions

What is the best here.now alternative for AI agents? +
Stacktree, when you want the agent to publish through MCP rather than an API key. here.now is agent-first static hosting with a Drives storage layer, but it exposes no MCP server and uses bearer API keys. Stacktree is MCP-native, uses OAuth, and is private by default with email-domain gates.
Does here.now have an MCP server? +
No. here.now installs through the agent-skills ecosystem (npx skills add heredotnow/skill) and its agent card declares MCP is not supported; agents use a bearer API key. Stacktree exposes a real MCP server, so agents call publish_html as a native tool in Claude Code, Cursor, Codex, or Claude.ai.
Is here.now private by default? +
No. A here.now Site publishes to a public {slug}.here.now URL, with optional password protection you turn on. Stacktree inverts that: every URL is unguessable and acts as the credential, with optional password, magic-link email-domain gate, and end-to-end encryption layered on top.
What does here.now do that Stacktree does not? +
Drives, here.now's private cloud storage for agent memory, context, plans, and agent-to-agent handoff via scoped share tokens. here.now also supports proxy routes from a static Site to an external API. Stacktree hosts static HTML only, with no durable agent storage or proxying.
Can I move my here.now sites to Stacktree? +
Yes. Static sites and custom domains transfer cleanly: export the HTML, republish via publish_html or the dashboard, then point your domain at Stacktree on Pro. You gain MCP, OAuth, the email-domain gate, and end-to-end encryption. You give up here.now Drives and proxy routes.
How does pricing compare? +
here.now uses storage-tiered subscriptions (Hobby around $4/mo, Developer around $20/mo) plus free and anonymous tiers. Stacktree is flat per workspace and never per-seat: Free $0, Pro $8/mo, Agent $19/mo. For large durable storage, here.now scales on capacity; for gated team HTML, Stacktree is predictable.
Keep reading

Related guides

References

Sources and further reading

Publish agent HTML through MCP, private the moment it exists.

Start free. Wire in the MCP server and your agent publishes in one call.

Sign up free →