china-usci-mcp
Related Servers
Alternatives to china-usci-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceValidates Indian GSTIN numbers with structural checks, embedded PAN extraction, state-code lookup, and mod-36 check character validation, all via local compute.MIT
- AlicenseNot gradedqualityBmaintenanceValidates IMEI numbers with Luhn check and computes the check digit; works offline without API keys.6 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides a Luhn check-digit validation tool for numeric strings such as credit cards, IMEI, and national IDs.7 npmMIT
- AlicenseAqualityDmaintenanceVerified validation of structured identifiers — IBAN, payment cards, ISBN-13 and VIN — for AI agents. Runs the real checksum algorithms (mod-97, Luhn, mod-10, ISO 3779) instead of letting the model guess, and returns structured results with clear errors.425 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to audit EU payment runs offline—validating IBANs, SEPA character sets, VAT numbers, and control sums—without uploading any data.MIT
- AlicenseNot gradedqualityBmaintenanceValidates VAT number formats for EU, UK, Switzerland, and Norway.6 npmMIT
TDQS
Scored across 2 tools
validate_usci performs full validation and decoding of an entire USCI, while usci_check_character computes only the check character for a partial code. Their purposes are clearly separated, with no practical confusion between validating a complete code and verifying a single digit.
The names follow different structural patterns: validate_usci is verb-noun, while usci_check_character is noun-noun (or noun-verb-noun) and reads more like an object than an action. Although both consistently use lowercase 'usci', the lack of a uniform verb-first convention prevents a higher score.
With only two tools, the server is slightly below the typical 3-15 range, but it targets a very narrow domain (offline USCI validation). Each tool has a distinct and necessary role, so the count feels reasonable even if minimal.
The server covers the core operations needed for offline USCI processing: full validation/decode and check-character computation. It explicitly declares it does not query registries, so the lack of a lookup tool is an intentional boundary rather than a gap, making the surface complete for its stated purpose.