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.1

Configuration 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-backlinks

Templates

Template tools expose the starter catalog before a user creates a new site.

list-site-templates

Authoring

Authoring tools read and write the generated site workspace, inspect scaffold contracts, and poll build status.

author-describeauthor-readauthor-writeauthor-poll-build

Forms

Form tools create form definitions, inspect submissions, and analyze collected responses.

create-formlist-formsget-formupdate-formdelete-formlist-form-submissionsanalyze-form-submissionstest-form-submission

Assets

Asset tools upload, list, update, search, and delete media in a site workspace.

create-assetlist-assetsget-assetupdate-assetdelete-assetsearch-assets

Config

Config tools manage environment values, design tokens, and secrets used by the generated site.

list-configset-configupdate-widgetview-config-secretdelete-configlist-config-envs

Publishing

Publishing tools generate previews, publish versions, unpublish, roll back, and list version history.

preview-sitepublish-siteunpublish-siterollback-sitelist-versions

Capabilities

Capability tools provide progressive guidance for copy, SEO, forms, publishing, and page-building phases.

describe-capabilitiesuse-capability

Common 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.

ToolCategoryUse Case
create-siteSitesCreate a Boomlink site from a starter template or blank scaffold.
list-site-templatesTemplatesShow available starter templates before creation.
author-readAuthoringRead files, search content, list sessions, and inspect scaffolds.
author-writeAuthoringWrite or edit generated site files and trigger a rebuild.
create-formFormsCreate a contact, signup, registration, or feedback form definition.
list-form-submissionsFormsReview submitted form entries for a selected form.
create-assetAssetsUpload an image or file to a site asset library.
list-configConfigInspect configuration entries for a site environment.
preview-sitePublishingGenerate a preview URL before making the site public.
publish-sitePublishingCreate a published version and update the live pointer.
rollback-sitePublishingMove the live pointer back to a previous published version.
describe-capabilitiesCapabilitiesLoad 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.

Next Steps