From a sentence to a live URL.
consostack is a service your AI assistant operates for you over MCP โ the open standard that lets AI tools take real actions, not just chat. Connect it once; after that, shipping is a sentence in the chat you already code in.
What actually happens.
Connect the endpoint โ once
Add a single MCP endpoint to any MCP-capable assistant โ Claude, Cursor, and others. There's nothing to install and no key to paste yet; the endpoint is public so your assistant can introduce itself and walk you through the rest. You do this one time, ever.
Order โ your assistant quotes and provisions
Tell it what you're putting online. It calls get_hosting_quote to price the stack, shows
you the plan, and on your OK calls order_hosting โ which creates your account, your
organization, and an API key in one step. You approve; you don't fill in forms. Prefer clicking? The
web wizard at /start does the same thing manually.
Create the project โ from a repo or a template
Point it at a public git repository, or pick a ready-made starter template and skip the repo entirely.
The assistant calls create_project (or deploy_from_template), and if the app
needs a database it provisions one and injects a DATABASE_URL automatically.
Build & go live โ usually under a minute
consostack clones the repo, detects the framework with Nixpacks, builds a container, runs it on a
compute node, and wires a route through Traefik with an automatic Let's Encrypt certificate. Your app
answers over HTTPS on its own *.consostack.eu subdomain.
Manage it โ in the same conversation
The chat that shipped it keeps running it. Attach a database, set an environment secret, add a custom domain, tail the logs, schedule a cron job, or roll back a bad deploy โ each is one more instruction, not a new tool to learn.
Real infrastructure, quietly.
You never touch any of this โ but it's worth knowing it's real hosting, not a black box.
Nixpacks auto-detect
Your framework is identified straight from the repo โ Next.js, SvelteKit, FastAPI, Flask, Express, NestJS, Laravel, Symfony, ASP.NET Core and more. No Dockerfile to write or maintain.
Isolated containers on compute nodes
Each app runs in its own Docker container, placed on the least-loaded compute node. Your organization's data is strictly separated from every other tenant.
Traefik + automatic HTTPS
Routing is handled by Traefik with Let's Encrypt certificates issued and renewed for you โ on both your free subdomain and any custom domain you attach.
What your assistant can actually do.
These are the real MCP tools consostack exposes. Your assistant calls them on your behalf โ the same actions are available over the REST API and the web console.
However you like to work.
MCP
The native path. Your AI assistant runs everything from the chat you already code in โ quote, order, deploy, and manage.
REST API
Every action has a plain HTTP endpoint. Script your deploys, wire them into CI, or build your own tooling on top.
Web console
A dashboard for the moments you'd rather click โ inspect projects, read logs, and manage settings by hand.
Connect it once. Ship in your next message.
Add the endpoint to your assistant and put something live today.
mcp.hosting-01.consostack.eu