Skip to content

MCP Tools Reference

Based Page exposes tools through the Model Context Protocol (MCP). Claude and Cursor call these tools automatically based on your natural-language requests.

Authentication

ToolDescription
loginSign in via browser-based email verification
logoutSign out and clear stored credentials
whoamiShow the currently authenticated user
claimClaim agent deployments into your account

Deployments

ToolDescription
deployDeploy HTML or files to a live URL instantly
updateUpdate an existing deployment with new content
teardownDelete a deployment permanently
get_statusGet deployment status, URL, and metadata
list_deploysList all active deployments

Data & Counters

ToolDescription
get_submissionsGet form submissions for a deployment (owner only)
delete_submissionDelete a specific form submission
list_countersList all counters and their current values for a deployment

Deployment Flow

describe what you want → deploy (live URL)
  1. Tell Claude what you want - describe the page, provide content, specify a slug
  2. Deploy - Claude generates the HTML and calls deploy, returning a live URL at {slug}.based.page

MCP Annotations

Each tool declares annotations that describe its behavior:

AnnotationMeaning
readOnlyHintDoes not modify any state
destructiveHintPermanently deletes resources
openWorldHintInteracts with external services

Deploy apps from conversation.