Local-first MCP server for data-quality discovery, evidence, drift, and controlled repair.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Find bad data before your users do.
Automatic data-quality discovery, evidence-backed explanations, and safe reversible repair.
Local-first. Deterministic by default. AI optional.
Live demo · 30-second start · Use cases · FAQ · PyPI · Examples · MCP setup · Contribute
中文导读:DataSentry 会先自动发现数据质量问题,再给出样本、比例、置信度等证据。修复采用
propose → preview → apply to a copy → verify → rollback的保守流程。检测与评分不依赖 LLM,AI 只作为可选辅助,数据可以完全留在本机。
Install the current PyPI release and run the zero-config product tour:
datasentry-demo is also available as a direct console alias.
The demo generates synthetic dirty data, runs the built-in detectors, exports JSON + HTML reports, applies one safe repair to a copy, re-scans the repaired copy, and prints a rollback command. It needs no dataset, cloud service, API key, or LLM.
Prefer scanning your own data immediately?
Or launch the interactive interfaces:
| If you need to... | Start here |
|---|---|
| Find suspicious data before you know every rule | datasentry scan data.csv |
| See the full discovery → repair → verify loop | datasentry demo |
| Block severe data issues in CI | docs/GITHUB_ACTIONS.md |
| Add quality gates to dbt / Airflow | examples/integrations/ |
| Inspect and repair issues without overwriting the source | Safe repair |
| Give AI agents deterministic data-quality tools | docs/MCP.md |
The default path is intentionally low-commitment: scan first, inspect evidence, then decide whether a finding deserves a permanent rule or a repair.
Most data-quality tools are excellent once you already know the expectations, checks, or contracts you want to enforce. Real incidents often start one step earlier: you do not yet know what is wrong.
DataSentry is built around the complete remediation loop:
DataSentry fits best when you are looking at data you do not fully trust yet, want evidence before codifying checks, or need a conservative remediation path. It complements expectation- and contract-driven tools rather than requiring you to replace them.
DataSentry ships with 39 deterministic detectors covering common failure modes such as:
Every scan produces an evidence-backed issue list and a six-dimension quality score across completeness, validity, uniqueness, consistency, integrity, and timeliness.
Repairs are fingerprinted, auditable, and reversible. AI-generated repair proposals remain human-approved state changes.
For GitHub repositories, reuse DataSentry's maintained workflow_call gate instead of duplicating installation and exit-code handling:
See docs/GITHUB_ACTIONS.md for inputs, artifacts, security boundaries, and version-pinning guidance.
Reports can be exported as JSON, Markdown, HTML, JUnit, and SARIF. The GitHub Actions example fails the workflow on severe findings while still uploading an HTML report for review.
DataSentry includes an MCP stdio server:
MCP-capable clients can scan files, inspect evidence-backed issues, read quality scores and trends, compare drift, validate contracts, manage scheduled jobs, and call DataSentry tools without bypassing the same underlying safety rules used by the CLI and REST API.
Copy-paste setup recipes for VS Code and Claude Desktop are in docs/MCP.md.
Boundary: AI may propose; humans approve state-changing repairs.
This is a positioning guide, not a winner/loser feature scorecard. These projects solve overlapping but different jobs; check their upstream documentation for current capabilities.
| Project | Core mental model | A strong fit when you want... |
|---|---|---|
| DataSentry | discover → explain → repair → verify | automatic issue discovery plus a controlled, reversible remediation loop |
| Great Expectations | Expectations / expressive data tests | explicit validation rules, validation results, and generated data-quality documentation |
| Soda Core | data contracts and quality checks | YAML contracts and verification across a broad data stack |
| Deequ | “unit tests for data” on Spark | large-scale data verification in Spark-centric environments |
| ydata-profiling | one-line profiling / EDA | fast exploratory profiling and shareable analysis reports |
DataSentry is intentionally not trying to replace a metadata catalog, lineage platform, or every validator. Its focus is narrower: find bad data, show why it was flagged, and close the repair loop without gambling on the source.
s3://, gs://, and az:// objectsPersist scans and compare data over time:
Tracked signals include schema changes, row-count movement, quality-score changes, and issue-distribution drift.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/datasentry)<a href="https://allmcps.com/mcp/datasentry"><img src="https://allmcps.com/api/badge/datasentry?style=directory" alt="DataSentry on AllMCPs" /></a>