maxion-mcp-gateway
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
Scored across 19 tools
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 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.
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.
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.
8 tool updates
- Changed
billing_activate2 fields changed- changed
Input schema / properties / license_key / descriptionPrevious value: -"The license key from purchase confirmation."New value: +"The license key from your Gumroad purchase email." - changed
Input schema / properties / product_permalink / descriptionPrevious value: -"The Gumroad product permalink."New value: +"The Gumroad product permalink (e.g. 'quezar-monthly')."
- Changed
billing_purchase1 field changed- changed
Input schema / properties / duration / descriptionPrevious 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."
- Changed
media_lineage0_generate3 fields changed- changed
Input schema / properties / duration / descriptionPrevious 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." - changed
Input schema / properties / media_type / descriptionPrevious 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." - changed
Input schema / properties / prompt / descriptionPrevious value: -"Scene or image description."New value: +"Natural-language description of the desired video or image content."
- Changed
security_diamonize_logs1 field changed- changed
Input schema / properties / count / descriptionPrevious value: -"Number of recent log entries to return (default 10)."New value: +"Number of recent log entries to return (default 10, max 100)."
- Changed
security_diamonize_quarantine1 field changed- changed
Input schema / properties / target / descriptionPrevious value: -"Absolute file path or process name to quarantine."New value: +"Absolute file path or process name to record as quarantined."
- Changed
security_diamonize_scan1 field changed- changed
Input schema / properties / target / descriptionPrevious 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."
- Changed
storage_quezar_delete1 field changed- changed
Input schema / properties / Vault_id / descriptionPrevious value: -"The Vault ID of the record to delete."New value: +"The Vault ID of the record to permanently delete."
- Changed
storage_quezar_store1 field changed- changed
Input schema / properties / payload / descriptionPrevious value: -"Plain-text data to encrypt and store."New value: +"Plain-text data to encrypt and store. Accepts any string up to 10 MB."
20 tool updates
- Changed
billing_activate6 fields changed- changed
Input schema / properties / license_key / descriptionPrevious value: -"The license key from your Gumroad purchase email."New value: +"The license key from purchase confirmation." - changed
Input schema / properties / product_permalink / descriptionPrevious value: -"The Gumroad product permalink (e.g. 'quezar-monthly')."New value: +"The Gumroad product permalink." - added
Output schema / properties / contentAdded value: +{ + "description": "Activation result and expiration time.", + "type": "array" +} - removed
Output schema / properties / expires_atRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / toolRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / validRemoved value: -{ - "type": "boolean" -}
- Changed
billing_purchase5 fields changed- changed
Input schema / properties / duration / descriptionPrevious 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." - added
Input schema / properties / duration / enumAdded value: +[ + "trial", + "hourly", + "monthly", + "6", + "12", + "30", + "60", + "120" +] - removed
Output schema / properties / checkout_urlRemoved value: -{ - "type": "string" -} - added
Output schema / properties / contentAdded value: +{ + "description": "License details or checkout URL.", + "type": "array" +} - removed
Output schema / properties / instructionsRemoved value: -{ - "type": "string" -}
- Removed
engine_download_desktop - Changed
engine_maxion_activate10 fields changed- changed
Input schema / properties / duration_minutes / descriptionPrevious 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." - added
Input schema / requiredAdded value: +[ + "duration_minutes" +] - added
Output schema / properties / contentAdded value: +{ + "description": "Telemetry output and activation state.", + "type": "array" +} - removed
Output schema / properties / coresRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / cpuRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / load_percentRemoved value: -{ - "type": "number" -} - removed
Output schema / properties / memory_total_gbRemoved value: -{ - "type": "number" -} - removed
Output schema / properties / memory_used_gbRemoved value: -{ - "type": "number" -} - removed
Output schema / properties / statusRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / temperature_cRemoved value: -{ - "type": "number" -}
- Changed
engine_maxion_deactivate2 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "Deactivation status message.", + "type": "array" +} - removed
Output schema / properties / statusRemoved value: -{ - "type": "string" -}
- Changed
engine_maxion_diagnostics5 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "Hardware diagnostic report.", + "type": "array" +} - removed
Output schema / properties / coresRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / cpu_brandRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / memory_total_gbRemoved value: -{ - "type": "number" -} - removed
Output schema / properties / resultRemoved value: -{ - "type": "string" -}
- Changed
engine_maxion_status4 fields changed- removed
Output schema / properties / activeRemoved value: -{ - "type": "boolean" -} - added
Output schema / properties / contentAdded value: +{ + "description": "Current hardware and engine telemetry.", + "type": "array" +} - removed
Output schema / properties / load_percentRemoved value: -{ - "type": "number" -} - removed
Output schema / properties / temperature_cRemoved value: -{ - "type": "number" -}
- Changed
gateway_status6 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "System health overview and tool counts.", + "type": "array" +} - removed
Output schema / properties / fleet_key_activeRemoved value: -{ - "type": "boolean" -} - removed
Output schema / properties / lineage0_statusRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / modeRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / tool_countRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / versionRemoved value: -{ - "type": "string" -}
- Changed
media_lineage0_archive3 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "Archive artifact list.", + "type": "array" +} - removed
Output schema / properties / countRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / itemsRemoved value: -{ - "items": { - "properties": { - "key": { - "type": "string" - }, - "size_kb": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" -}
- Changed
media_lineage0_generate9 fields changed- added
Input schema / properties / durationAdded value: +{ + "description": "Duration in seconds for video synthesis.", + "enum": [ + "6", + "12", + "30", + "60", + "120" + ], + "type": "string" +} - removed
Input schema / properties / duration_secondsRemoved 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" -} - changed
Input schema / properties / media_type / descriptionPrevious 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." - changed
Input schema / properties / prompt / descriptionPrevious value: -"Natural-language description of the desired video or image content."New value: +"Scene or image description." - added
Output schema / properties / contentAdded value: +{ + "description": "Generated media URL or synthesis job status.", + "type": "array" +} - removed
Output schema / properties / expires_in_secondsRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / media_typeRemoved value: -{ - "enum": [ - "video", - "image" - ], - "type": "string" -} - removed
Output schema / properties / urlRemoved value: -{ - "format": "uri", - "type": "string" -} - removed
Output schema / requiredRemoved value: -[ - "url", - "media_type" -]
- Changed
media_lineage0_status4 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "Cluster availability and queue status.", + "type": "array" +} - removed
Output schema / properties / nova_canvasRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / nova_reelRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / s3_bucketRemoved value: -{ - "type": "string" -}
- Changed
security_diamonize_logs3 fields changed- changed
Input schema / properties / count / descriptionPrevious value: -"Number of recent log entries to return (default 10, max 100)."New value: +"Number of recent log entries to return (default 10)." - added
Output schema / properties / contentAdded value: +{ + "description": "Interception and event log entries.", + "type": "array" +} - removed
Output schema / properties / entriesRemoved value: -{ - "items": { - "properties": { - "event": { - "type": "string" - }, - "timestamp": { - "format": "date-time", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" -}
- Changed
security_diamonize_quarantine4 fields changed- changed
Input schema / properties / target / descriptionPrevious value: -"Absolute file path or process name to record as quarantined."New value: +"Absolute file path or process name to quarantine." - added
Output schema / properties / contentAdded value: +{ + "description": "Quarantine action outcome.", + "type": "array" +} - removed
Output schema / properties / statusRemoved value: -{ - "enum": [ - "QUARANTINED" - ], - "type": "string" -} - removed
Output schema / properties / targetRemoved value: -{ - "type": "string" -}
- Changed
security_diamonize_scan7 fields changed- changed
Input schema / properties / target / descriptionPrevious 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." - added
Output schema / properties / contentAdded value: +{ + "description": "Security scan analysis and verdict.", + "type": "array" +} - removed
Output schema / properties / resultRemoved value: -{ - "enum": [ - "CLEAN", - "THREAT_DETECTED" - ], - "type": "string" -} - removed
Output schema / properties / sha256Removed value: -{ - "type": "string" -} - removed
Output schema / properties / size_bytesRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / targetRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / threats_foundRemoved value: -{ - "type": "integer" -}
- Changed
security_diamonize_status4 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "Security posture telemetry.", + "type": "array" +} - removed
Output schema / properties / last_sweepRemoved value: -{ - "format": "date-time", - "type": "string" -} - removed
Output schema / properties / shield_activeRemoved value: -{ - "type": "boolean" -} - removed
Output schema / properties / zero_trust_enabledRemoved value: -{ - "type": "boolean" -}
- Changed
storage_quezar_delete4 fields changed- changed
Input schema / properties / Vault_id / descriptionPrevious value: -"The Vault ID of the record to permanently delete."New value: +"The Vault ID of the record to delete." - removed
Output schema / properties / Vault_idRemoved value: -{ - "type": "string" -} - added
Output schema / properties / contentAdded value: +{ + "description": "Deletion confirmation message.", + "type": "array" +} - removed
Output schema / properties / purgedRemoved value: -{ - "type": "boolean" -}
- Changed
storage_quezar_list3 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "List of active sector IDs.", + "type": "array" +} - removed
Output schema / properties / countRemoved value: -{ - "type": "integer" -} - removed
Output schema / properties / sector_idsRemoved value: -{ - "items": { - "type": "string" - }, - "type": "array" -}
- Changed
storage_quezar_retrieve3 fields changed- removed
Output schema / properties / Vault_idRemoved value: -{ - "type": "string" -} - added
Output schema / properties / contentAdded value: +{ + "description": "Decrypted payload.", + "type": "array" +} - removed
Output schema / properties / payloadRemoved value: -{ - "type": "string" -}
- Changed
storage_quezar_status4 fields changed- added
Output schema / properties / contentAdded value: +{ + "description": "Vault storage metrics.", + "type": "array" +} - removed
Output schema / properties / encryptionRemoved value: -{ - "type": "string" -} - removed
Output schema / properties / onlineRemoved value: -{ - "type": "boolean" -} - removed
Output schema / properties / sector_countRemoved value: -{ - "type": "integer" -}
- Changed
storage_quezar_store5 fields changed- changed
Input schema / properties / payload / descriptionPrevious value: -"Plain-text data to encrypt and store. Accepts any string up to 10 MB."New value: +"Plain-text data to encrypt and store." - removed
Output schema / properties / Vault_idRemoved value: -{ - "type": "string" -} - added
Output schema / properties / contentAdded value: +{ + "description": "Stored sector ID and encryption metadata.", + "type": "array" +} - removed
Output schema / properties / encryptionRemoved value: -{ - "const": "AES-256-GCM", - "type": "string" -} - removed
Output schema / requiredRemoved value: -[ - "Vault_id" -]
1 tool update
- Changed
engine_maxion_activate2 fields changed- changed
Input schema / properties / duration_minutes / descriptionPrevious 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." - removed
Input schema / requiredRemoved value: -[ - "duration_minutes" -]
1 tool update
- Changed
engine_download_desktop1 field changed- added
Input schema / properties / productAdded 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" +}
20 tool updates
- First observed
billing_activate - First observed
billing_purchase - First observed
engine_download_desktop - First observed
engine_maxion_activate - First observed
engine_maxion_deactivate - First observed
engine_maxion_diagnostics - First observed
engine_maxion_status - First observed
gateway_status - First observed
media_lineage0_archive - First observed
media_lineage0_generate - First observed
media_lineage0_status - First observed
security_diamonize_logs - First observed
security_diamonize_quarantine - First observed
security_diamonize_scan - First observed
security_diamonize_status - First observed
storage_quezar_delete - First observed
storage_quezar_list - First observed
storage_quezar_retrieve - First observed
storage_quezar_status - First observed
storage_quezar_store
Related MCP Connectors
Confidential AI execution with a post-quantum receipt on every job — verifiable by anyone.
Crypto price and threshold consensus with ML-DSA-65 attestation and Base anchoring.
Verified hardware specifications (GPU, CPU, PSU) for autonomous agents. No scraping needed.
A memory your AI can prove and the market of the present tense. SHA-256, verifiable offline.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnterprise 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.-
- FlicenseNot gradedqualityCmaintenanceA 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-

Yamaru Hardware Probeofficial
AlicenseAqualityDmaintenanceExpert 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.1128 npm7Apache 2.0- AlicenseAqualityAmaintenanceZero-Knowledge Cloud Drive for Humans and Agents. Client-side AES-256-GCM encryption with 7 MCP tools for secure file vault management — the server never sees plaintext data.7247 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.