{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "naderco-web",
    "title": "NADERCO | نادركو",
    "version": "1.0.0",
    "websiteUrl": "https://naderco.sa",
    "iconUrl": "https://naderco.sa/favicon.ico"
  },
  "description": "Browser-side (WebMCP) tools for NADERCO: services, contact details, quote requests, meeting booking and free consultation.",
  "instructions": "Load https://naderco.sa in an agent-capable browser; tools are registered via navigator.modelContext.provideContext().",
  "transport": {
    "type": "webmcp",
    "endpoint": "https://naderco.sa/"
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": {},
    "prompts": {}
  },
  "tools": [
    { "name": "list_services", "description": "List NADERCO's service lines (security, crowd management, events, catering)." },
    { "name": "get_contact_info", "description": "Get NADERCO's official contact details and office location." },
    { "name": "request_quote", "description": "Prepare a quote request and open WhatsApp with the message pre-filled." },
    { "name": "book_meeting", "description": "Open the NADERCO meeting booking page." },
    { "name": "request_free_consultation", "description": "Open the NADERCO free consultation request page." }
  ],
  "authentication": {
    "required": false,
    "documentation": "https://naderco.sa/auth.md"
  }
}
