{
  "mcpVersion": "1.0",
  "serverInfo": {
    "name": "Pati Mahallesi Public API",
    "version": "1.0.0"
  },
  "name": "Pati Mahallesi",
  "description": "Türkiye evcil hayvan platformu — veteriner, petshop, kuaför, pansiyon rehberi; NFC tasma; kayıp-bulundu; sahiplendirme; blog. Türkiye'nin en kapsamlı pet hizmetleri platformu.",
  "icon": "https://patimahallesi.com/icons/icon-192.png",
  "url": "https://patimahallesi.com",
  "contact": "destek@patimahallesi.com",
  "transport": {
    "type": "http",
    "endpoint": "https://patimahallesi.com"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "auth": {
    "type": "apiKey",
    "scheme": "Bearer",
    "in": "header",
    "name": "Authorization"
  },
  "instructions": "Pati Mahallesi API'sine erişim için: public GET endpoint'leri kimlik doğrulaması gerektirmez. Yönetim ve yazma işlemleri Bearer token gerektirir. Token almak için patimahallesi.com/panel adresinden işletme hesabı oluşturun.",
  "servers": [
    {
      "id": "public-api",
      "serverInfo": { "name": "Pati Public API", "version": "1.0.0" },
      "transport": { "type": "http", "endpoint": "https://patimahallesi.com" },
      "capabilities": ["openapi", "search", "sitemap", "llms-txt"],
      "auth": { "type": "apiKey", "scheme": "Bearer", "in": "header", "name": "Authorization" },
      "notes": "Kamu GET uçları kimliksizdir; yönetim ve yazma uçları Bearer token ister"
    }
  ],
  "resources": [
    {
      "uri": "https://patimahallesi.com/sitemap.xml",
      "name": "Sitemap",
      "description": "Tüm sayfaların XML sitemap'i",
      "mimeType": "application/xml"
    },
    {
      "uri": "https://patimahallesi.com/llms.txt",
      "name": "LLMs.txt",
      "description": "Platform hakkında LLM dostu metin açıklaması",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://patimahallesi.com/openapi.json",
      "name": "OpenAPI Specification",
      "description": "API uçlarının OpenAPI 3.x şeması",
      "mimeType": "application/json"
    }
  ]
}
