🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mingxin-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mingxin-mcp-server

Official Mingxin MCP server (stdio): signed AI-inference-storage benchmarks (KV cache tiering, throughput +29-40%, TTFT -26-32% on AMD MI308X), technical article search, and KV-cache tiering ROI estimation. Every figure carries a test-report citation.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Mingxin MCP Server

Official MCP server for Mingxin (Tianjin) Semiconductor Equipment Co., Ltd. — signed AI-inference-storage benchmark data, technical article search, and KV-cache tiering ROI estimation.

Every figure this server returns carries a signed test-report citation (R1–R9). The underlying benchmark is open source and reproducible: mingxin-kvcache-bench.

Tools

ToolWhat it does
query_benchmarkSigned FX-series results: throughput +29–40%, TTFT −26–32% (Qwen3-480B class on 8× AMD MI308X), model loading 6.2–9.3× vs NFS; full R1–R9 report list with hosted PDF URLs
search_mingxin_docsSearch Mingxin's published articles on KV cache tiering, NVMe-oF all-flash storage and LLM serving (Chinese + English)
estimate_roiKV-cache tiering ROI estimate for a GPU cluster (faithful port of the reproducible Python model; mid-scenario estimates, not commitments)

Install

Remote (streamable HTTP, no install)

Endpoint: https://mingxinstorage.xyz/api/mcp

Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "mingxin": { "url": "https://mingxinstorage.xyz/api/mcp" }
  }
}

Claude Desktop / VS Code and other stdio-only clients (via this npm package):

{
  "mcpServers": {
    "mingxin": { "command": "npx", "args": ["-y", "mingxin-mcp-server"] }
  }
}

Domain-level discovery

https://mingxinstorage.xyz/.well-known/mcp.json

Honesty & provenance

  • Measured numbers come only from signed/official test reports; vendor specs and estimates are labeled as such.
  • ROI outputs are mid-scenario estimates with stated bands (uplift 29–40% measured; cold-recovery share 10–50% estimated, to be backfilled by pilot measurement).
  • This server exposes only already-public website content; no customer data.

License

MIT

Keywords

mcp

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts