DTU-Calendar-MCP
Related Servers
Alternatives to DTU-Calendar-MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA local MCP server that exposes your UPV academic calendar and PoliformaT data to MCP clients, enabling natural language queries for classes, deadlines, announcements, and materials.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that gives Claude Desktop access to school data from Studie+ (Danish school platform), enabling queries about schedules, homework, assignments, and files directly in chat.MIT
- AlicenseNot gradedqualityAmaintenanceA read-only MCP server exposing NTNU course data to LLM assistants, enabling course catalog search, teaching schedules, weekly timetables, grade statistics, and course comparison tools.1MIT
- AlicenseNot gradedqualityAmaintenanceMCP server exposing NTNU course data (search, schedules, grades, semesters) as tools for LLM agents.16 npmMIT
- FlicenseAqualityBmaintenanceAn MCP server that gives desktop AI apps access to your Waterloo LEARN courses, enabling listing courses, getting announcements, content, grades, and upcoming events through natural language.52-
- AlicenseNot gradedqualityAmaintenanceA read-only MCP server that exposes iCalendar feeds as queryable tools for LLM agents, enabling calendar event retrieval and filtering.MIT
TDQS
Scored across 6 tools
Most tools have clearly distinct purposes: listing upcoming items, listing inferred deadlines, fetching single items, summarizing by course, showing cache changes, and reporting feed status. The only potential confusion is between list_upcoming and list_deadlines, since deadlines are a subset of upcoming items, but the descriptions clarify the distinction.
The naming pattern is mostly consistent verb_noun: list_deadlines, get_calendar_item, get_course_overview, get_calendar_changes, get_feed_status. list_upcoming deviates slightly because 'upcoming' is an adjective rather than a noun object, but the pattern is otherwise uniform and predictable.
Six tools is well-scoped for a calendar-oriented MCP server. Each tool addresses a distinct need: browsing upcoming items, filtering deadlines, retrieving details, summarizing by course, detecting changes, and checking feed health. No tool feels redundant or unnecessary.
The tool surface covers the apparent read-only calendar domain well: listing upcoming content, surfacing deadlines, retrieving individual items, summarizing by course, tracking changes over time, and reporting cache/source status. There are no obvious missing operations that would create dead ends for an agent.