{
  "spec": "webmcp/0.1",
  "site": {
    "name": "Datadrew",
    "version": "2026.03",
    "description": "AI Growth Co-Pilot for Shopify & eCommerce brands. Connect Shopify, Meta, Google Ads, GA4, Amazon & more to uncover LTV, reduce wasted ad spend, and drive profitable revenue growth. Trusted by 1000+ Shopify brands across 47+ countries.",
    "pages": [
      {
        "url": "/",
        "description": "Homepage — product overview, feature highlights, pricing preview, Drew AI demo",
        "intents": ["get_pricing", "get_product_overview", "get_supported_integrations", "navigate_to_page"]
      },
      {
        "url": "/pricing/",
        "description": "Pricing page — GMV-based pricing for Free, Essentials, and Pro plans with monthly/yearly toggle",
        "intents": ["get_pricing", "select_gmv_tier", "toggle_billing_period"]
      },
      {
        "url": "/blog/",
        "description": "Blog listing — searchable articles on LTV, cohort analysis, retention, ROAS, and AI analytics",
        "intents": ["search_blog_posts"]
      },
      {
        "url": "/integrations/",
        "description": "Integrations directory — all supported platforms filterable by category",
        "intents": ["search_integrations"]
      },
      {
        "url": "/contact/",
        "description": "Contact form — general inquiries, support, partnership, and press requests",
        "intents": ["submit_contact_form"]
      },
      {
        "url": "/book/",
        "description": "Demo booking form — schedule a personalized walkthrough with the growth analytics team",
        "intents": ["submit_demo_request"]
      },
      {
        "url": "/about/",
        "description": "About page — company story, team stats, values"
      },
      {
        "url": "/platform/drewai/",
        "description": "Drew AI product page — AI analyst that answers data questions in natural language"
      },
      {
        "url": "/platform/product-intelligence/",
        "description": "Product Intelligence — repurchase analysis, basket analysis, full-funnel SKU KPIs"
      },
      {
        "url": "/platform/acquisition/",
        "description": "Acquisition Insights — ROAS tracking, CAC analysis, channel attribution"
      },
      {
        "url": "/platform/retention/",
        "description": "Retention Insights — cohort analysis, LTV tracking, churn prediction, RFM segmentation"
      },
      {
        "url": "/platform/creative-strategy/",
        "description": "Creative Strategy — ad creative performance, fatigue detection, A/B testing insights"
      }
    ],
    "flows": [
      {
        "id": "check_pricing",
        "description": "Look up Datadrew pricing for a specific GMV tier and billing period.",
        "steps": [
          { "intent": "get_pricing" }
        ]
      },
      {
        "id": "book_demo",
        "description": "Book a personalized demo with Datadrew's growth analytics team.",
        "steps": [
          { "intent": "navigate_to_page", "page": "/book/" },
          { "intent": "submit_demo_request" }
        ]
      },
      {
        "id": "contact_team",
        "description": "Send a message to the Datadrew team for support, partnerships, or inquiries.",
        "steps": [
          { "intent": "navigate_to_page", "page": "/contact/" },
          { "intent": "submit_contact_form" }
        ]
      },
      {
        "id": "compare_plans",
        "description": "Compare pricing across GMV tiers and billing periods on the pricing page.",
        "steps": [
          { "intent": "navigate_to_page", "page": "/pricing/" },
          { "intent": "select_gmv_tier" },
          { "intent": "toggle_billing_period" }
        ]
      },
      {
        "id": "find_blog_content",
        "description": "Search Datadrew blog posts for eCommerce analytics topics.",
        "steps": [
          { "intent": "navigate_to_page", "page": "/blog/" },
          { "intent": "search_blog_posts" }
        ]
      },
      {
        "id": "check_integrations",
        "description": "Find out which platforms Datadrew integrates with.",
        "steps": [
          { "intent": "get_supported_integrations" }
        ]
      }
    ]
  }
}
