{"name":"io.github.Nero-Engine/dataset-cleaner-exporter","slug":"nero-engine-dataset-cleaner-exporter","title":"Dataset Cleaner & Exporter","description":"Dedupe, flatten and clean messy JSON rows (emails, phones, URLs, HTML) in one call, as JSON or CSV.","url":"https://mcp.market/server/nero-engine-dataset-cleaner-exporter","rating":null,"grade":"A","score":88,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-13T00:01:01.000Z","license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:06:02.136Z","last_ok_at":"2026-09-19T17:06:02.136Z","latency_ms":118},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Nero-Engine/dataset-cleaner-exporter-mcp","website":"https://github.com/Nero-Engine/dataset-cleaner-exporter-mcp","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://dataset-cleaner-exporter.nerolabs.workers.dev/mcp"}],"packages":[],"tools":[{"name":"clean_rows","description":"Deduplicates, flattens and cleans a list of JSON rows in one call and returns spreadsheet-ready rows (or CSV text) plus a summary with exact counts: rows in, rows added by expansion, duplicates removed, rows dropped by maxItems, rows out, the final column list, per-column fill rates and warnings. Steps, in order: optionally explode one array field into one row per entry; flatten nested objects into columns (address.city becomes address_city); trim text; lowercase valid emails; reduce phone numbers to digits with any leading +; lowercase URL hosts and drop the trailing slash; optionally strip HTML and turn numeric or true/false text into numbers and booleans; blank text becomes null; keep, remove or rename columns; then remove duplicates (normalized by default, comparing the whole row unless dedupKeys is set) keeping the most complete row. Deterministic, no AI, nothing guessed. Use it on scraped leads, CRM exports or API results before loading them anywhere. There is a row limit per call (see list_capabilities); split bigger lists across several calls.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"rows":{"type":"array","description":"The rows to clean. Each row is a JSON object; keys may differ between rows and values may be nested.","items":{"type":"object"}},"dedupMode":{"type":"string","enum":["none","exact","normalized","fuzzy"],"description":"How duplicates are found. normalized (default) ignores case and whitespace; exact needs identical values; fuzzy also merges near-duplicates (up to 100 rows and 1000 characters of key text, so name a short field in dedupKeys); none keeps every row."},"dedupKeys":{"type":"array","items":{"type":"string"},"description":"Fields that identify a duplicate, for example [\"Email\"]. Empty compares the whole row. Use the final column names: flattened (Details_founded) and renamed. Exact and case-sensitive. Rows where every key is empty count as duplicates of each other."},"keepStrategy":{"type":"string","enum":["most_complete","first","last"],"description":"Which duplicate survives: most_complete (default, fewest empty fields), first or last."},"similarityThreshold":{"type":"number","minimum":0.5,"maximum":0.99,"description":"Fuzzy mode only. 0.5 to 0.99, default 0.9. Higher is stricter."},"flatten":{"type":"boolean","description":"Default true. Turn nested objects into flat columns. Arrays become one JSON-text cell."},"flattenSeparator":{"type":"string","description":"Joins nested key paths when flattening. Default \"_\"."},"expandArrayField":{"type":"string","description":"Optional. One top-level array field (for example \"offers\") to explode into one row per entry, repeating the other fields. Object entries become columns. The expanded total must stay within the row limit."},"cleanFields":{"type":"boolean","description":"Default true. Normalize emails, phone numbers and URLs, detected by field name or value shape."},"stripHtml":{"type":"boolean","description":"Default false. Remove HTML tags and decode common entities in text."},"coerceTypes":{"type":"boolean","description":"Default false. Turn \"42\" into 42 and \"true\" into true. Leading-zero values like \"007\" stay text."},"emptyToNull":{"type":"boolean","description":"Default true. Blank text becomes null."},"dropEmptyFields":{"type":"boolean","description":"Default false. Remove null and empty fields from each row."},"columnsToKeep":{"type":"array","items":{"type":"string"},"description":"Keep only these columns (flattened names). Takes priority over columnsToRemove."},"columnsToRemove":{"type":"array","items":{"type":"string"},"description":"Drop these columns (flattened names). Ignored if columnsToKeep is set."},"columnRenameMap":{"description":"Rename columns after keep/remove, as [\"oldName:newName\"] or {\"oldName\":\"newName\"}, for example {\"Details_founded\":\"founded\"}.","anyOf":[{"type":"array","items":{"type":"string"}},{"type":"object","additionalProperties":{"type":"string"}}]},"maxItems":{"type":"integer","minimum":0,"description":"Optional cap: read at most this many rows and return at most this many. 0 (default) means no cap."},"outputFormat":{"type":"string","enum":["json","csv"],"description":"json (default) returns rows; csv returns the same result as CSV text in \"csv\" instead."}},"required":["rows"],"additionalProperties":false}},{"name":"list_capabilities","description":"Returns the exact cleaning rules (how emails, phone numbers and URLs are detected and normalized), the dedup modes and keep strategies, the order the steps run in, and the maximum rows per call. Call this first if you are unsure how a field will be treated. Free, processes no data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-19T20:06:25.768Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:06:25.815Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 124ms"]},"poisoning":{"score":15,"max":15,"notes":["2 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://dataset-cleaner-exporter.nerolabs.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":124,"serverInfo":{"name":"nerolabs-dataset-cleaner-exporter","version":"0.1.0"}}],"packages":[],"repo":{"found":true,"owner":"Nero-Engine","repo":"dataset-cleaner-exporter-mcp","archived":false,"pushedAt":"2026-09-13T00:01:01Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/315789026?v=4","ownerCreatedAt":"2026-08-11T12:14:49Z"},"icon":{"url":"https://avatars.githubusercontent.com/u/315789026?v=4&s=128","source":"registry"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":null,"lastPushAt":"2026-09-13T00:01:01.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"B","toGrade":"A","reason":"score 88","createdAt":"2026-09-19T20:06:26.751Z"}],"reviews":[]}