csv-analyzer-mcp
Related Servers
Alternatives to csv-analyzer-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI models to interact with local CSV and Parquet data through MCP tools, providing summarization and analysis capabilities.1-
- AlicenseBqualityDmaintenanceLoads CSV files into a temporary SQLite database and provides comprehensive data analysis tools via MCP, enabling AI assistants to query, analyze, and export data using natural language.14MIT
- AlicenseAqualityNot gradedmaintenanceAn MCP server that enables AI assistants to load, query, and analyze local CSV files using tools for filtering, aggregation, and grouping. It provides capabilities to describe schemas, calculate statistics, and sample data directly from CSV files.6-
- FlicenseBqualityBmaintenanceEnables AI clients to explore and analyze CSV datasets via tools for dataset overview, statistical summaries, missing value analysis, duplicate detection, correlation analysis, and outlier detection.9-
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to run SQL analytics directly on CSV files in place via MCP, avoiding imports and token-heavy data pasting. It provides read-only querying, schema inspection, and file listing while keeping data local.28MIT
- FlicenseAqualityDmaintenanceEnables LLMs to generate visual summary reports from CSV datasets using MCP Resources, Tools, and Prompts, without exposing raw data to the model.10-
TDQS
Scored across 2 tools
Both tools operate on the same CSV file and return overlapping information such as row count, column names, column types, and missing values. get_csv_summary is essentially a subset of analyze_csv, so an agent could easily select the wrong one despite the output format difference.
Both tool names follow a consistent verb_noun snake_case pattern: analyze_csv and get_csv_summary. The naming style is uniform and predictable.
Two tools is borderline for a CSV analyzer server. The count is not extreme, but the tools are highly redundant, which makes the set feel thin and not fully justified.
The core CSV analysis need is covered through basic statistics and a JSON summary. Minor gaps exist, such as no raw data preview or per-column analysis controls, but agents can work around these for typical summary tasks.