{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "Brill MCP Server",
    "version": "1.0.0",
    "description": "MCP-compatible informational server for Brill — Bangladesh's premier HR & Business Solutions platform (brill.team). Provides tools to discover services, HR modules, pricing, and contact information.",
    "vendor": "Data Insight Solutions Ltd",
    "contact": "info@datainsight.solutions",
    "homepage": "https://brill.team",
    "logo": "https://brill.team/images/logo.png"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://brill.team/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "sampling": false
  },
  "tools": [
    {
      "name": "get_services",
      "description": "Returns a structured list of all Brill business services with descriptions and URLs.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "get_hr_modules",
      "description": "Returns details on all Brill Smart HR SaaS modules including Biometric Attendance, Payroll, Leave Management, Employee Records, and Document Hub.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "get_contact_info",
      "description": "Returns Brill's contact information including phone, email, and office address in Bangladesh.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    }
  ],
  "resources": [
    {
      "uri": "https://brill.team/llms.txt",
      "name": "LLM Overview",
      "mimeType": "text/plain",
      "description": "Machine-readable overview of Brill services optimized for LLMs."
    },
    {
      "uri": "https://brill.team/llms-full.txt",
      "name": "Full LLM Documentation",
      "mimeType": "text/plain",
      "description": "Full documentation of all Brill products and services for AI agents."
    },
    {
      "uri": "https://brill.team/.well-known/api-catalog",
      "name": "API Catalog",
      "mimeType": "application/linkset+json",
      "description": "RFC 9727 API catalog listing all Brill service documentation endpoints."
    }
  ],
  "authentication": {
    "required": false,
    "note": "All tools on this server return publicly available information and do not require authentication."
  }
}
