ryangooch/csv_mcp
3.2
If you are the rightful owner of csv_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that provides utilities for understanding and operating on CSV files using bash utilities wrapped in Python.
Tools
Functions exposed to the LLM to take actions
csv_inspect_structure
Get comprehensive overview of CSV file structure.
csv_get_column_info
Deep analysis of specific columns.
csv_get_unique_values
List unique values in a column.
csv_get_summary_statistics
Statistical summary of numeric columns.
csv_filter_and_transform
Create filtered/transformed CSV files.
csv_preview_rows
Preview specific row ranges.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client