kw-notice-mcp
Related Servers
Alternatives to kw-notice-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceRead-only MCP server for factual queries and side-by-side comparisons of Korean university disclosure indicators using a bundled local snapshot, with no API key or network required.848 npmMIT

seojeom-mcpofficial
AlicenseNot gradedqualityDmaintenanceLocal-first MCP server that binds to a project opened by the Seojeom desktop app and serves its local wiki and graph data over stdio, enabling project-aware reading, searching, and writing of wiki and graph content.6 npmMIT- AlicenseAqualityAmaintenanceRead-only MCP server that lets Jeonbuk National University students query their LMS in natural language, covering daily briefings, deadlines, announcements, assignments, and course materials while keeping credentials local.2537 npmMIT
- AlicenseCqualityCmaintenanceMCP server that reads Korean school class and teacher timetables from Comci's public schedules, detects schedule changes, and exposes structured data via CLI, local REST, and MCP stdio.81Academic Free v1.1
- FlicenseAqualityBmaintenancePrivate local stdio MCP server for metadata-only discovery, recording, and querying of Markdown and PDF documents.4-
- AlicenseAqualityBmaintenanceUnofficial MCP server for Kangwon National University that provides academic calendar, cafeteria menus, notices, shuttle bus and city bus arrival information via natural language.7MIT
TDQS
Scored across 4 tools
Each tool has a distinct role: searching with filters, fetching a specific notice by ID, listing recent notices, and listing categories. There is no overlap between these operations.
All tool names follow a consistent verb_noun snake_case pattern: search_notices, get_notice, list_latest_notices, list_categories. This makes the set predictable and easy to navigate.
With four tools, the server is tightly scoped for a notice retrieval use case. Each tool serves a clear purpose without redundancy, and the count is neither too thin nor excessive.
For a read-only cache of notices, the set covers the essential operations: searching, retrieving individual notices, browsing the latest, and understanding available categories. There are no obvious missing functions for this scope.