Website Launch
Business website planning and launch assistance with human-confirmed next steps.
Should I use this
Quality & Safety
B
Findings (4)
- LOWin prepare_website_service_checkout
- LOWin get_website_service_order_status
- LOWin get_website_service_offers
- LOWin get_website_service_order_status
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~492Tokens (tool definitions)
~1.1 KBTypical response size
Minimal attention impact (0.38% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"website-launch": {
"url": "https://instant-website-builder-usa-6feac193.base44.app/functions/websiteServiceMcp"
}
}
}Remote endpoints
https://instant-website-builder-usa-6feac193.base44.app/functions/websiteServiceMcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_website_service_offers
Read current fixed website-service tiers and prices. Creates no charge.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}⚪prepare_website_service_checkout(user_confirmed_payment, service_plan, customer_name, customer_email, customer_phone, ...)
After the human explicitly agrees to pay for a selected website service, prepare the secure checkout. Checkout creation is not payment proof.
Input Schema
{
"type": "object",
"properties": {
"user_confirmed_payment": {
"type": "boolean",
"const": true
},
"service_plan": {
"type": "string",
"enum": [
"human_finished",
"premium_custom",
"total_launch"
]
},
"customer_name": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"customer_email": {
"type": "string",
"maxLength": 200,
"format": "email",
"pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
},
"customer_phone": {
"type": "string",
"maxLength": 60
},
"business_name": {
"type": "string",
"minLength": 1,
"maxLength": 180
},
"current_website": {
"type": "string",
"maxLength": 300
},
"project_brief": {
"type": "string",
"minLength": 20,
"maxLength": 3000
}
},
"required": [
"user_confirmed_payment",
"service_plan",
"customer_name",
"customer_email",
"business_name",
"project_brief"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢get_website_service_order_status(order_id)
Read order state and independently verify Stripe payment when a checkout session exists.
Input Schema
{
"type": "object",
"properties": {
"order_id": {
"type": "string",
"minLength": 4,
"maxLength": 180
}
},
"required": [
"order_id"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools