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
| Tool | Description |
|---|---|
login | Sign in via browser-based email verification |
logout | Sign out and clear stored credentials |
whoami | Show the currently authenticated user |
claim | Claim agent deployments into your account |
Deployments
| Tool | Description |
|---|---|
deploy | Deploy HTML or files to a live URL instantly |
update | Update an existing deployment with new content |
teardown | Delete a deployment permanently |
get_status | Get deployment status, URL, and metadata |
list_deploys | List all active deployments |
Data & Counters
| Tool | Description |
|---|---|
get_submissions | Get form submissions for a deployment (owner only) |
delete_submission | Delete a specific form submission |
list_counters | List all counters and their current values for a deployment |
Deployment Flow
describe what you want → deploy (live URL)- Tell Claude what you want - describe the page, provide content, specify a slug
- 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:
| Annotation | Meaning |
|---|---|
readOnlyHint | Does not modify any state |
destructiveHint | Permanently deletes resources |
openWorldHint | Interacts with external services |