# NTNU Courses (unofficial) MCP server

Unofficial NTNU course data: search, timetables, grades, course info, and exam logistics.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-martinsa04-ntnu-mcp
- Repository: https://github.com/MartinSA04/ntnu-mcp
- Website: https://github.com/MartinSA04/ntnu-mcp

## Install
- Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://ntnu-mcp.martinsundal.no/mcp

## Tools
- search_courses - Search NTNU's course catalog for a given year (server-side free-text search over course names and codes; Norwegian terms often match best, e.g. 'maskinlæring' rather than 'machine learning'). Call this first when you don't know the exact course code. Returns course codes, Norwegian names, campus, and exam dates. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_course_schedule - Every dated teaching activity (lectures, labs) for a course in a year, with Oslo-local times and rooms. Long output for large courses — prefer get_weekly_timetable for a compact recurring-week overview. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_weekly_timetable - The recurring weekly timetable grid for a course in a year: weekday, times, ISO-week ranges, rooms, and a classified 'kind' per slot (lecture / exercise / lab / seminar / unknown). The compact way to answer 'when are the lectures for X' — filter on kind == 'lecture', since NTNU's own activity titles are free-form Norwegian text. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_grade_distribution - Historical grade distribution for an NTNU course (per year and semester, with counts and percentages; grades A-F, or pass/fail codes). Accepts bare codes like 'TDT4100'. Omit years to get all recorded years. Small counts may be privacy-masked. Data comes from Norway's official DBH statistics. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_course_versions - The DBH-versioned course codes (like 'TDT4100-1') that exist for a bare NTNU course code. Useful when grade lookups come back empty. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_semesters - NTNU's terms (semesters) with ids like '26h' (autumn 2026) / '26v' (spring), teaching weeks, exam-period dates, and which term is current. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_course_info - Everything about an NTNU course except exam logistics: credits, level, campus, language of instruction, prerequisites, mandatory activities, course content / learning outcomes, credit reductions ('studiepoengreduksjon'), which study programs the teaching is planned for, contacts, and any alert notices (e.g. 'no longer taught'). English text by default; pass language 'nb' for Norwegian. Omit year for the current study year. For exam dates, times, aid codes, and rooms use get_exam_info. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_exam_info - Exam logistics for one or more NTNU courses in a single call: every exam occasion (ordinary / re-sit) with date, start time, duration, permitted-aids code ('hjelpemiddelkode') with its meaning, exam system, and assigned rooms. The way to answer 'when and where are my exams and what can I bring' for a whole semester at once. Rooms are only published days before the exam; unpublished fields are null. Omit year for the current study year. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- search_study_programs - Search NTNU's study-program catalog (~400 programs) by free text (name, code, keywords), study level (e.g. 'bachelor', 'master', 'ph.d'), and/or city (Trondheim, Gjøvik, Ålesund). Returns program codes like 'MTDT' — the input for get_study_plan. Call this first when you only know a program's name. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- get_study_plan - The official study plan for an NTNU program and cohort intake year: which courses (codes, credits, mandatory/elective) belong to each semester, and the specialization choice points with their course groups. The bridge from 'I study X' to concrete course codes — feed them to get_weekly_timetable, check_timetable_conflicts, or get_exam_info. cohort_year is the year the student STARTED (defaults to the current cohort); students in their Nth year started N-1 years ago. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- compare_courses - Side-by-side comparison of NTNU courses for a given year — campus, exam dates, weekly teaching hours, and latest grade distribution — to help choose between courses. Accepts bare course codes. Endpoint: https://ntnu-mcp.martinsundal.no/mcp
- check_timetable_conflicts - Checks a set of NTNU courses for the same year for clashing lecture/lab times and colliding exam dates — a clash check to run before registering for courses. Accepts bare course codes. Each side of a conflict carries its activity 'kind': a lecture-vs-lecture clash is unavoidable, while one involving an exercise or lab often has alternative groups. Exam dates come from the catalog, which does not mark deferred (utsatt/kont) sittings. Endpoint: https://ntnu-mcp.martinsundal.no/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.MartinSA04
- Version: 0.4.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
