{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "leatherdoctorpro-business-info",
  "version": "1.0.0",
  "description": "Read-only Model Context Protocol server card for Leather Doctor Pro. Exposes business information (services, contact, service area, reviews) as MCP resources. Content is backed by the site's existing markdown representations, Agent Skills index, and API Catalog, which are discoverable without an MCP client.",
  "serverInfo": {
    "name": "leatherdoctorpro-business-info",
    "version": "1.0.0",
    "description": "Read-only Model Context Protocol server card for Leather Doctor Pro. Exposes business information (services, contact, service area, reviews) as MCP resources. Content is backed by the site's existing markdown representations, Agent Skills index, and API Catalog, which are discoverable without an MCP client."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://leatherdoctorpro.com/.well-known/mcp/",
    "protocolVersion": "2024-11-05"
  },
  "capabilities": {
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "tools": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "resources": [
    {
      "uri": "https://leatherdoctorpro.com/",
      "name": "Leather Doctor Pro — Home (markdown)",
      "description": "Home page of the business. Returns text/markdown when requested with Accept: text/markdown.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://leatherdoctorpro.com/services-2/",
      "name": "Leather Doctor Pro — Services (markdown)",
      "description": "Services page: hole and tear repair, recoloring, upholstery, refinishing. Returns text/markdown on content negotiation.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://leatherdoctorpro.com/reviews/",
      "name": "Leather Doctor Pro — Reviews (markdown)",
      "description": "Aggregated Google reviews with Review schema. Returns text/markdown on content negotiation.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://leatherdoctorpro.com/contact-us/",
      "name": "Leather Doctor Pro — Contact (markdown)",
      "description": "Contact info, service area, hours. Returns text/markdown on content negotiation.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://leatherdoctorpro.com/.well-known/agent-skills/index.json",
      "name": "Agent Skills index",
      "description": "Agent Skills 0.2.0 discovery index for this site.",
      "mimeType": "application/json"
    },
    {
      "uri": "https://leatherdoctorpro.com/.well-known/api-catalog",
      "name": "RFC 9727 API Catalog",
      "description": "Link set describing agent-discoverable resources (linkset+json).",
      "mimeType": "application/linkset+json"
    }
  ],
  "tools": [],
  "prompts": [],
  "links": {
    "documentation": "https://leatherdoctorpro.com/.well-known/agent-skills/index.json",
    "contact": "mailto:info@leatherdoctorpro.com"
  },
  "metadata": {
    "publisher": "Leather Doctor Pro",
    "publisherUrl": "https://leatherdoctorpro.com/",
    "lastUpdated": "2026-04-18"
  }
}
