F
licenseA
qualityD
maintenanceEnables Claude to analyze local CSV or Parquet files, handling larger datasets without uploading full files.
3
18
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clear, distinct purpose: metadata (get_csv_info), statistics (get_csv_statistics), query/filtering (query_csv), and raw data retrieval (read_csv). No overlapping functionality.
All tool names follow a consistent verb_noun pattern with snake_case, using 'get_csv_' for info and statistics, and straightforward verbs for the others.
4 tools is a well-scoped set for a CSV server, covering the essential read operations without unnecessary bloat.
The tool surface covers read operations comprehensively but lacks write or edit capabilities (e.g., create, update, delete rows or columns), which limits full CRUD coverage.