{
  "name": "hubbpro",
  "description": "HubbPro provides FHS export and capacity modelling for UK residential schemes, helping housebuilders understand PV requirements, kVA demand and export capacity before utility and design decisions are locked in.",
  "version": "1.0.0",
  "url": "https://www.hubb.pro",
  "provider": {
    "organization": "Hubb Innovations Ltd",
    "url": "https://www.hubb.pro"
  },
  "protocols": [
    "http-rest"
  ],
  "capabilities": [
    "pricing-calculator",
    "stripe-checkout",
    "enquiry-intake",
    "fhs-modelling",
    "pv-capacity-modelling",
    "insights"
  ],
  "skills": [
    {
      "id": "price-scheme",
      "name": "Price a residential scheme",
      "description": "Calculate GBP pricing for Quick Start, Assisted Modelling, or Strategic Scenario based on plot count and unit types. Schemes above 999 plots or 50 unit types require a bespoke quote.",
      "tags": [
        "pricing",
        "calculator",
        "residential",
        "fhs",
        "pv"
      ],
      "examples": [
        "What does Assisted Modelling cost for 84 plots and 12 unit types?",
        "Price a Quick Start check for a 40-plot scheme with 6 unit types"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "start-checkout",
      "name": "Start paid checkout",
      "description": "Create a Stripe Checkout session for Quick Start or Assisted Modelling after the user confirms scheme details, contact information, and the calculator price.",
      "tags": [
        "checkout",
        "payment",
        "stripe"
      ],
      "examples": [
        "Start checkout for Assisted Modelling at £1,225 for 84 plots and 12 unit types"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit-enquiry",
      "name": "Submit a scheme enquiry",
      "description": "Route Strategic Scenario or out-of-range schemes to HubbPro with scheme details and contact information.",
      "tags": [
        "enquiry",
        "contact",
        "strategic-scenario"
      ],
      "examples": [
        "Contact HubbPro about a 1,200-plot phased scheme needing export capacity scenario comparison"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "tools": [
    {
      "name": "create_checkout_session",
      "description": "POST scheme and customer details to create a Stripe Checkout URL. Price is validated server-side against the pricing calculator.",
      "url": "https://www.hubb.pro/api/checkout",
      "free": false
    },
    {
      "name": "health_check",
      "description": "Check API availability and whether Stripe is configured.",
      "url": "https://www.hubb.pro/api/health",
      "free": true
    }
  ],
  "endpoints": {
    "api": "https://www.hubb.pro/api",
    "docs": "https://www.hubb.pro/llms.txt",
    "health": "https://www.hubb.pro/api/health",
    "insights": "https://www.hubb.pro/insights",
    "feed": "https://www.hubb.pro/feed.xml"
  },
  "authentication": {
    "type": "none",
    "instructions": "Public discovery and pricing require no authentication. Checkout and payment flows use Stripe-hosted checkout; API endpoints accept unauthenticated POST requests with validated pricing payloads."
  },
  "metadata": {
    "llms_txt": "https://www.hubb.pro/llms.txt",
    "sitemap": "https://www.hubb.pro/sitemap.xml",
    "feed": "https://www.hubb.pro/feed.xml",
    "products": [
      {
        "id": "quickStart",
        "name": "Quick Start",
        "range_gbp": "150-500",
        "primary_route": "pay"
      },
      {
        "id": "assisted",
        "name": "Assisted Modelling",
        "range_gbp": "500-3000",
        "primary_route": "pay"
      },
      {
        "id": "scenario",
        "name": "Strategic Scenario",
        "range_gbp": "750-4000+",
        "primary_route": "contact"
      }
    ],
    "audience": "UK housebuilders, residential developers, and design teams needing early FHS, PV, kVA and export capacity insight"
  }
}
