Skip to main content
Glama
aws-samples

Allotrope MCP Server

by aws-samples

Related Servers

Alternatives to Allotrope MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Provides safe, deterministic inspection, transformation, validation, and diffing of structured data (JSON, CSV, YAML, Parquet) via schema-aware MCP tools.
      4
      Apache 2.0
    • A
      license
      A
      quality
      D
      maintenance
      Enables generating JSON Schema from sample data, generating TypeScript types, validating data against schemas, creating mock data from schemas, and comparing schemas for differences.
      5
      23
      MIT
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables validation, diff generation, and backend population for Synesthetic assets using schema-compliant resources and tools. Serves as an MCP adapter that enforces schema compliance and integrates with the Synesthetic asset generation pipeline.
      -

    TDQS

    A4.2/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool targets a distinct resource and action: validate_field_map checks field mappings, validate_asm_schema validates an ASM document against a schema, fetch_asm_document downloads a raw ASM document, list_asms enumerates models, and describe_asm provides metadata for a specific model. There is no meaningful overlap in purpose.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with snake_case: validate_field_map, validate_asm_schema, fetch_asm_document, list_asms, describe_asm. The minor difference in singular/plural (asm/asms) is natural and does not create confusion.

    Tool Count5/5

    Five tools is well within the ideal 3-15 range and each tool serves a clear, non-redundant function. The count feels appropriately scoped for a server focused on ASM validation and metadata retrieval.

    Completeness4/5

    The server covers the core workflows of discovering ASM models, fetching documents, validating schemas, and validating field maps. A minor gap is the lack of a tool to fetch schemas directly, but this can be worked around since validate_asm_schema accepts a local schema path.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues