{
  "link-template": "https://comcareservices.com/.well-known/api-catalog",
  "name": "Com Care Services API Catalog",
  "description": "Public catalog of API endpoints and machine-readable data for AI Agents and web clients.",
  "publisher": {
    "name": "Com Care Services",
    "url": "https://comcareservices.com"
  },
  "apis": [
    {
      "type": "llms-text",
      "url": "https://comcareservices.com/llms.txt",
      "description": "Short machine-readable summary of services, location, and business information."
    },
    {
      "type": "llms-full-text",
      "url": "https://comcareservices.com/llms-full.txt",
      "description": "Comprehensive knowledge base containing all service details, FAQs, and pricing specs."
    },
    {
      "type": "mcp-server-card",
      "url": "https://comcareservices.com/.well-known/mcp.json",
      "description": "Model Context Protocol tools definition card."
    },
    {
      "type": "inquiry-submission",
      "url": "https://comcareservices.com/api/inquiry",
      "method": "POST",
      "description": "Submit a quote request or service inquiry on behalf of a user."
    }
  ]
}
