{
  "protocolVersion": "0.3.0",
  "name": "Career FAQs",
  "description": "Career FAQs agent for discovering Australian career content — career guides, how-to-become outcomes, blog articles and resources — to answer career questions. Exposed via MCP (JSON-RPC 2.0 over streamable HTTP).",
  "url": "https://www.careerfaqs.com.au/api/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://www.careerfaqs.com.au/api/mcp",
      "transport": "JSONRPC",
      "protocol": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://www.careerfaqs.com.au/api/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Career FAQs",
    "url": "https://www.careerfaqs.com.au"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.careerfaqs.com.au/.well-known/mcp/server-card.json",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search_career_content",
      "name": "Search career content",
      "description": "Search Career FAQs career content (guides, how-to-become outcomes, articles, resources) with keyword retrieval and natural-language intent (content type + industry).",
      "tags": [
        "search",
        "careers",
        "content",
        "australia"
      ],
      "examples": [
        "How to become a registered nurse",
        "Resume writing tips for graduates"
      ]
    },
    {
      "id": "get_career_content",
      "name": "Get career content",
      "description": "Get full details (incl. body text) for a single career-content item by contentId.",
      "tags": [
        "careers",
        "content",
        "details"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}