PluginBench
MCP Server
Active
Apache-2.0

io.github.SemanticDataCharter/sdcvalidator MCP Server

io.github.SemanticDataCharter/sdcvalidator

What is the io.github.SemanticDataCharter/sdcvalidator MCP server?

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

How to install io.github.SemanticDataCharter/sdcvalidator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sdcvalidator": {
      "command": "uvx",
      "args": [
        "sdcvalidator"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sdcvalidator": {
      "command": "uvx",
      "args": [
        "sdcvalidator"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sdcvalidator": {
      "command": "uvx",
      "args": [
        "sdcvalidator"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sdcvalidator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sdcvalidator"
      ]
    }
  }
}
Claude Code
claude mcp add sdcvalidator -- uvx sdcvalidator

Related MCP servers

Governance validation for Semantic Data Charter instances; returns OASIS XACML decisions.

2
Python
Apache-2.0
View repository →