Website Launch

Business website planning and launch assistance with human-confirmed next steps.

Should I use this

Quality & Safety

B
Description quality
100%
Schema completeness
63%
Naming quality
80%
Poisoning risk
100%
Permission match
80%
Protocol compliance
100%

Findings (4)

  • LOWTool 'prepare_website_service_checkout' name length outside 3-30 rangein prepare_website_service_checkout
  • LOWTool 'get_website_service_order_status' name length outside 3-30 rangein get_website_service_order_status
  • LOWTool 'get_website_service_offers' suggests web access but openWorldHint=falsein get_website_service_offers
  • LOWTool 'get_website_service_order_status' suggests web access but openWorldHint=falsein 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-http

What 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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools