{"name":"io.github.Nero-Engine/dataset-filter-transform","slug":"nero-engine-dataset-filter-transform","title":"Dataset Filter & Transform","description":"Clean, filter and reshape JSON rows in one call: 26 transforms, 25 filters, sort, dedupe, limit.","url":"https://mcp.market/server/nero-engine-dataset-filter-transform","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:05:58.000Z","license":null},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T04:31:17.369Z","last_ok_at":"2026-09-20T04:31:17.369Z","latency_ms":38},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Nero-Engine/dataset-filter-transform-mcp","website":"https://github.com/Nero-Engine/dataset-filter-transform-mcp","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://dataset-filter-transform.nerolabs.workers.dev/mcp"}],"packages":[],"tools":[{"name":"list_capabilities","description":"Returns every filter operator and transform operation this server supports, the order the pipeline runs in, and the maximum rows per call. Call this first if you are unsure what is available. Free, processes no data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"process_rows","description":"Cleans a list of JSON rows in one call: transforms each row, filters out the rows you do not want, then optionally sorts, de-duplicates and limits them. Returns the kept rows plus a summary of exactly what was removed and why. Use it to reshape scraped or API data before passing it on: rename and drop fields, cast strings to numbers, compute new fields with arithmetic, extract with regex, then keep only the rows that match your rules. Transforms run before filters, so you can filter on a field you just created.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"rows":{"type":"array","description":"The rows to process. Each row is a JSON object. Keys may differ between rows.","items":{"type":"object"}},"transforms":{"type":"array","description":"Transform steps applied to every row, in order. Each step is an object with an \"op\" key, for example {\"op\":\"cast\",\"field\":\"price\",\"to\":\"number\"} or {\"op\":\"compute\",\"field\":\"total\",\"expression\":\"price * qty\"} or {\"op\":\"rename\",\"from\":\"e_mail\",\"to\":\"email\"}. Call list_capabilities for all 26 operations.","items":{"type":"object"}},"filters":{"type":"array","description":"Conditions a row must satisfy to be kept, for example {\"field\":\"country\",\"operator\":\"equals\",\"value\":\"UK\"} or {\"field\":\"price\",\"operator\":\"greaterThan\",\"value\":100}. Dot paths like \"address.city\" work. Call list_capabilities for all 25 operators.","items":{"type":"object"}},"filterCombineMode":{"type":"string","enum":["AND","OR"],"description":"Whether a row must match every filter (AND, the default) or any one of them (OR)."},"caseSensitiveFilters":{"type":"boolean","description":"Text comparisons are case-insensitive by default. Set true to make them exact."},"lenientNumbers":{"type":"boolean","description":"On by default: values like \"$1,234.50\", \"49 USD\" and \"12%\" are read as numbers. Set false to require real numeric values."},"sortBy":{"type":"array","description":"Sort the kept rows, for example [{\"field\":\"price\",\"direction\":\"desc\"}].","items":{"type":"object"}},"distinctBy":{"type":"array","description":"Keep only the first row for each combination of these fields. Applied after sorting, so sorting first lets you keep the newest row per key.","items":{"type":"string"}},"offset":{"type":"integer","description":"Skip this many rows after filtering and sorting."},"limit":{"type":"integer","description":"Return at most this many rows."}},"required":["rows"],"additionalProperties":false}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-19T20:06:29.764Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:06:29.721Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 236ms"]},"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-filter-transform.nerolabs.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":236,"serverInfo":{"name":"nerolabs-dataset-filter-transform","version":"0.1.0"}}],"packages":[],"repo":{"found":true,"owner":"Nero-Engine","repo":"dataset-filter-transform-mcp","archived":false,"pushedAt":"2026-09-13T00:05:58Z","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:05:58.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"B","toGrade":"A","reason":"score 88","createdAt":"2026-09-19T20:06:30.753Z"}],"reviews":[]}