Maxion MCP Gateway

Maxion MCP Gateway

Enterprise MCP gateway suite providing 22 unified tools across hardware telemetry, security auditing, AES-256-GCM encrypted storage, HMAC verification, and Amazon Bedrock media generation.

Category
访问服务器

README

Maxion MCP Gateway — J&K Advanced Technologies

smithery badge

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/mcp
  • Legacy SSE is also available at the same host's /sse path.
  • 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-gateway
  • Headers: 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 install

Configure 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"]
    }
  }
}

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 (engine.maxion.*) Live hardware telemetry (systeminformation) + native multi-core prime-sieve benchmark Live host container telemetry (CPU, memory, load)
Diamonize LSA (security.diamonize.scan) Full on-demand SHA-256 calculation & heuristic pattern scan of files/memory Cloud target hashing & heuristic analysis
Quezar Storage (storage.quezar.*) Authenticated AES-256-GCM encrypted sector storage in local vault Cloud vault sector management
HMAC Vault (vault.hmac.verify) Rust-backed single-shot HMAC-SHA256 deploy secret verification Stdio only (requires local deploy key)
Lineage.0 VC (media.lineage0.*) 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 Lattice ID.
  • storage.quezar.retrieve — Verifies authentication tag and decrypts sector payload by Lattice 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 — Computes HMAC-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

  1. Environment variable $MAXION_ENGINE_DIR
  2. engines/ directory alongside mcp_wrapper.js
  3. Local 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 billing.purchase (duration='trial')
Hourly / Monthly Card payment via Gumroad Activate with billing.activate using license key
Fleet / Enterprise Volume licensing for clusters Contact aruuh@advancedapparchitect.com
Lineage.0 VC Per-generation credit usage Pay-as-you-go Bedrock media generation

Verification & Testing

Run the automated test suite locally:

npm test

This executes both run_tests.js (stdio & engine integration suite) and test_lambda.js (hosted schema & licensing suite).


Links & Contact

  • Documentation & Homepage: https://advancedapparchitect.com
  • Smithery Server Registry: https://smithery.ai/servers/aruuhii2yo/maxion-mcp-gateway
  • Enterprise Contact: aruuh@advancedapparchitect.com

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选