hansung-university-regulation-mcp
Related Servers
Alternatives to hansung-university-regulation-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search and retrieve Sangmyung University regulations, articles, and forms from the university's rule management system.MIT
- AlicenseAqualityAmaintenanceEnables AI to search and retrieve regulations from Dongguk University's integrated rule management system.10MIT
- AlicenseAqualityDmaintenanceMCP server to search and retrieve regulations from 14 Korean universities' regulation management systems. Supports querying, listing, and viewing full text or specific articles.411 npm2MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI programs to search and retrieve approved public regulations with citations, supporting PDF, HWP, HWPX, and DOCX formats.43MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables searching and retrieving Korean legal information including laws, court precedents, legal interpretations, and local ordinances from the Korean National Law Information Center API with intelligent search ranking.-
- FlicenseAqualityCmaintenanceEnables AI systems to search, retrieve, and analyze Korean legal information from the National Law Information API (law.go.kr), including laws, administrative rules, English translations, and law-ordinance linkages.262-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: searching by keyword, listing all, retrieving full text, and retrieving a specific article. The overlap between get_regulation and get_regulation_article is intentional and well-described, so no ambiguity exists.
All tool names follow a consistent verb_noun pattern (search_*, list_*, get_*). The nouns are appropriately specific (regulations, regulation, regulation_article), and there is no mixing of conventions.
With only 4 tools, the server is tightly scoped to the domain of retrieving university regulations. This is an appropriate size; each tool serves a necessary function and none are superfluous.
The set covers the core lifecycle: discover (list/search), retrieve full text, and retrieve specific articles. A minor gap is that search only matches regulation names, not full-text content, but this can be worked around by fetching individual regulations.