{
  "name": "Leather Doctor Pro — Business Info Agent Card",
  "version": "1.0.0",
  "description": "Discovery metadata for Leather Doctor Pro — mobile leather furniture repair, restoration, upholstery, and refinishing services in the Chicago Metropolitan Area. This card exposes read-only business information (services, pricing guidance, contact info, service area, and reviews) in machine-readable form so that AI agents can answer user questions about the business without page-by-page scraping.",
  "supportedInterfaces": [
    {
      "name": "HTTP",
      "transport": "https",
      "url": "https://leatherdoctorpro.com/",
      "serviceUrl": "https://leatherdoctorpro.com/",
      "contentNegotiation": {
        "text/markdown": "Agent-friendly markdown representations of every main page, served when request sends Accept: text/markdown",
        "application/json": "Agent Skills index and discovery metadata at /.well-known/agent-skills/ and /.well-known/api-catalog"
      }
    }
  ],
  "capabilities": [
    {
      "id": "business-info",
      "name": "Business Information",
      "description": "Provides name, contact information, service area, hours, and a short description of services offered."
    },
    {
      "id": "service-catalog",
      "name": "Service Catalog",
      "description": "Lists repair and restoration services the business performs on leather furniture — including hole and tear repair, recoloring, re-upholstery, and refinishing."
    },
    {
      "id": "reviews",
      "name": "Customer Reviews",
      "description": "Exposes aggregate rating and representative customer reviews with Review schema on /reviews/."
    }
  ],
  "skills": [
    {
      "id": "list-services",
      "name": "List leather repair services",
      "description": "Return the list of services the business offers — see https://leatherdoctorpro.com/.well-known/agent-skills/list-services/SKILL.md"
    },
    {
      "id": "contact-info",
      "name": "Get contact info and service area",
      "description": "Return phone, email, hours, and service area — see https://leatherdoctorpro.com/.well-known/agent-skills/contact-info/SKILL.md"
    },
    {
      "id": "book-leather-repair",
      "name": "Book a leather repair consultation",
      "description": "Guidance for directing a user to book a repair consultation — see https://leatherdoctorpro.com/.well-known/agent-skills/book-leather-repair/SKILL.md"
    }
  ],
  "links": {
    "agentSkillsIndex": "https://leatherdoctorpro.com/.well-known/agent-skills/index.json",
    "apiCatalog": "https://leatherdoctorpro.com/.well-known/api-catalog",
    "homepage": "https://leatherdoctorpro.com/",
    "reviews": "https://leatherdoctorpro.com/reviews/",
    "contact": "https://leatherdoctorpro.com/contact-us/"
  },
  "metadata": {
    "publisher": "Leather Doctor Pro",
    "publisherUrl": "https://leatherdoctorpro.com/",
    "contact": "info@leatherdoctorpro.com",
    "lastUpdated": "2026-04-18"
  }
}
