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).
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"
]
}
}
}