jdatamunch-mcp
Related Servers
Alternatives to jdatamunch-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceZero-dependency MCP server and CLI for token-efficient inspection of local CSV/JSON/JSONL files, providing schema, samples, and paginated filtered queries to AI agents.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides AI assistants with structured, type-safe access to tabular datasets from CSV files. It enables users to list, describe, and query data using filters and projections with support for hot reloading.119 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server that turns coding agents into data analysts: attach CSV/Parquet/JSON/XLSX or databases, profile data, run read-only SQL, and render Vega-Lite charts as SVG files.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that turns Excel files into queryable databases, enabling AI agents to filter, aggregate, group, sort data and export results as new Excel files.2MIT
- 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-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that answers natural-language questions over CSV, Excel, and SQL data by providing deterministic tools for loading, profiling, querying, cleaning, statistical analysis, visualization, and reporting. It enables LLMs to plan and interpret while all computation is done exactly through MCP tools.-
TDQS
Scored across 39 tools
The 39-tool set includes several semantically overlapping families: data_health_radar, get_dataset_health, diff_data_health_radar, and get_data_hotspots all circle around dataset risk/quality scoring. Relationship-focused tools such as suggest_joins, find_similar_columns, get_correlations, and get_schema_impact also have blurry boundaries, so an agent must read long descriptions carefully before choosing.
Most tools follow a consistent snake_case verb_noun pattern (list_datasets, describe_column, get_rows, check_column_drop_safe, find_unused_columns). A few bare/noun-style names (aggregate, data_health_radar, jdatamunch_guide) and the get_dataset_health vs. data_health_radar asymmetry are minor deviations rather than a broken naming strategy.
Thirty-nine tools form a heavy decision surface for one agent, with many tools existing mainly as thin variants around shared concerns (health scoring, schema risk, similarity, runtime telemetry). The set would be much easier to navigate if the related micro-tools were combined into broader composite operations or split into separate servers.
The indexed-dataset analysis lifecycle is unusually complete: ingestion from local files and repositories, profiling, row/search/aggregate access, grouping, joins, schema diffs, health grades, key and join suggestions, SQL inherit, runtime telemetry observation, redaction accouting, and deletes. The run_sql escape hatch catches most advanced querying dead ends, and finalize_handoff closes the workflow.