{
  "$schema": "https://github.com/modelcontextprotocol/modelcontextprotocol/raw/main/schema/server-card.json",
  "serverInfo": {
    "name": "PressHane Panel API",
    "version": "1.0.0",
    "description": "PressHane multi-tenant SaaS — matbaa yönetim paneli API. Sipariş, stok, personel, muhasebe, e-fatura modülleri."
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false }
  },
  "vendor": {
    "name": "PressHane",
    "url": "https://presshane.com",
    "supportUrl": "https://presshane.com/iletisim"
  },
  "categories": ["business", "saas", "manufacturing", "print-shop", "erp"],
  "tags": ["matbaa", "print-shop", "erp", "multi-tenant", "laravel", "vue"],
  "endpoints": {
    "documentation": "https://presshane.com/ozellikler",
    "api": "https://panel.presshane.com/api",
    "health": "https://panel.presshane.com/health",
    "publicPlans": "https://panel.presshane.com/api/public/plans",
    "eurTryRate": "https://panel.presshane.com/api/eur-try"
  },
  "auth": {
    "type": "session-cookie",
    "description": "Sanctum SPA authentication. Public APIs (/api/public/*, /api/eur-try, /api/contact) require no auth. Authenticated APIs use cookie-based session after POST /api/login.",
    "loginEndpoint": "https://panel.presshane.com/api/login",
    "csrfEndpoint": "https://panel.presshane.com/api/sanctum/csrf-cookie"
  }
}
