{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "workforce-infotech-public",
    "title": "Workforce Infotech Public MCP",
    "version": "1.0.0"
  },
  "description": "Read-only MCP discovery server for Workforce Infotech company information, services and project brief preparation.",
  "iconUrl": "https://workforceinfotech.com/assets/images/favicon.png",
  "documentationUrl": "https://workforceinfotech.com/docs/mcp.html",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://workforceinfotech.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use read-only tools for discovery. Project information is only submitted through the official contact page.",
  "tools": [
    {
      "name": "get_company_profile",
      "title": "Get company profile",
      "description": "Return public company and contact information.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "list_services",
      "title": "List services",
      "description": "Return public service categories and URLs.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "prepare_project_brief",
      "title": "Prepare project brief",
      "description": "Create a brief template without submitting it.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "service": {
            "type": "string"
          },
          "objective": {
            "type": "string"
          },
          "features": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "required": [
          "service",
          "objective"
        ],
        "additionalProperties": false
      }
    }
  ],
  "resources": [
    {
      "name": "service-catalog",
      "title": "Service Catalog",
      "uri": "https://workforceinfotech.com/api/v1/services",
      "description": "Public service catalog.",
      "mimeType": "application/json"
    }
  ],
  "_meta": {
    "status": "draft-standard",
    "privacy": "No user data is required by the read-only tools."
  }
}
