{
  "$schema": "https://modelcontextprotocol.io/schemas/SEP-1649/server-card.json",
  "serverInfo": {
    "name": "TransAsia Web Agent MCP Server",
    "version": "1.0.0",
    "description": "Model Context Protocol server for TransAsia Integrate Services Ltd., providing access to job recruitment, manpower consulting, and employer services."
  },
  "transport": {
    "type": "sse",
    "endpoint": "https://transasia.ltd/api/mcp/sse"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "search_recruitment_services",
      "description": "Search available international recruitment and manpower services offered by TransAsia."
    },
    {
      "name": "submit_jobseeker_inquiry",
      "description": "Submit a job candidate recruitment inquiry."
    },
    {
      "name": "submit_employer_inquiry",
      "description": "Submit an employer manpower request inquiry."
    }
  ]
}
