Skip to main content
Glama

Server Details

CPU telemetry & benchmarking, SHA-256 hashing, AES-256-GCM storage, AI video/image via Nova.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Server Listing
Maxion MCP Gateway

TDQS

A3.6/5.0

Scored across 19 tools

Disambiguation4/5

Each tool has a distinct name and purpose within its domain (billing, engine, media, security, storage, gateway). While there is some semantic overlap (e.g., engine_maxion_status vs. engine_maxion_diagnostics), the specific functions are clear enough to avoid misselection.

Naming Consistency3/5

Naming patterns are inconsistent: some tools use domain_entity_action (engine_maxion_activate), others use domain_action (billing_activate), and one uses just domain_status (gateway_status). The inclusion of 'lineage0' and '0' suffixes adds further irregularity.

Tool Count3/5

19 tools is on the higher end but justifiable for a multi-service gateway. However, several tools are stubs (NOT IMPLEMENTED), and there are multiple status/diagnostic tools per domain, which makes the set feel padded rather than tightly scoped.

Completeness2/5

The tool surface is incomplete in several areas: security lacks functional quarantine and logging, engine lacks a working deactivate, and there is no way to manage billing subscriptions or view media history beyond a simple archive list. The presence of explicitly NOT IMPLEMENTED tools highlights these gaps.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 8 tool updates
    • Changedbilling_activate2 fields changed
      • changedInput schema / properties / license_key / description
        Previous value: -"The license key from purchase confirmation."New value: +"The license key from your Gumroad purchase email."
      • changedInput schema / properties / product_permalink / description
        Previous value: -"The Gumroad product permalink."New value: +"The Gumroad product permalink (e.g. 'quezar-monthly')."
    • Changedbilling_purchase1 field changed
      • changedInput schema / properties / duration / description
        Previous value: -"Duration or license tier."New value: +"For maxion/diamonize/quezar: 'trial' (free 30 min), 'hourly', or 'monthly'. For lineage0: number of seconds (6, 12, 30, 60, or 120) -- each purchase is a single consumable video credit."
    • Changedmedia_lineage0_generate3 fields changed
      • changedInput schema / properties / duration / description
        Previous value: -"Duration in seconds for video synthesis."New value: +"Required for media_type='video': the purchased credit's duration in seconds. Must match the duration passed to billing_purchase."
      • changedInput schema / properties / media_type / description
        Previous value: -"Output format: 'video' for Nova Reel 1.1, 'image' for Nova Canvas."New value: +"Output format: 'video' for 4K Nova Reel 1.1 synthesis, 'image' for Nova Canvas commercial-grade image."
      • changedInput schema / properties / prompt / description
        Previous value: -"Scene or image description."New value: +"Natural-language description of the desired video or image content."
    • Changedsecurity_diamonize_logs1 field changed
      • changedInput schema / properties / count / description
        Previous value: -"Number of recent log entries to return (default 10)."New value: +"Number of recent log entries to return (default 10, max 100)."
    • Changedsecurity_diamonize_quarantine1 field changed
      • changedInput schema / properties / target / description
        Previous value: -"Absolute file path or process name to quarantine."New value: +"Absolute file path or process name to record as quarantined."
    • Changedsecurity_diamonize_scan1 field changed
      • changedInput schema / properties / target / description
        Previous value: -"Absolute file path to scan, or 'SYSTEM_MEMORY' to scan active RAM."New value: +"Absolute file path to scan, or the literal string 'SYSTEM_MEMORY' to scan active RAM."
    • Changedstorage_quezar_delete1 field changed
      • changedInput schema / properties / Vault_id / description
        Previous value: -"The Vault ID of the record to delete."New value: +"The Vault ID of the record to permanently delete."
    • Changedstorage_quezar_store1 field changed
      • changedInput schema / properties / payload / description
        Previous value: -"Plain-text data to encrypt and store."New value: +"Plain-text data to encrypt and store. Accepts any string up to 10 MB."
  2. 20 tool updates
    • Changedbilling_activate6 fields changed
      • changedInput schema / properties / license_key / description
        Previous value: -"The license key from your Gumroad purchase email."New value: +"The license key from purchase confirmation."
      • changedInput schema / properties / product_permalink / description
        Previous value: -"The Gumroad product permalink (e.g. 'quezar-monthly')."New value: +"The Gumroad product permalink."
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Activation result and expiration time.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / expires_at
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / tool
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / valid
        Removed value: -{
        -  "type": "boolean"
        -}
    • Changedbilling_purchase5 fields changed
      • changedInput schema / properties / duration / description
        Previous value: -"For maxion: 'trial' (free 30 min), 'hourly' ($2.50), or 'monthly' ($20). For diamonize/quezar: 'trial' or 'monthly' only ($20/mo and $9.99/mo respectively -- no hourly tier). For lineage0: number of seconds as a string, one of the fixed-price tier durations as a string: '6', '12', '18', '24', '30', '36', '42', '48', '54', '60', '66', '72', '78', or '84' (seconds). Each purchase is a single consumable video credit."New value: +"Duration or license tier."
      • addedInput schema / properties / duration / enum
        Added value: +[
        +  "trial",
        +  "hourly",
        +  "monthly",
        +  "6",
        +  "12",
        +  "30",
        +  "60",
        +  "120"
        +]
      • removedOutput schema / properties / checkout_url
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "License details or checkout URL.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / instructions
        Removed value: -{
        -  "type": "string"
        -}
    • Removedengine_download_desktop
    • Changedengine_maxion_activate10 fields changed
      • changedInput schema / properties / duration_minutes / description
        Previous value: -"How long to keep the engine active, in minutes. Optional -- defaults to 60 if omitted, so this never needs to be asked for up front."New value: +"How long to keep the engine active, in minutes."
      • addedInput schema / required
        Added value: +[
        +  "duration_minutes"
        +]
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Telemetry output and activation state.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / cores
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / cpu
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / load_percent
        Removed value: -{
        -  "type": "number"
        -}
      • removedOutput schema / properties / memory_total_gb
        Removed value: -{
        -  "type": "number"
        -}
      • removedOutput schema / properties / memory_used_gb
        Removed value: -{
        -  "type": "number"
        -}
      • removedOutput schema / properties / status
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / temperature_c
        Removed value: -{
        -  "type": "number"
        -}
    • Changedengine_maxion_deactivate2 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Deactivation status message.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / status
        Removed value: -{
        -  "type": "string"
        -}
    • Changedengine_maxion_diagnostics5 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Hardware diagnostic report.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / cores
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / cpu_brand
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / memory_total_gb
        Removed value: -{
        -  "type": "number"
        -}
      • removedOutput schema / properties / result
        Removed value: -{
        -  "type": "string"
        -}
    • Changedengine_maxion_status4 fields changed
      • removedOutput schema / properties / active
        Removed value: -{
        -  "type": "boolean"
        -}
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Current hardware and engine telemetry.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / load_percent
        Removed value: -{
        -  "type": "number"
        -}
      • removedOutput schema / properties / temperature_c
        Removed value: -{
        -  "type": "number"
        -}
    • Changedgateway_status6 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "System health overview and tool counts.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / fleet_key_active
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedOutput schema / properties / lineage0_status
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / mode
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / tool_count
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / version
        Removed value: -{
        -  "type": "string"
        -}
    • Changedmedia_lineage0_archive3 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Archive artifact list.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / count
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / items
        Removed value: -{
        -  "items": {
        -    "properties": {
        -      "key": {
        -        "type": "string"
        -      },
        -      "size_kb": {
        -        "type": "number"
        -      }
        -    },
        -    "type": "object"
        -  },
        -  "type": "array"
        -}
    • Changedmedia_lineage0_generate9 fields changed
      • addedInput schema / properties / duration
        Added value: +{
        +  "description": "Duration in seconds for video synthesis.",
        +  "enum": [
        +    "6",
        +    "12",
        +    "30",
        +    "60",
        +    "120"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / duration_seconds
        Removed value: -{
        -  "description": "Required for video when you don't yet hold a Lineage.0 license: one of 6-84 seconds (6-second steps). Determines which fixed-price tier's checkout link is returned.",
        -  "enum": [
        -    "6",
        -    "12",
        -    "18",
        -    "24",
        -    "30",
        -    "36",
        -    "42",
        -    "48",
        -    "54",
        -    "60",
        -    "66",
        -    "72",
        -    "78",
        -    "84"
        -  ],
        -  "type": "string"
        -}
      • changedInput schema / properties / media_type / description
        Previous value: -"Output format: 'video' for 4K Nova Reel 1.1 synthesis, 'image' for Nova Canvas commercial-grade image."New value: +"Output format: 'video' for Nova Reel 1.1, 'image' for Nova Canvas."
      • changedInput schema / properties / prompt / description
        Previous value: -"Natural-language description of the desired video or image content."New value: +"Scene or image description."
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Generated media URL or synthesis job status.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / expires_in_seconds
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / media_type
        Removed value: -{
        -  "enum": [
        -    "video",
        -    "image"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / url
        Removed value: -{
        -  "format": "uri",
        -  "type": "string"
        -}
      • removedOutput schema / required
        Removed value: -[
        -  "url",
        -  "media_type"
        -]
    • Changedmedia_lineage0_status4 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Cluster availability and queue status.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / nova_canvas
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / nova_reel
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / s3_bucket
        Removed value: -{
        -  "type": "string"
        -}
    • Changedsecurity_diamonize_logs3 fields changed
      • changedInput schema / properties / count / description
        Previous value: -"Number of recent log entries to return (default 10, max 100)."New value: +"Number of recent log entries to return (default 10)."
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Interception and event log entries.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / entries
        Removed value: -{
        -  "items": {
        -    "properties": {
        -      "event": {
        -        "type": "string"
        -      },
        -      "timestamp": {
        -        "format": "date-time",
        -        "type": "string"
        -      }
        -    },
        -    "type": "object"
        -  },
        -  "type": "array"
        -}
    • Changedsecurity_diamonize_quarantine4 fields changed
      • changedInput schema / properties / target / description
        Previous value: -"Absolute file path or process name to record as quarantined."New value: +"Absolute file path or process name to quarantine."
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Quarantine action outcome.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / status
        Removed value: -{
        -  "enum": [
        -    "QUARANTINED"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / target
        Removed value: -{
        -  "type": "string"
        -}
    • Changedsecurity_diamonize_scan7 fields changed
      • changedInput schema / properties / target / description
        Previous value: -"Absolute file path to scan, or the literal string 'SYSTEM_MEMORY' to scan active RAM."New value: +"Absolute file path to scan, or 'SYSTEM_MEMORY' to scan active RAM."
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Security scan analysis and verdict.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / result
        Removed value: -{
        -  "enum": [
        -    "CLEAN",
        -    "THREAT_DETECTED"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / sha256
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / size_bytes
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / target
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / threats_found
        Removed value: -{
        -  "type": "integer"
        -}
    • Changedsecurity_diamonize_status4 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Security posture telemetry.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / last_sweep
        Removed value: -{
        -  "format": "date-time",
        -  "type": "string"
        -}
      • removedOutput schema / properties / shield_active
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedOutput schema / properties / zero_trust_enabled
        Removed value: -{
        -  "type": "boolean"
        -}
    • Changedstorage_quezar_delete4 fields changed
      • changedInput schema / properties / Vault_id / description
        Previous value: -"The Vault ID of the record to permanently delete."New value: +"The Vault ID of the record to delete."
      • removedOutput schema / properties / Vault_id
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Deletion confirmation message.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / purged
        Removed value: -{
        -  "type": "boolean"
        -}
    • Changedstorage_quezar_list3 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "List of active sector IDs.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / count
        Removed value: -{
        -  "type": "integer"
        -}
      • removedOutput schema / properties / sector_ids
        Removed value: -{
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
    • Changedstorage_quezar_retrieve3 fields changed
      • removedOutput schema / properties / Vault_id
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Decrypted payload.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / payload
        Removed value: -{
        -  "type": "string"
        -}
    • Changedstorage_quezar_status4 fields changed
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Vault storage metrics.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / encryption
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / online
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedOutput schema / properties / sector_count
        Removed value: -{
        -  "type": "integer"
        -}
    • Changedstorage_quezar_store5 fields changed
      • changedInput schema / properties / payload / description
        Previous value: -"Plain-text data to encrypt and store. Accepts any string up to 10 MB."New value: +"Plain-text data to encrypt and store."
      • removedOutput schema / properties / Vault_id
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / content
        Added value: +{
        +  "description": "Stored sector ID and encryption metadata.",
        +  "type": "array"
        +}
      • removedOutput schema / properties / encryption
        Removed value: -{
        -  "const": "AES-256-GCM",
        -  "type": "string"
        -}
      • removedOutput schema / required
        Removed value: -[
        -  "Vault_id"
        -]
  3. 1 tool update
    • Changedengine_maxion_activate2 fields changed
      • changedInput schema / properties / duration_minutes / description
        Previous value: -"How long to keep the engine active, in minutes."New value: +"How long to keep the engine active, in minutes. Optional -- defaults to 60 if omitted, so this never needs to be asked for up front."
      • removedInput schema / required
        Removed value: -[
        -  "duration_minutes"
        -]
  4. 1 tool update
    • Changedengine_download_desktop1 field changed
      • addedInput schema / properties / product
        Added value: +{
        +  "description": "Which specific dashboard to download — 'maxion', 'diamonize', or 'quezar'. When an engine tool tells you to install first, pass the product it named. Omit to get every engine your license (or the free trial) covers.",
        +  "enum": [
        +    "maxion",
        +    "diamonize",
        +    "quezar"
        +  ],
        +  "type": "string"
        +}
  5. 20 tool updates
    • First observedbilling_activate
    • First observedbilling_purchase
    • First observedengine_download_desktop
    • First observedengine_maxion_activate
    • First observedengine_maxion_deactivate
    • First observedengine_maxion_diagnostics
    • First observedengine_maxion_status
    • First observedgateway_status
    • First observedmedia_lineage0_archive
    • First observedmedia_lineage0_generate
    • First observedmedia_lineage0_status
    • First observedsecurity_diamonize_logs
    • First observedsecurity_diamonize_quarantine
    • First observedsecurity_diamonize_scan
    • First observedsecurity_diamonize_status
    • First observedstorage_quezar_delete
    • First observedstorage_quezar_list
    • First observedstorage_quezar_retrieve
    • First observedstorage_quezar_status
    • First observedstorage_quezar_store

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enterprise MCP gateway providing unified tools for hardware telemetry/performance benchmarking, zero-trust security auditing, AES-256-GCM encrypted storage, HMAC payload verification, and Amazon Bedrock media generation.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    A real-time system diagnostics MCP server that gives AI agents live access to CPU, RAM, disk, network, processes, and hardware health metrics, with zero cloud dependency.
    7
    -
  • A
    license
    A
    quality
    D
    maintenance
    Expert system hardware probe and performance diagnostic engine for AI, Gaming, and High-Performance workflows. Provides deep system insights such as real-time monitoring, thermal diagnostics, and LLM optimization.
    11
    28 npm
    7
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources