{
  "schemaVersion": "2025-06-18",
  "serverInfo": {
    "name": "garage-door-solutions",
    "title": "Garage Door Solutions Inc.",
    "version": "1.0.0"
  },
  "description": "Read-only tools for Garage Door Solutions Inc., a garage door repair and installation company in London, ON. Look up services, starting prices, and service-area coverage.",
  "websiteUrl": "https://garagedoorsolutions.ca",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://garagedoorsolutions.ca/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "get_services",
      "description": "List services with what each covers and its starting price."
    },
    {
      "name": "get_pricing",
      "description": "Starting prices in CAD for repair and installation services."
    },
    {
      "name": "check_service_area",
      "description": "Check whether a place or Ontario postal code is served."
    },
    {
      "name": "get_business_info",
      "description": "Contact details, hours, service radius, and rating."
    }
  ],
  "documentationUrl": "https://garagedoorsolutions.ca/docs/api/"
}
