iramk11/claude-data-buddy
If you are the rightful owner of claude-data-buddy 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.
Claude Data Buddy is a Model Context Protocol (MCP) server designed to make data analysis conversational and accessible through natural language interfaces.
Tools
Functions exposed to the LLM to take actions
list_data_files
Lists all available CSV and Parquet files in the data directory.
summarize_csv
Provides a comprehensive summary of a CSV file including row and column counts, column names and data types, sample data, and basic statistics.
summarize_parquet
Similar to summarize_csv but for Parquet files.
analyze_csv
Performs various analysis operations such as describe, head, columns, info, shape, and nulls.
comprehensive_analysis
Performs a complete multi-step analysis including summary statistics, data types, null value analysis, sample data, and memory usage.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client