list_templates
List all available deployment templates. Returns template IDs with their names and descriptions.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | true |
destructiveHint | false |
openWorldHint | false |
Parameters
None.
Return Format
A list of template IDs with descriptions:
| Template | Description |
|---|---|
waitlist | Centered landing page with gradient background, email input, and social proof counter |
contact | Multi-field contact form with floating labels and client-side validation |
product-launch | Multi-section launch page with navbar, hero, countdown, features, and email signup |
event | Event page with schedule accordion, speaker grid, RSVP section, and countdown timer |
saas-landing | Complete SaaS marketing page with hero, features, pricing, testimonials, and FAQ |
Example
User prompt:
"What templates does Based Page have?"
What Claude does:
- Calls
list_templates(no parameters). - Returns the available templates with descriptions.
- Suggests relevant options based on your request.
Notes
- Templates are built into the MCP server. The list is static and does not require authentication.
- Templates use Alpine.js for interactivity and vanilla scroll-reveal animations.
- To see a template's full HTML source, use
use_template. - You can modify templates before deploying — ask Claude to customize any aspect.