{"schema":"webmcp-tools-manifest/1.0","site":"https://cyberkov.com","description":"WebMCP tools exposed by Cyberkov Information Technology. These tools are registered via navigator.modelContext.registerTool() on every page load.","registration_method":"navigator.modelContext.registerTool","tools":[{"name":"search_cyberkov","title":"Search Cyberkov Services","description":"Search Cyberkov's cybersecurity and signal security services by keyword. Returns matching service names, descriptions, categories, and page URLs.","annotations":{"readOnlyHint":true},"inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keywords (e.g., 'penetration testing', 'TSCM', 'MDR', 'forensics')"}},"required":["query"]}},{"name":"get_service_markdown","title":"Get Service Page Content","description":"Fetch the full structured Markdown content of any Cyberkov service or company page. Returns title, description, key areas, benefits, and deliverables.","annotations":{"readOnlyHint":true},"inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Page URL path (e.g., '/cybersecurity/mdr', '/signal-security/tscm', '/about')"},"language":{"type":"string","enum":["en","ar"],"description":"Language: 'en' for English (default), 'ar' for Arabic"}},"required":["path"]}},{"name":"navigate_to_service","title":"Navigate to Service Page","description":"Navigate the browser to a specific Cyberkov service or page. Use this to help users find the right service page after identifying what they need.","inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Page URL path to navigate to (e.g., '/cybersecurity/mdr', '/contact', '/about', '/signal-security')"}},"required":["path"]}},{"name":"get_contact_info","title":"Get Contact Information","description":"Get Cyberkov's contact information including phone number, email address, office location, and social media links.","annotations":{"readOnlyHint":true},"inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"get_company_overview","title":"Get Company Overview","description":"Get a concise AI-readable overview of Cyberkov including all services, certifications, leadership, and key facts. Returns the full llms.txt content.","annotations":{"readOnlyHint":true},"inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"submit_contact_inquiry","title":"Submit Contact Inquiry","description":"Submit a contact inquiry or service request to Cyberkov. Use when a user wants to get in touch, ask about services, or request a quote. Required: name, email, message.","annotations":{"readOnlyHint":false},"inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Full name"},"email":{"type":"string","format":"email","description":"Email address for reply"},"phone":{"type":"string","description":"Phone number (optional)"},"company":{"type":"string","description":"Organisation name (optional)"},"subject":{"type":"string","enum":["General Inquiry","Service Request","Partnership","Media/Press","Emergency Incident"]},"message":{"type":"string","description":"Detailed message (min 20 characters)"}},"required":["name","email","message"]}},{"name":"request_callback","title":"Request Secure Callback","description":"Request a secure phone callback from a Cyberkov expert. Supports burner/temporary phone numbers for privacy-sensitive inquiries.","annotations":{"readOnlyHint":false},"inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Full name"},"phone":{"type":"string","description":"Phone number for the callback"},"isBurnerPhone":{"type":"boolean","description":"True if temporary/burner phone","default":false},"preferredDate":{"type":"string","format":"date","description":"Preferred callback date (YYYY-MM-DD)"},"preferredTime":{"type":"string","description":"Preferred time window (e.g., '09:00-11:00')"},"timezone":{"type":"string","description":"Timezone (e.g., 'Asia/Kuwait')"},"notes":{"type":"string","description":"Optional notes about the purpose of the call"}},"required":["name","phone"]}},{"name":"request_meeting","title":"Request Physical Meeting","description":"Request an in-person meeting with Cyberkov at HQ, a neutral location, or client premises. Suitable for classified briefings and enterprise consultations.","annotations":{"readOnlyHint":false},"inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Full name"},"email":{"type":"string","format":"email","description":"Email address"},"organisation":{"type":"string","description":"Organisation name"},"location":{"type":"string","enum":["cyberkov_hq","neutral_location","client_location"],"description":"Preferred meeting location"},"preferredDate":{"type":"string","format":"date","description":"Preferred meeting date (YYYY-MM-DD)"},"agenda":{"type":"string","description":"Brief description of the meeting agenda"}},"required":["name","email","location"]}}],"resources":[{"url":"https://cyberkov.com/llms.txt","description":"Concise AI-readable company and services summary"},{"url":"https://cyberkov.com/llms-full.txt","description":"Full AI-readable catalog of all 183+ services and pages"},{"url":"https://cyberkov.com/agents.txt","description":"AI Agent Access Policies — per-agent rate limits, allowed actions, MCP endpoint"},{"url":"https://cyberkov.com/.well-known/mcp/server-card.json","description":"MCP Server Card (SEP-1649)"},{"url":"https://cyberkov.com/.well-known/agent-skills/index.json","description":"Agent Skills Discovery Index"},{"url":"https://cyberkov.com/.well-known/webmcp.json","description":"WebMCP manifest with all agent-accessible tools and forms"},{"url":"https://cyberkov.com/agent-docs","description":"Agent Integration Documentation"}]}