{
  "protocolVersion": "0.3.0",
  "name": "CourseFinder",
  "description": "CourseFinder agent for discovering nationally recognised Australian courses and submitting course enquiries on the user's behalf. Exposed via MCP (JSON-RPC 2.0 over streamable HTTP).",
  "url": "https://www.coursefinder.com.au/api/mcp/",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://www.coursefinder.com.au/api/mcp/",
      "transport": "JSONRPC",
      "protocol": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://www.coursefinder.com.au/api/mcp/",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "CourseFinder",
    "url": "https://www.coursefinder.com.au"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.coursefinder.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_courses",
      "name": "Search courses",
      "description": "Search CourseFinder for courses with hybrid keyword + semantic retrieval and natural-language intent (study mode, qualification, funding, location).",
      "tags": [
        "search",
        "courses",
        "education",
        "australia"
      ],
      "examples": [
        "Find online Certificate IV courses in aged care",
        "Diploma of Nursing courses in Melbourne with government funding"
      ]
    },
    {
      "id": "get_course",
      "name": "Get course details",
      "description": "Get full details for a single course by courseId.",
      "tags": [
        "courses",
        "details"
      ]
    },
    {
      "id": "submit_course_enquiry",
      "name": "Submit course enquiry",
      "description": "Submit a course enquiry on the user's behalf. Preview-by-default; requires explicit confirmation to create a real lead.",
      "tags": [
        "enquiry",
        "lead",
        "courses"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}