Skip to main content
Glama
zbl1998-sdjn

china-usci-mcp

by zbl1998-sdjn

Related Servers

Alternatives to china-usci-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Validates Indian GSTIN numbers with structural checks, embedded PAN extraction, state-code lookup, and mod-36 check character validation, all via local compute.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Validates IMEI numbers with Luhn check and computes the check digit; works offline without API keys.
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides a Luhn check-digit validation tool for numeric strings such as credit cards, IMEI, and national IDs.
      7 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Verified 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.
      4
      25 npm
      Apache 2.0

    TDQS

    A4.1/5.0

    Scored across 2 tools

    Disambiguation5/5

    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.

    Naming Consistency3/5

    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.

    Tool Count4/5

    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.

    Completeness5/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues