{
  "$schema": "https://a2a-protocol.org/schemas/v1/agent.json",
  "name": "Data Insight Solutions Agent",
  "description": "Autonomous AI Agent interface for Data Insight Solutions Ltd. enterprise SaaS, Big Data analytics, data science models, and defense simulation platforms.",
  "version": "1.0.0",
  "url": "https://www.datainsight.solutions",
  "provider": {
    "name": "Data Insight Solutions Ltd.",
    "url": "https://www.datainsight.solutions"
  },
  "capabilities": {
    "protocols": [
      {
        "type": "mcp",
        "url": "https://www.datainsight.solutions/.well-known/mcp/server-card.json",
        "version": "2025-06-18"
      },
      {
        "type": "webmcp",
        "url": "https://www.datainsight.solutions/js/webmcp.js",
        "version": "1.0.0"
      },
      {
        "type": "openapi",
        "url": "https://www.datainsight.solutions/api/v1/openapi.json",
        "version": "3.0.0"
      },
      {
        "type": "agent-skills",
        "url": "https://www.datainsight.solutions/.well-known/agent-skills/index.json",
        "version": "1.0.0"
      }
    ],
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "type": "oauth2",
    "authorization_endpoint": "https://www.datainsight.solutions/.well-known/oauth-authorization-server",
    "token_endpoint": "https://www.datainsight.solutions/.well-known/oauth-authorization-server",
    "scopes": [
      "read",
      "public"
    ],
    "documentation": "https://www.datainsight.solutions/auth.md"
  },
  "skills": [
    {
      "name": "search_data_insight",
      "description": "Search Data Insight enterprise products, data science models, accounting services, and defense simulation platforms.",
      "url": "https://www.datainsight.solutions/.well-known/agent-skills/data-insight-search/SKILL.md"
    },
    {
      "name": "book_consultation_demo",
      "description": "Book a live demo or consultation with Data Insight Solutions engineering and data science teams.",
      "url": "https://www.datainsight.solutions/.well-known/agent-skills/consultation-booking/SKILL.md"
    },
    {
      "name": "analytics_query",
      "description": "Execute queries against Data Insight public benchmarks and analytical datasets.",
      "url": "https://www.datainsight.solutions/.well-known/agent-skills/analytics-query/SKILL.md"
    }
  ]
}
