MakeMySiteLive

Product Roadmap

From "upload a ZIP" to the publishing layer for humans & AI agents.

MakeMySiteLive makes a static site live in two minutes. The next chapter opens that same superpower to a public API and an MCP server — so an AI agent can build a site and ship it to a real URL, end to end.

Current focus  ·  MakeMySiteLive MCP Server — let agents publish sites

Last updated 2026-06-14 · directional, not a commitment

The plan

Now · Next · Later

High-level sequencing. Detailed feature areas and the MCP design follow below.

Shipped In progress Next (this quarter) Later Exploring

Now In progress

  • MCP server — core tools (create / upload / list / rollback)
  • Public REST API + scoped API keys (the foundation MCP rides on)
  • Marketing & SEO foundation (share cards, FAQ, structured data)
  • Analytics + activation funnel instrumentation
  • Free-tier badge → measured growth loop

Next This quarter

  • CLI (mmsl deploy) + GitHub Action
  • Remote (hosted) MCP with OAuth; list in MCP registries
  • Drag-and-drop folder upload (not just ZIP)
  • Per-site privacy-friendly traffic analytics
  • Form upgrades: email notifications, spam protection, webhooks
  • Redirects & custom headers (_redirects / _headers)

Later Backlog

  • Teams, roles & shared billing; agency / white-label mode
  • Git-connected auto-deploy on push
  • In-app domain search & DNS management
  • Template marketplace + referral / affiliate program
  • SSO, 2FA, audit logs (enterprise)
  • Edge functions / dynamic snippets Exploring

Headline initiative

MakeMySiteLive MCP Server

The Model Context Protocol lets AI assistants call tools. We're shipping an MCP server so Claude, Cursor, and any agent can take a static site from "generated" to "live URL" in one move — the natural endpoint of the AI website-building wave.

Why this matters

AI agents are getting very good at generating HTML/CSS/JS. The missing step is shipping it. Our product already turns a bundle of files into a live, SSL-secured site in seconds — exactly the primitive an agent needs. The MCP server exposes that primitive so an agent can say create_site → upload_site → done without a human touching a dashboard.

Local stdio · npx @mmsl/mcp Remote · Streamable HTTP @ mcp.makemysitelive.com Auth · scoped PATs + OAuth 2.1 Rate-limited & per-key audit log
ToolWhat it doesStatus
check_subdomainCheck if a *.makemysitelive.com subdomain is free.In progress
create_siteCreate a new site (free or paid slot) and reserve its subdomain.In progress
upload_siteDeploy files / a ZIP as a new immutable version and flip it live.In progress
list_sites · get_siteEnumerate sites and read status, tier, active version, live URL.In progress
list_versions · rollback_versionInspect deploy history and roll back with one call.Next
set_passwordLock / unlock a site for client previews (paid sites).Next
add_custom_domain · verify_domainAttach a custom domain and poll TLS / hostname status.Next
list_form_submissionsPull contact-form submissions for a site.Later
get_bandwidth_usageRead per-site monthly bandwidth & storage usage.Later
get_price_bookReturn geo-localized pricing (INR / USD) for the agent to surface.Later
delete_siteTear down a site and its storage (guarded / confirm-required).Later

Beyond tools. The server will also expose resources (a site's version history, live URL, form feed) and prompts (guided "publish this folder" and "set up a custom domain" workflows) so agents get a complete, self-describing surface.

Who uses it

  • AI coding agents (Claude Code, Cursor, Windsurf) that generate a site and publish it in the same session.
  • Chat assistants turning a one-line request — "put my portfolio online" — into a real URL.
  • Agencies automating client-site delivery at scale.
  • No-code / export tools (Figma, builders) that want a "publish" button.

Distribution

  • List in the official MCP registry + Anthropic's directory.
  • One-click add for Claude Desktop / Claude Code, Cursor, Smithery, Glama.
  • Docs with copy-paste config + a 60-second "agent ships a site" demo.
  • Each agent-published free site keeps the badge — the growth loop, now agent-driven.
Prerequisite: a clean public REST API + scoped API keys. We build that first; the MCP server is a thin, well-documented layer on top, and the same keys power the CLI, CI/CD, and webhooks.

The full picture

Feature areas & ideas

Everything on the table, grouped by area. Status chips show where each item sits.

Developer platform

  • Public REST API + scoped API keysShipped
  • MCP server (create / deploy / list / rollback)In progress
  • CLI: mmsl deploy from any folderNext
  • GitHub Action / GitLab CI templateNext
  • Deploy & form webhooksLater
  • Git-connected auto-deploy on pushLater

Core hosting

  • ZIP upload → live versioned siteShipped
  • Drag-and-drop folder uploadNext
  • Redirects & custom headers filesNext
  • Per-version preview / staging URLsNext
  • Custom 404 & SPA fallback controlsLater
  • Optional build step for framework outputExploring
  • Edge functions / dynamic snippetsExploring

Forms

  • Working contact forms, no backendShipped
  • Email notifications + autoresponderNext
  • Spam protection (honeypot / captcha)Next
  • Submission webhooks & CSV exportNext
  • File-upload fieldsLater
📈

Analytics & insights

  • Per-site bandwidth trackingShipped
  • Privacy-friendly traffic dashboard (no cookie banner)Next
  • Top pages, referrers, geographyLater
  • Activation / signup funnel (internal)In progress
👥

Collaboration & teams

  • Team accounts, roles & shared billingLater
  • Agency mode: client folders & handoffLater
  • Full white-label dashboardExploring
  • Per-site collaborator invitesLater
🌐

Domains & DNS

  • Custom domains + auto-SSL (Cloudflare for SaaS)Shipped
  • Apex / root-domain support guidanceNext
  • In-app domain search & purchaseLater
  • Built-in DNS record managementLater
$

Billing & growth

  • Per-site pricing via Dodo (INR / USD)Shipped
  • Storage & custom-domain add-ons, 5/10 packsShipped
  • Referral & affiliate programLater
  • Template marketplaceLater
  • "Remove branding" as a one-off perkNext
🔒

Security & compliance

  • Malware scan + zip validation on uploadShipped
  • Password-protected sitesShipped
  • 2FA on accountsNext
  • SSO + audit logs (enterprise)Later
  • SOC 2 trackExploring

AI features

  • MCP server for agent publishingIn progress
  • "Generate a starter site from a prompt"Exploring
  • AI form-spam filteringExploring
  • Per-page SEO suggestionsExploring

Foundation

Already shipped

The platform the roadmap builds on — live today.

ZIP → live site in < 2 min Free SSL on every site Free *.makemysitelive.com subdomain Custom domains + auto-SSL Immutable versions + 1-click rollback Password protection Contact forms, no backend Per-site billing (INR / USD) Storage & domain add-ons, 5/10 packs Malware scan + upload validation R2 storage + horizontally-scaled serving Free permanent site per account