Skip to content
Grok

dxpert.ai — free UNS tools (no API key) for Grok

ai.dxpert/uns-tools

Free Sparkplug B topic linting, UNS naming checks and AI-readiness screening. No API key.

client:Grok transport:stdio runtime:npm

Install dxpert.ai — free UNS tools (no API key) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "uns-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dxpert/uns-tools"
      ],
      "env": {
        "DXPERT_API_BASE": "<DXPERT_API_BASE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dxpert.ai — free UNS tools (no API key) in other clients