A WebMCP server that gives AI agents structured tools to build real websites — pick a layout, style it, set copy, add images, and export to PDF.
The agent starts by listing what's available — three fixed HTML structures to choose from.
list_layoutsSelecting a layout spins up an isolated workspace. Each session gets its own files — multiple users can build simultaneously.
select_layoutThe agent inspects the HTML — every editable slot and CSS selector is returned so it knows exactly what it can touch.
examine_layoutCSS declarations, copy, fonts, and images are applied tool-by-tool. Every change writes to disk and triggers a live reload in the preview tab.
set_style set_copy add_font add_imageWhen the design is done, the agent renders it to a downloadable PDF.
export_pdfFixed HTML structure — the agent styles from here.
Any agent that supports WebMCP can discover and use all tools automatically.