{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2026/server-card.json",
  "name": "Data Insight Solutions MCP Server",
  "version": "1.0.0",
  "description": "Model Context Protocol (MCP) server for Data Insight Solutions Ltd., providing enterprise analytics, data science models, military AI application context, and consultation scheduling tools.",
  "serverInfo": {
    "name": "Data Insight Solutions MCP Server",
    "version": "1.0.0",
    "description": "Model Context Protocol (MCP) server for Data Insight Solutions Ltd., providing enterprise analytics, data science models, military AI application context, and consultation scheduling tools."
  },
  "transport": {
    "type": "sse",
    "url": "https://datainsight.solutions/mcp/sse"
  },
  "transports": [
    {
      "type": "sse",
      "url": "https://datainsight.solutions/mcp/sse"
    }
  ],
  "capabilities": {
    "prompts": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "tools": {
      "listChanged": false
    }
  },
  "auth": {
    "type": "oauth2",
    "authorization_server": "https://datainsight.solutions/.well-known/oauth-authorization-server",
    "scopes": ["read:analytics", "execute:queries", "book:demo"]
  },
  "documentationUrl": "https://datainsight.solutions/docs/api"
}
