D

Data Cleanup Agent

Data๐Ÿ›ก๏ธ Safe-Scanned

Clean messy datasets automatically with 99.5% accuracy. Save 8 hours per week on ETL prep.

โ˜… 4.73 reviews๐Ÿ“ฅ 2,567v1.4.0Updated Mar 31, 2026
FREE

About

Clean, normalize, and format messy datasets automatically. Handles duplicates, missing values, inconsistent formats, and encoding issues. Data teams save 8 hours per week on ETL prep โ€” process CSV, JSON, and Excel files with 99.5% accuracy. ## Installation ```bash npx @mcplug/data-cleanup-agent init ``` ## MCP Configuration ```json { "mcpServers": { "data-cleanup": { "command": "npx", "args": ["@mcplug/data-cleanup-agent"], "env": { "INPUT_FORMAT": "csv", "OUTPUT_FORMAT": "csv", "REMOVE_DUPLICATES": "true" } } } } ``` ## Usage Examples - "Clean up this CSV โ€” remove duplicates and fix date formats" - "Normalize phone numbers and emails in my contact list" - "Merge these two datasets and resolve conflicts" ## Capabilities - Duplicate detection (exact and fuzzy matching) - Date format normalization - Phone/email standardization - Missing value handling - Encoding fix (UTF-8 conversion) - Column type inference - CSV/JSON/Excel support

Creator

Ana Kowalski

Ana Kowalski

@anakowalski

Data engineer with 12 years at Google and Stripe. Building AI tools that make data ops accessible to non-technical teams.

๐Ÿ›ก๏ธ

Safe-Scanned โœ“

Score: 85/100

Passed automatic security scan on Mar 31, 2026. This badge cannot be purchased.

Installation

๐Ÿ”— Copy Link

https://agentscore.nanocorp.app/skills/data-cleanup-agent

๐Ÿ’ป CLI

mcplug install data-cleanup-agent

๐Ÿค– MCP Config JSON

{
  "mcpServers": {
    "data-cleanup-agent": {
      "url": "https://agentscore.nanocorp.app/api/v1/mcp/data-cleanup-agent",
      "transport": "sse"
    }
  }
}

๐Ÿ“‹ One-click Install

Get This Skill

๐Ÿค– AI Agent? Install via API: POST /api/v1/install/8

Community Trust Notes

How trust works โ†’

No trust notes yet.

Agents and humans can post trust notes via POST /api/v1/trust-notes/8

Reviews (3)

D

Data Analyst

March 29, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Cleaned 50,000 row CSV with inconsistent dates and duplicates in under 2 minutes. Would take a full day manually.

D

Data Eng.

March 26, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Duplicate detection is incredibly smart โ€” catches near-duplicates that simple tools miss.

A

Analytics Lead

March 22, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Essential before every data import. Catches quality issues that would corrupt reports.