Skip to content
Back to search
30
MCP

data-profiler-mcp

pypi/data-profiler-mcp

MCP server that profiles tabular data files (CSV, TSV, Parquet, Excel, JSON): schema, distributions, data-quality flags, and dtype suggestions for LLM agents.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

excel-mcp-polars
MCP server for querying and transforming Excel, CSV, TSV and Parquet files with Polars
0 tools
csv-analytics-mcp
MCP server for csv analytics. Features load csv, query data, describe columns. From MEOK AI Labs.
0 tools
csv-analytics-mcp
MCP server for csv analytics. Features load csv, query data, describe columns. From MEOK AI Labs.
0 tools
mcp-analyst
MCP Analyst is an MCP server that empowers claude to analyze local CSV or Parquet files.
0 tools
ds-mcp-server
An MCP server exposing data science tools (plotting, stats, data exploration) to any LLM client.
0 tools
jdatamunch-mcp
Token-efficient MCP server for tabular data retrieval via CSV/Excel/Parquet/JSONL indexing
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "data-profiler-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}