Product Roadmap
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.
Last updated 2026-06-14 · directional, not a commitment
The plan
High-level sequencing. Detailed feature areas and the MCP design follow below.
mmsl deploy) + GitHub Action_redirects / _headers)Headline initiative
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.
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.
npx @mmsl/mcp
Remote · Streamable HTTP @ mcp.makemysitelive.com
Auth · scoped PATs + OAuth 2.1
Rate-limited & per-key audit log
| Tool | What it does | Status |
|---|---|---|
| check_subdomain | Check if a *.makemysitelive.com subdomain is free. | In progress |
| create_site | Create a new site (free or paid slot) and reserve its subdomain. | In progress |
| upload_site | Deploy files / a ZIP as a new immutable version and flip it live. | In progress |
| list_sites · get_site | Enumerate sites and read status, tier, active version, live URL. | In progress |
| list_versions · rollback_version | Inspect deploy history and roll back with one call. | Next |
| set_password | Lock / unlock a site for client previews (paid sites). | Next |
| add_custom_domain · verify_domain | Attach a custom domain and poll TLS / hostname status. | Next |
| list_form_submissions | Pull contact-form submissions for a site. | Later |
| get_bandwidth_usage | Read per-site monthly bandwidth & storage usage. | Later |
| get_price_book | Return geo-localized pricing (INR / USD) for the agent to surface. | Later |
| delete_site | Tear 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.
The full picture
Everything on the table, grouped by area. Status chips show where each item sits.
mmsl deploy from any folderNextFoundation
The platform the roadmap builds on — live today.