{
    "schema_version": "1.0",
    "name": "Hatay Temizlik MCP Server",
    "description": "Model Context Protocol tools for Hatay cleaning and facility management services.",
    "endpoint": "https://hataytemizlik.com/api/v1/mcp",
    "transports": [
        "sse",
        "http"
    ],
    "tools": [
        {
            "name": "get_services",
            "description": "List all 10 cleaning categories and 46 specialized services with descriptions and pricing guidelines."
        },
        {
            "name": "check_coverage",
            "description": "Check service coverage and availability across all 15 districts of Hatay (Antakya, Defne, Iskenderun, etc.)."
        },
        {
            "name": "request_quote",
            "description": "Submit quotation inquiry or book an on-site facility inspection on behalf of a user."
        }
    ]
}