{
  "schema_version": "1.0",
  "serverInfo": {
    "name": "AustralianCourses",
    "version": "1.0.0",
    "description": "Every accredited course in Australia. Search 47,000+ courses, compare providers, check funding eligibility, and enquire — without leaving your AI conversation."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://australiancourses.com.au/api/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://australiancourses.com.au/api/mcp"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "search_courses",
      "description": "Search Australian accredited courses by name, qualification level, field, state, delivery mode, and funding eligibility"
    },
    {
      "name": "get_course_detail",
      "description": "Get full details for a specific course offering including fees, funding options, and provider info"
    },
    {
      "name": "search_providers",
      "description": "Search registered training organisations, TAFEs and universities by name, state, and type"
    },
    {
      "name": "get_provider_detail",
      "description": "Get full provider profile including all courses, ratings, and registration status"
    },
    {
      "name": "get_funding_options",
      "description": "Check government funding eligibility (VSL, HECS, state subsidies) for a course"
    },
    {
      "name": "search_careers",
      "description": "Search career pathways and find qualifications that lead to a given occupation"
    },
    {
      "name": "submit_enquiry",
      "description": "Submit a student enquiry about a course directly to the provider via AustralianCourses"
    }
  ],
  "authentication": {
    "type": "none"
  },
  "legal": {
    "privacy_policy": "https://australiancourses.com.au/privacy",
    "terms_of_service": "https://australiancourses.com.au/terms"
  }
}