Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Data Quality Gate - deterministic post-scrape cleaner + verdict

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

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

Uptime
100.0%
3 direct probes · 30d
Response
2481ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

check_dataset_quality

Call this before using any dataset. Returns a deterministic quality verdict (RELIABLE / USABLE_WITH_CLEANING / UNRELIABLE) with exact facts: completeness, nulls, type consistency, impossible values, d…

clean_scraped_data

PAID TIER, CALLED FROM A FREE ENDPOINT -- READ THIS FIRST: this tool does NOT return your cleaned data, and its response has NO `data` key. It returns {"status": "payment_required", "what_we_found_in_…

clean_scraped_data_audited

PAID TIER, CALLED FROM A FREE ENDPOINT -- READ THIS FIRST: this tool does NOT return your cleaned data, and its response has NO `data` key. It returns {"status": "payment_required", "what_we_found_in_…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "data_quality_gate_-_deterministic_post-scrape_cleaner_+_verdict": {
      "url": "https://www.aidatatools.dev/api/mcp_server",
      "transport": "streamable-http"
    }
  }
}