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

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

Local
@dxpert-aiJavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dxpert/uns-toolsv0.1.0

Run

npx -y @dxpert/uns-tools

MCP client config

{
  "mcpServers": {
    "dxpert-ai-free-uns-tools-no-api-key": {
      "command": "npx",
      "args": [
        "-y",
        "@dxpert/uns-tools"
      ]
    }
  }
}