← All WebMCP sites

thoughtbulb.dev

Productivity & Businesshttps://thoughtbulb.dev/listed as of 2026-08-27
Thought Bulb is a Shopify-focused studio for brands that are serious. Custom design, custom code, CRO, fractional dev support, and proprietary tools built for the future of commerce.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

list_enquiry_optionsanswerimperative
List Thought Bulb enquiry types, destinations, required fields, and the consultation booking option. This does not change the page.
Input schema
{
  "type": "object",
  "properties": {}
}
book_consultationactimperative
Open the Thought Bulb 30-minute booking page. The visitor must choose and confirm a time in Zcal.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
prepare_project_enquiryactimperative
Navigate to and prepare a Thought Bulb enquiry form. This never submits the form; the visitor must review it, complete hCaptcha, and submit.
Input schema
{
  "type": "object",
  "required": [
    "enquiryType"
  ],
  "additionalProperties": false,
  "properties": {
    "enquiryType": {
      "type": "string",
      "enum": [
        "general",
        "shopify_cro",
        "storefront_mcp",
        "woocommerce_to_shopify",
        "shopify_to_woocommerce"
      ]
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}
Listings are sourced from public community registries and shown as reported.