school-record-validator-mcp
Related Servers
Alternatives to school-record-validator-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive text analysis capabilities including character counting, word statistics, character type analysis, and text length validation for Korean and English text. Supports AI agents in analyzing and validating text content with detailed statistics and Unicode support.-
- AlicenseNot gradedqualityBmaintenanceMCP server enabling AI to search and retrieve Korean secondary school (middle/high) 2022 revised curriculum learning graphs, including achievement standards, topics, prerequisites, and transitions, via 11 tools.44 npm16MIT
- AlicenseNot gradedqualityDmaintenanceEnables secure local proofreading of Korean official documents (.hwpx/.hwp) using 3-layer AI correction for spelling, grammar, and official document style. Provides 50 administrative document templates for generating standardized official correspondence without cloud dependencies or API keys.23MIT
- AlicenseAqualityBmaintenanceRead-only MCP server for searching and retrieving the 2022 revised Korean special education curriculum for middle and high schools, with official source references, filters, and achievement standards.5MIT
- AlicenseNot gradedqualityBmaintenanceMCP server providing a local learning graph for the Korean vocational high school curriculum (2022 revised), including 8,425 achievement standards, topics, and 10 tools for searching standards, topics, prerequisites, and learning roadmaps.63 npm2MIT
- FlicenseNot gradedqualityCmaintenanceAccurately counts characters, bytes, and manuscript paper based on Unicode grapheme clusters, and provides deterministic feedback to help AI meet exact length limits for self-introductions or school records.-
TDQS
Scored across 7 tools
Each tool targets a distinct action: single validation, batch validation, searching guidance, retrieving source excerpts, explaining specific rules, listing fields, and rule pack info. The overlap between search_record_guidance and get_source_excerpt is clearly sequential (search then retrieve context).
Most tools follow a verb_noun pattern (validate_record_text, validate_record_batch, search_record_guidance, get_source_excerpt, explain_record_rule, list_record_fields). The exception is rule_pack_info, which uses a noun_noun pattern, but it's still understandable and consistent in style.
Seven tools is well within the ideal range for a domain-specific server. Each tool serves a clear purpose in the validation workflow, and there is no unnecessary redundancy.
The tool set covers the core lifecycle: validating single and batch records, searching and retrieving guidance, explaining findings, listing supported fields, and checking rule pack metadata. Minor gaps might include a tool for fetching raw validation reports or comparing rule packs, but the surface is generally complete.