{
  "name": "Eli The Prague Tailor",
  "description": "Prague bespoke tailoring — book fittings and alterations online.",
  "url": "https://www.elitailor.com",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://www.elitailor.com/.well-known/mcp/server-card.json"
    },
    {
      "type": "agent-skills",
      "url": "https://www.elitailor.com/.well-known/agent-skills/index.json"
    }
  ],
  "capabilities": [
    "booking",
    "business_info"
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "book_appointment",
      "name": "Book appointment",
      "description": "Direct users to book a consultation, alteration, or fitting."
    },
    {
      "id": "get_business_info",
      "name": "Get business info",
      "description": "Provide address, opening hours, phone, and services."
    }
  ]
}