{
  "protocolVersion": "0.3.0",
  "name": "Detail Now Assistant",
  "version": "1.0.0",
  "description": "Agent interface for Detail Now — auto detailing, ceramic coating, PPF, window tint & headlight restoration in Taylor / Austin, TX. Provides business info, services, hours, service areas, and free-quote requests via a public MCP server.",
  "url": "https://austindetailnow.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://austindetailnow.com/mcp",
      "transport": "JSONRPC",
      "description": "Model Context Protocol over Streamable HTTP (JSON-RPC 2.0)."
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://austindetailnow.com/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Detail Now",
    "url": "https://austindetailnow.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "documentationUrl": "https://austindetailnow.com/auth.md",
  "skills": [
    {
      "id": "get_business_info",
      "name": "Get business info",
      "description": "Contact, hours, address, rating, service area, and social links.",
      "tags": [
        "info",
        "contact"
      ]
    },
    {
      "id": "get_services",
      "name": "Get services",
      "description": "Services offered (auto detailing, ceramic coating, PPF, window tint, warranties); optional category filter.",
      "tags": [
        "services",
        "pricing"
      ]
    },
    {
      "id": "get_hours",
      "name": "Get hours",
      "description": "Business hours and whether the shop is open right now.",
      "tags": [
        "hours"
      ]
    },
    {
      "id": "list_service_areas",
      "name": "List service areas",
      "description": "Cities and counties served, with location-specific service pages.",
      "tags": [
        "locations"
      ]
    },
    {
      "id": "request_quote",
      "name": "Request a quote",
      "description": "Submit a free, no-obligation quote request (name + phone/email + service). Supports dryRun.",
      "tags": [
        "quote",
        "lead",
        "booking"
      ]
    }
  ]
}
