Skip to content
Claude Desktop

Data Quality Gate - deterministic post-scrape cleaner + verdict for Claude Desktop

io.github.aidatatools-dev/data-quality-gate

Post-scrape data cleaner, no LLM: repairs mojibake, HTML, invisible chars. Plus a verdict.

client:Claude Desktop transport:streamable-http tools:3

Install Data Quality Gate - deterministic post-scrape cleaner + verdict in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "data-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.aidatatools.dev/api/mcp_server"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Data Quality Gate - deterministic post-scrape cleaner + verdict in other clients