{
  "name": "ntlsn",
  "description": "NTLSN hosted MCP server — Australian higher-education teaching & learning open data.",
  "transport": "Model Context Protocol over HTTP — POST JSON-RPC 2.0 to this URL.",
  "methods": [
    "initialize",
    "tools/list",
    "tools/call",
    "ping"
  ],
  "tools": [
    {
      "name": "upcoming_events",
      "description": "Upcoming Australian higher-education teaching & learning events — conferences, showcases, workshops and webinars across the 42 universities. Optional university id (e.g. 'usq') and a limit."
    },
    {
      "name": "search_archive",
      "description": "Search the rescued archive of 1,431 ALTC- and OLT-funded teaching-scholarship works (1994-2025) by title or author."
    },
    {
      "name": "universities",
      "description": "All 42 Australian universities with their Learning & Teaching team pages, alliance group, and the Traditional Country each stands on."
    }
  ],
  "example": {
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "upcoming_events",
      "arguments": {
        "limit": 3
      }
    }
  },
  "docs": "https://www.ntlsn.com/developers.html"
}