MCP
Reference
Boomlink MCP exposes site, authoring, form, asset, config, publishing, and capability tools so AI clients can manage the full website lifecycle.
MCP Endpoint
Paste this streamable HTTP endpoint into your AI client's MCP settings, then complete OAuth on boomlink.ai before calling tools.
https://boomlink.ai/api/v1/mcp/0.0.1Configuration Examples
Claude Desktop
{
"mcpServers": {
"boomlink": {
"url": "https://boomlink.ai/api/v1/mcp/0.0.1"
}
}
}Claude Code (.mcp.json)
{
"mcpServers": {
"boomlink": {
"url": "https://boomlink.ai/api/v1/mcp/0.0.1"
}
}
}Generic MCP Client
Any MCP-compatible client works. Boomlink uses streamable HTTP transport, so point your client to the endpoint above.
Tool Categories
Use categories to choose the correct tool family. Most site-building work starts with templates and sites, moves through authoring, then finishes with preview and publish tools.
Sites
Site tools create and manage the top-level Boomlink site record, including templates, workspace metadata, and backlinks.
create-sitelist-sitesget-siteupdate-sitedelete-sitelist-backlinksTemplates
Template tools expose the starter catalog before a user creates a new site.
list-site-templatesAuthoring
Authoring tools read and write the generated site workspace, inspect scaffold contracts, and poll build status.
author-describeauthor-readauthor-writeauthor-poll-buildForms
Form tools create form definitions, inspect submissions, and analyze collected responses.
create-formlist-formsget-formupdate-formdelete-formlist-form-submissionsanalyze-form-submissionstest-form-submissionAssets
Asset tools upload, list, update, search, and delete media in a site workspace.
create-assetlist-assetsget-assetupdate-assetdelete-assetsearch-assetsConfig
Config tools manage environment values, design tokens, and secrets used by the generated site.
list-configset-configupdate-widgetview-config-secretdelete-configlist-config-envsPublishing
Publishing tools generate previews, publish versions, unpublish, roll back, and list version history.
preview-sitepublish-siteunpublish-siterollback-sitelist-versionsCapabilities
Capability tools provide progressive guidance for copy, SEO, forms, publishing, and page-building phases.
describe-capabilitiesuse-capabilityCommon Tool Use Cases
The table below maps the most common Boomlink MCP tools to the job they perform. Tool names use kebab-case and are discovered dynamically by MCP clients.
| Tool | Category | Use Case |
|---|---|---|
| create-site | Sites | Create a Boomlink site from a starter template or blank scaffold. |
| list-site-templates | Templates | Show available starter templates before creation. |
| author-read | Authoring | Read files, search content, list sessions, and inspect scaffolds. |
| author-write | Authoring | Write or edit generated site files and trigger a rebuild. |
| create-form | Forms | Create a contact, signup, registration, or feedback form definition. |
| list-form-submissions | Forms | Review submitted form entries for a selected form. |
| create-asset | Assets | Upload an image or file to a site asset library. |
| list-config | Config | Inspect configuration entries for a site environment. |
| preview-site | Publishing | Generate a preview URL before making the site public. |
| publish-site | Publishing | Create a published version and update the live pointer. |
| rollback-site | Publishing | Move the live pointer back to a previous published version. |
| describe-capabilities | Capabilities | Load guided instructions for a phase or skill. |
Example Prompts
These prompts reflect the real Boomlink MCP workflow: pick or create a site, edit generated files through an authoring session, preview the result, then publish when ready.
- Show me the Boomlink starter templates.
- Create a SaaS landing page from the starter template.
- Read the landing page source and change the hero headline.
- Preview my Boomlink site before publishing.
- Publish the site and show me the live URL.