Data Cleaner Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 137 installs a week from pypi. Last commit 10 Aug 2026.
Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.
Today is the operative word: we check Data Cleaner Agent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add data-cleaner-agent -- uvx agentic-csv-cleaner
{
"mcpServers": {
"data-cleaner-agent": {
"args": [
"agentic-csv-cleaner"
],
"command": "uvx"
}
}
}
[mcp_servers.data-cleaner-agent]
command = "uvx"
args = ["agentic-csv-cleaner"]
{
"mcpServers": {
"data-cleaner-agent": {
"args": [
"agentic-csv-cleaner"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"data-cleaner-agent": {
"args": [
"agentic-csv-cleaner"
],
"command": "uvx"
}
}
}
Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model.
Detect prompt injection, jailbreaks, and code injection in untrusted text before it reaches an LLM.
Check whether a Claude Code skill was tested and whether it works before installing it.
Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.
MCP server that reduces LLM context by removing code comments and converting data formats to TOON
Extract dates and timestamps from logs, data files and code, with their format and position.
Remote-control Claude Code, plus PandaNote notes, AI model configs & scheduled tasks.
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
Answers built from our own checks of this server.