{
  "name": "YOSR Home Health Care AI Agent",
  "version": "1.0.0",
  "description": "Autonomous Agent-to-Agent (A2A) interface for Yosr Home Health Care in Egypt. Enables AI agents to discover, evaluate, and book home nursing, elderly care, and medical supplies.",
  "url": "https://yosrcare.com",
  "provider": {
    "name": "يسر للتمريض المنزلي والرعاية الصحية",
    "url": "https://yosrcare.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://yosrcare.com/.well-known/mcp/server-card.json",
      "protocol": "mcp",
      "transport": "https"
    },
    {
      "url": "https://yosrcare.com/api/agent",
      "protocol": "a2a/v1",
      "transport": "https"
    }
  ],
  "capabilities": [
    {
      "id": "search_services",
      "name": "Search Home Care Services",
      "description": "Find nursing and medical care services offered across Egyptian governorates."
    },
    {
      "id": "get_pricing_plans",
      "name": "Get Care Pricing & Plans",
      "description": "Retrieve exact hourly, daily, and monthly home nursing care plans and tariffs."
    },
    {
      "id": "search_supplies",
      "name": "Search Medical Equipment",
      "description": "Query available medical equipment, oxygen concentrators, hospital beds, and patient supplies."
    },
    {
      "id": "book_evaluation",
      "name": "Book Free Medical Evaluation",
      "description": "Initiate free patient assessment and clinical consultation booking."
    }
  ],
  "skills": [
    {
      "id": "home-care-consultation",
      "name": "Home Care Consultation",
      "description": "Clinical guidelines, patient assessment, and care recommendation for elderly, post-surgery, and bedridden patients."
    },
    {
      "id": "medical-equipment-advisory",
      "name": "Medical Equipment Advisory",
      "description": "Equipment specs, oxygen concentrator sizing, anti-bedsore mattress setup, and hospital bed configurations."
    }
  ]
}
