{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card-2025-09.json",
  "serverInfo": {
    "name": "sol-business-solutions",
    "title": "SOL Business Solutions MCP Server",
    "version": "1.0.0",
    "description": "Read-only company / services / courses information for SOL Business Solutions, plus contact-inquiry and course-enrollment tools that email info@sol.com.sa.",
    "homepage": "https://sol.com.sa",
    "vendor": {
      "name": "SOL Business Solutions",
      "url": "https://sol.com.sa",
      "email": "info@sol.com.sa"
    }
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://sol.com.sa/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    { "name": "get_company_info", "description": "Returns SOL company facts: HQ address, contact, certifications, key statistics, and social links." },
    { "name": "list_services", "description": "Lists SOL's 7 core service offerings with summaries and capabilities." },
    { "name": "list_courses", "description": "Lists the public training courses SOL offers (slug, name, category, level, language, duration)." },
    { "name": "submit_contact_inquiry", "description": "Submits a contact inquiry to SOL. Sends an email to info@sol.com.sa. Rate-limited per client IP." },
    { "name": "enroll_in_course", "description": "Submits a training-course enrollment to SOL for a given course slug. Sends an email to info@sol.com.sa. Rate-limited per client IP." }
  ],
  "authentication": {
    "required": false,
    "writeToolsRateLimit": {
      "windowSeconds": 600,
      "maxRequests": 5,
      "scope": "per-client-ip"
    }
  }
}
