MCP Data Analyzer
Related Servers
Alternatives to MCP Data Analyzer
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to preprocess, analyze, and visualize CSV data through comprehensive tools for data manipulation, statistical analysis, and graph generation.3-
- AlicenseAqualityBmaintenanceEnables data analysis on CSV/Excel files using pandas. Supports profiling, column interpretation, sandboxed code execution, and interactive chart generation.41MIT
- AlicenseNot gradedqualityDmaintenanceEnables data analysis and visualization operations such as loading CSV/Excel/JSON files, computing summary statistics, generating charts, and exploring datasets via SSE/HTTP.MIT
- FlicenseNot gradedqualityDmaintenanceEnables analysis of datasets from CSV/Excel files, Google Sheets, and Google Drive with comprehensive data profiling tools including schema inference, missing value reports, correlation analysis, and outlier detection. Supports exporting analytical reports in multiple formats to local storage or Google Drive.-
- AlicenseNot gradedqualityBmaintenanceEnables LLMs to load tabular data from CSV/Excel/JSON, clean and analyze it, generate charts, and write a report with conclusions.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered business intelligence and data analysis using pandas and LLM code generation. Supports automated data processing, statistical analysis, and visualization creation through natural language interactions.15-
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: load_file is for loading data files into DataFrames, while run_script is for executing Python scripts for analytics tasks. There is no overlap in functionality or ambiguity about when to use each tool.
Both tools use snake_case naming, which is consistent. However, load_file follows a verb_noun pattern while run_script uses verb_noun, but the noun 'script' is less specific than 'file', creating a minor deviation in clarity. Overall, the naming is mostly predictable and readable.
With only 2 tools, the server feels severely under-scoped for a 'Data Analyzer' purpose. Key operations like data transformation, filtering, aggregation, or visualization-specific tools are missing, making it inadequate for comprehensive data analysis workflows.
The tool set is significantly incomplete for data analysis. While loading and script execution are covered, there are major gaps: no tools for data cleaning, transformation, statistical analysis, or dedicated visualization. This will likely cause agent failures when trying to perform common analytics tasks beyond basic loading and scripting.