{
  "schema_version": "1.0",
  "name": "OHY LABS",
  "description": "Custom AI agents, workflow automation systems, and MCP-ready integrations for modern businesses.",
  "url": "https://ohylabs.com",
  "contact": {
    "email": "mcp@ohylabs.com",
    "support": "https://ohylabs.com/book"
  },
  "servers": [
    {
      "name": "ohy-agents-gateway",
      "description": "Primary MCP gateway for AI agent orchestration and deployment",
      "transport": "https",
      "url": "https://mcp.ohylabs.com/v1",
      "version": "1.0.0",
      "auth": {
        "type": "oauth2",
        "authorizationUrl": "https://auth.ohylabs.com/oauth2/authorize",
        "tokenUrl": "https://auth.ohylabs.com/oauth2/token",
        "scopes": {
          "agents:read": "Read agent status and capabilities",
          "agents:execute": "Execute agent tasks and workflows",
          "data:read": "Read business data via MCP connectors",
          "data:write": "Write and update data via MCP connectors",
          "audit:read": "Access audit logs and observability data"
        }
      },
      "capabilities": {
        "tools": true,
        "resources": true,
        "prompts": true,
        "logging": true,
        "sampling": false
      },
      "tools": [
        {
          "name": "deploy_agent",
          "description": "Deploy an AI agent (Layla, Zain, Noor, Alex, Sara) to a business function",
          "inputSchema": {
            "type": "object",
            "required": ["agentId", "environment"],
            "properties": {
              "agentId": {
                "type": "string",
                "enum": ["layla", "zain", "noor", "Alex", "sara"],
                "description": "The AI agent to deploy"
              },
              "environment": {
                "type": "string",
                "enum": ["staging", "production"],
                "description": "Deployment environment"
              },
              "config": {
                "type": "object",
                "description": "Agent-specific configuration overrides"
              }
            }
          }
        },
        {
          "name": "query_agent_status",
          "description": "Get the current status, metrics, and health of a deployed agent",
          "inputSchema": {
            "type": "object",
            "required": ["agentId"],
            "properties": {
              "agentId": { "type": "string" },
              "includeMetrics": { "type": "boolean", "default": true }
            }
          }
        },
        {
          "name": "create_booking",
          "description": "Book a strategy session with the OHY LABS team",
          "inputSchema": {
            "type": "object",
            "required": ["name", "email", "date", "time"],
            "properties": {
              "name": { "type": "string" },
              "email": { "type": "string", "format": "email" },
              "company": { "type": "string" },
              "date": { "type": "string", "format": "date" },
              "time": { "type": "string" },
              "topic": { "type": "string" },
              "message": { "type": "string" }
            }
          }
        },
        {
          "name": "get_service_info",
          "description": "Retrieve information about OHY LABS services, pricing tiers, and capabilities",
          "inputSchema": {
            "type": "object",
            "properties": {
              "service": {
                "type": "string",
                "enum": ["agent-development", "automation", "mcp-readiness", "consulting", "all"],
                "default": "all"
              }
            }
          }
        },
        {
          "name": "run_mcp_audit",
          "description": "Initiate a free MCP readiness audit for a platform",
          "inputSchema": {
            "type": "object",
            "required": ["platformUrl", "contactEmail"],
            "properties": {
              "platformUrl": { "type": "string", "format": "uri" },
              "contactEmail": { "type": "string", "format": "email" },
              "stackDescription": { "type": "string" }
            }
          }
        }
      ],
      "resources": [
        {
          "uri": "ohy://agents/catalog",
          "name": "Agent Catalog",
          "description": "Full catalog of available AI agents with capabilities and metrics",
          "mimeType": "application/json"
        },
        {
          "uri": "ohy://services/catalog",
          "name": "Services Catalog",
          "description": "Complete list of OHY LABS services and deliverables",
          "mimeType": "application/json"
        },
        {
          "uri": "ohy://mcp/integration-guide",
          "name": "MCP Integration Guide",
          "description": "Step-by-step enterprise MCP integration documentation",
          "mimeType": "text/markdown"
        }
      ]
    }
  ],
  "metadata": {
    "founded": "2024",
    "headquarters": "Global",
    "industries": ["Enterprise AI", "MCP Infrastructure", "Business Automation"],
    "languages": ["en", "fr", "ar"],
    "compliance": ["SOC2-Type-II", "ISO-27001", "GDPR"],
    "sla": "99.9%"
  }
}
