Dataset Filter & Transform MCP server
Clean, filter and reshape JSON rows in one call: 26 transforms, 25 filters, sort, dedupe, limit.
0 stars
Reviews
Write oneNobody has reviewed Dataset Filter & Transform yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Dataset Filter & Transform tools (2)
write = sends, deletes, buys or postslist_capabilitiesFreeReturns 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.
process_rowsFreeCleans 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.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 236ms20/20
- Tool poisoning2 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 7 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Grade history
- 2026-09-19restoreB → Ascore 88
Install directly
claude mcp add --transport http dataset-filter-transform https://dataset-filter-transform.nerolabs.workers.dev/mcp
Dataset Filter & Transform: common questions
- Is Dataset Filter & Transform MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Dataset Filter & Transform safety report
- How do I install Dataset Filter & Transform?
- It runs remotely at dataset-filter-transform.nerolabs.workers.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Dataset Filter & Transform need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Dataset Filter & Transform maintained?
- The last commit was 7 days ago (2026-09-13). The latest release is v0.1.0.
- Is Dataset Filter & Transform up?
- 100% of our last 2 checks got an answer. We check remote servers about four times a day.