Odel
sdcvalidator

sdcvalidator

Local
@semanticdatacharter1PythonApache-2.0Updated 3w ago

SDC4 structural validator with ExceptionalValue recovery; thin wrapper over xmlschema.

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).

PyPIsdcvalidatorv4.5.0

Run

uvx sdcvalidator

MCP client config

{
  "mcpServers": {
    "sdcvalidator": {
      "command": "uvx",
      "args": [
        "sdcvalidator"
      ]
    }
  }
}