A
licenseNot graded
qualityB
maintenanceEnables AI assistants to analyze large CSV files locally by importing them into SQLite, profiling columns, and running read-only SQL queries without data leaving the machine.
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: preview shows structure, query filters/aggregates, to_json converts format. No overlap or ambiguity.
All tools follow the consistent pattern 'csv_' + verb: csv_preview, csv_query, csv_to_json. Naming is uniform and predictable.
Three tools cover the essential CSV operations (preview, query, convert) without being too sparse or excessive. Well-scoped for the domain.
Covers core operations but lacks write/update or other format conversions (e.g., to JSON is included, but to other formats like XML is missing). Minor gaps exist.