maxion-gateway
Provides integration with Amazon Bedrock for AI media generation, allowing the generation of videos and images through Nova Reel and Nova Canvas models.
Supports activation of Gumroad license keys for managing paid access tiers and licensing of the gateway's tools.
Provides an authenticated encrypted storage vault using AES-256-GCM for secure storage and retrieval of sensitive data, though it is not the HashiCorp Vault service.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@maxion-gatewayrun a security audit on my application files and quarantine anything suspicious"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Maxion MCP Gateway — J&K Advanced Technologies
Enterprise Model Context Protocol (MCP) gateway suite providing 22 unified tools (stdio; 19 on the hosted Lambda endpoint) across five functional namespaces: hardware telemetry & multi-core performance benchmarking, on-demand zero-trust security auditing, AES-256-GCM authenticated encrypted storage, HMAC payload verification, and Amazon Bedrock media generation.
Supports MCP Streamable HTTP, SSE, and Stdio protocols with built-in telemetry, trial tracking, and modular licensing.
Quickstart
1. One-Click Install via Smithery CLI (Claude Desktop / Cursor / Windsurf)
To install or run the gateway via Smithery:
npx -y @smithery/cli@latest run @aruuhii2yo/maxion-mcp-gateway --config "{}"In your claude_desktop_config.json or Cursor MCP settings:
{
"mcpServers": {
"maxion-gateway": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@aruuhii2yo/maxion-mcp-gateway",
"--config",
"{}"
]
}
}
}2. Direct Hosted HTTP / Lambda Endpoint (Zero Setup)
Connect directly to the cloud gateway endpoint without installing anything locally:
https://5pu357jdkqc3qynzkjvu3okgqy0ncsiy.lambda-url.us-east-1.on.aws/mcpLegacy SSE is also available at the same host's
/ssepath.Per-tool free trials are available instantly via
billing.purchase.
3. Smithery Remote Proxy (Streamable HTTP)
For cloud AI clients connecting through Smithery's proxy router:
Endpoint:
https://server.smithery.ai/@aruuhii2yo/maxion-mcp-gatewayHeaders:
Authorization: Bearer <YOUR_SMITHERY_API_KEY>(from smithery.ai/settings)
4. Local Node.js / Claude Desktop (Stdio)
Clone the repository and install dependencies:
git clone https://github.com/aruuhii2yo/maxion-mcp-gateway.git
cd maxion-mcp-gateway
npm installConfigure in Claude Desktop (%APPDATA%/Claude/claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"maxion-gateway": {
"command": "node",
"args": ["<path-to-repository>/mcp_wrapper.js"]
}
}
}Related MCP server: Nervora
Architectural Overview & Execution Modes
The gateway operates across two primary environments:
Feature / Tool Namespace | Local Stdio / Self-Hosted Node.js | Hosted Cloud Endpoint (Lambda / Container) |
Maxion V16 ( | Live hardware telemetry ( | Live host container telemetry (CPU, memory, load) |
Diamonize LSA ( | Full on-demand SHA-256 calculation & heuristic pattern scan of files/memory | Cloud target hashing & heuristic analysis |
Quezar Storage ( | Authenticated AES-256-GCM encrypted sector storage in local vault | Cloud vault sector management |
HMAC Vault ( | Rust-backed single-shot HMAC-SHA256 deploy secret verification | Stdio only (requires local deploy key) |
Lineage.0 VC ( | Amazon Bedrock Nova Reel 1.1 (video) & Nova Canvas (image) | Amazon Bedrock Nova Reel 1.1 (video) & Nova Canvas (image) |
Tool Namespaces & Detailed Operation
1. Maxion V16 — Hardware Telemetry & Thermal Load Benchmark
Provides non-invasive system telemetry and high-intensity compute benchmarking to measure CPU performance and throughput stability under sustained multi-core loads.
engine.maxion.activate— Gathers initial baseline telemetry (CPU package model, core topology, clock speeds, memory utilization, and thermal sensors).engine.maxion.status— Real-time telemetry snapshot reporting current utilization, load averages, and thermal metrics.engine.maxion.diagnostics— Comprehensive diagnostic pass analyzing core distribution, memory saturation, and sustained throughput stability.engine.maxion.deactivate— Reports active governor status.
2. Diamonize LSA — On-Demand Zero-Trust Security Auditing
Provides on-demand file integrity verification, cryptographic hashing, and signature auditing for application files and running process tables.
security.diamonize.scan— Performs SHA-256 hashing and checks target buffers against known threat signatures (EICAR standard test string, obfuscated PowerShell patterns, ransomware shadow copy deletion strings, process injection primitives).security.diamonize.status— Reports current security audit posture (transparently indicating on-demand audit mode, active engine path, and quarantine metrics).security.diamonize.quarantine— Isolates and scrambles suspicious payload files into a local quarantine vault.security.diamonize.logs— Retrieves structured JSONL audit logs of previous scans.
3. Quezar — AES-256-GCM Authenticated Encrypted Storage
Provides authenticated encryption for sensitive configuration, credentials, and artifacts using industry-standard NIST SP 800-38D AES-256-GCM.
storage.quezar.store— Generates a 96-bit initialization vector (IV), encrypts payload using AES-256-GCM, appends a 128-bit authentication tag, and stores the sector under a unique Vault ID.storage.quezar.retrieve— Verifies authentication tag and decrypts sector payload by Vault ID.storage.quezar.delete— Safely purges an encrypted sector from the vault.storage.quezar.list— Enumerates active sector IDs.storage.quezar.status— Reports total encrypted sectors and vault size on disk.
4. HMAC Vault — Payload Verification (stdio only)
Stateless HMAC-SHA256 signature verification validating that a payload was generated by a holder of the deployment secret (MAXION_DEPLOY_KEY).
vault.hmac.verify— ComputesHMAC-SHA256(payload, MAXION_DEPLOY_KEY)and performs constant-time comparison against caller-supplied hash.
5. Lineage.0 VC — AI Video & Image Synthesis
Cloud multimedia generation via Amazon Bedrock:
media.lineage0.generate— Dispatches generation tasks to Amazon Nova Reel 1.1 (4K video) or Nova Canvas (commercial image generation) and returns a signed S3 retrieval URL.media.lineage0.status— Real-time operational status of the Nova synthesis pipeline.media.lineage0.archive— Lists recently generated multimedia artifacts in the output bucket.
6. Billing & Gateway Management
billing.purchase— Returns a free 30-minute trial key (Maxion/Diamonize/Quezar, once per module) or licensing details.billing.activate— Verifies and activates a Gumroad license key.gateway.status— Comprehensive overview of all 22 tool namespaces, license states, and active endpoints.gateway.agent_instructions— Setup instructions for configuring IDEs and MCP clients.gateway.restart— Exits stdio process for automatic client restart.
Native Engine Binaries & Wire Protocol
For high-performance native execution, the gateway integrates with native companion binaries (Maxion V16, diamonize-lsa, quezar-storage, and go_green_suite).
Resolution Order
Environment variable
$MAXION_ENGINE_DIRengines/directory alongsidemcp_wrapper.jsLocal build target directories (
<app>/src-tauri/target/release/)
CLI Wire Protocol
When invoked via --cli, companion binaries communicate over standard I/O:
Input: JSON payload passed directly to
stdin.Output: JSON payload returned on
stdout.
When companion binaries are absent, the gateway gracefully reports host-level telemetry or clean diagnostic information without crashing.
Licensing & Access Tiers
Tier | Access Duration | Provisioning Method |
Free Trial | 30 minutes / 10 calls per module | Instant via |
Hourly / Monthly | Card payment via Gumroad | Activate with |
Fleet / Enterprise | Volume licensing for clusters | Contact |
Lineage.0 VC | Per-generation credit usage | Pay-as-you-go Bedrock media generation |
Verification & Testing
This repository ships only the deployable runtime -- the internal test suite lives in a separate private development repository and is not included here. Every tool call is fail-closed by design: a tool without a real backing engine reports that plainly (see engineAvailable() in mcp_wrapper.js and the equivalent honest-degradation handling in lambda.js) rather than returning a fabricated success.
Links & Contact
Documentation & Homepage: https://advancedapparchitect.com
Smithery Server Registry: https://smithery.ai/servers/aruuhii2yo/maxion-mcp-gateway
Enterprise Contact: aruuhii2yo@gmail.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA centralized gateway platform for aggregating and managing multiple Model Context Protocol (MCP) servers through a single Electron-based interface. It provides enterprise-grade security features including policy-based access control, human-in-the-loop approval workflows, and comprehensive audit logging.
- AlicenseNot gradedqualityCmaintenanceA secure MCP gateway for enterprise AI tool execution, enabling governed invocation of business tools with authentication, RBAC, audit logging, PII redaction, and async processing.Apache 2.0
- AlicenseBqualityCmaintenanceMCP zero-trust gateway that sits in front of every internal MCP server, detects tool-poisoning/metadata drift in real time, and maintains a cryptographic provenance ledger of every agent tool call.202ISC
- AlicenseNot gradedqualityBmaintenanceSelf-hosted MCP gateway that applies deterministic, compiled policy to tool discovery, invocation, and outbound data flow, with no model in the enforcement path. Every decision emits a hash-chained receipt sealed with Ed25519 and verifiable using public keys only.Apache 2.0
Related MCP Connectors
CPU telemetry & benchmarking, SHA-256 hashing, AES-256-GCM storage, AI video/image via Nova.
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aruuhii2yo/maxion-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server