{
  "name": "TEKSOMA AI Capabilities",
  "version": "1.0",
  "organization": "TEKSOMA Holding, Lda.",
  "ai_operator": {
    "name": "TEKSOMA Technology",
    "url": "https://tech.teksoma.com",
    "operator_entity": "CMPSOARES, Lda."
  },
  "mcp_server": {
    "name": "TEKSOMA MCP Server",
    "url": "https://mcp.teksoma.com",
    "protocol": "Model Context Protocol (MCP)",
    "description": "Group-wide MCP endpoint providing AI agent integration across TEKSOMA services. Supports tool discovery, execution, and context sharing.",
    "transport": "streamable-http",
    "capabilities": ["tool_discovery", "tool_execution", "ai_readiness_assessment"]
  },
  "tools": [
    {
      "name": "check_ai_readiness",
      "display_name": "AI Readiness Checker",
      "description": "Evaluates an organisation's preparedness for AI adoption. Assesses infrastructure maturity, data readiness, governance frameworks, team capabilities, and cultural alignment. Returns a scored report with actionable recommendations.",
      "endpoint": "https://tech.teksoma.com/ai-readiness",
      "method": "interactive",
      "input": {
        "type": "questionnaire",
        "categories": ["infrastructure", "data", "governance", "people", "culture"]
      },
      "output": {
        "type": "assessment_report",
        "format": "structured",
        "includes": ["overall_score", "category_scores", "recommendations", "maturity_level"]
      },
      "audience": ["enterprises", "SMEs", "regulated entities", "CTOs", "digital transformation leaders"],
      "status": "active"
    }
  ],
  "ai_discovery": {
    "llms_txt": "https://teksoma.com/llms.txt",
    "llms_full_txt": "https://teksoma.com/llms-full.txt",
    "ai_page": "https://teksoma.com/ai",
    "well_known_ai": "https://teksoma.com/.well-known/ai.json"
  },
  "related_platforms": [
    { "name": "TEKSURE", "url": "https://teksure.io", "ai_features": ["policy automation", "compliance workflows", "analytics"] },
    { "name": "TEKLEXIS", "url": null, "status": "coming_soon", "ai_features": ["NLP legal analysis", "contract review", "document classification", "entity extraction"] },
    { "name": "QRForge", "url": "https://qrforge.dev", "ai_features": [] }
  ]
}
