Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.haiiibin/data-profiler-mcp

PYPI · DATA-PROFILER-MCP · SCANNED SEP 20

Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 3 of 37 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 36 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability61
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1073 tokens (~153/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.haiiibin/data-profiler-mcp server?

io.github.haiiibin/data-profiler-mcp runs locally as a PyPI package, launched with uvx data-profiler-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · data-profiler-mcp

# add to Claude Code
claude mcp add haiiibin-data-profiler-mcp -- uvx data-profiler-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "haiiibin-data-profiler-mcp": {
      "command": "uvx",
      "args": [
        "data-profiler-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "haiiibin-data-profiler-mcp": {
      "command": "uvx",
      "args": [
        "data-profiler-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add haiiibin-data-profiler-mcp -- uvx data-profiler-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "haiiibin-data-profiler-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "data-profiler-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add haiiibin-data-profiler-mcp --command uvx --arg data-profiler-mcp
# ~/.hermes/config.yaml
mcp_servers:
  haiiibin-data-profiler-mcp:
    command: "uvx"
    args: ["data-profiler-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "haiiibin-data-profiler-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "data-profiler-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add haiiibin-data-profiler-mcp -t stdio -c uvx -a data-profiler-mcp
// mcp.json
{
  "mcpServers": {
    "haiiibin-data-profiler-mcp": {
      "command": "uvx",
      "args": [
        "data-profiler-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 12 Sept 26 +1
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/data-profiler-mcp@0.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 37 packages
Packages resolved 37
Stale 2
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~1,073 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
column_stats ~160

Deep statistical dive on a single column. For numeric columns: min/max, mean, std, a full set of percentiles (p1/p5/q1/median/q3/p95/p99), skewness, kurtosis, zero and negative counts, an IQR-based outlier count with bounds, and a 10-bin histogram. For datetime columns: the min and max timestamp. For text/categorical columns: the top values with counts and percentages, plus string-length statistics. Reach for this after ``profile_dataset`` when one column needs closer inspection. Raises an error listing the available columns if ``column`` is not found.

NameTypeReqDescription
columnstringyes
max_rows
pathstringyes

No output schema declared.

No examples provided.

compare_datasets ~116

Diff two tabular files: what changed between version A and version B. Reports the row-count delta, columns added or removed in B, dtype changes on shared columns, and per-column null-rate (and, for numeric columns, mean) for both files side by side. Use this to compare two snapshots of the same dataset, validate a data pipeline's output against a baseline, or check what a transformation changed.

NameTypeReqDescription
max_rows
path_astringyes
path_bstringyes

No output schema declared.

No examples provided.

correlation_matrix ~195

Correlations between numeric columns, ranked by strength. Computes pairwise correlations across all numeric columns (``pearson`` by default; ``spearman`` or ``kendall`` for rank-based relationships) and returns pairs ranked by absolute correlation, a ``high_correlation_pairs`` list (|r| >= 0.9, a multicollinearity signal when preparing features for modeling), and the full matrix when there are 15 or fewer numeric columns. Pass ``column`` to instead rank how strongly every other numeric column correlates with that one, for example a target variable. Constant columns are excluded and listed. Use this when the user is selecting features for a model, hunting redundant columns, or asking what moves together with a numeric outcome.

NameTypeReqDescription
column
max_rows
methodstring
pathstringyes

No output schema declared.

No examples provided.

detect_quality_issues ~159

Run a focused data-quality audit and return issues grouped by severity. Detects duplicate rows, all-missing and high-missing columns, constant columns, likely identifier columns, numbers stored as text, dates stored as text, columns mixing numeric and text values, leading/trailing whitespace, and empty (whitespace-only) strings. Each issue carries a column (or ``null`` for table-level), an issue code, a severity (``high``/``warning``/``info``), and a plain-language explanation. Use this when the user cares specifically about cleanliness, is preparing data for modeling, or asks "is anything wrong with this data?".

NameTypeReqDescription
max_rows
pathstringyes

No output schema declared.

No examples provided.

preview_data ~108

Peek at actual rows of a data file. Returns ``n`` rows (capped at 100) as records. ``mode`` selects which rows: ``head`` (default), ``tail``, or ``sample`` (random). Use this to see real example values rather than just statistics, for example to check formatting, encodings, or how a specific column looks in practice.

NameTypeReqDescription
modestring
ninteger
pathstringyes

No output schema declared.

No examples provided.

profile_dataset ~220

Profile a tabular data file in one call: the fastest way to understand a dataset. Reads the file at ``path`` (CSV, TSV, Parquet, Excel or JSON/JSONL, detected from the extension) and returns a structured overview: - file metadata (format, size), - shape (row and column counts, and whether the profile was sampled), - total memory footprint, - a missing-value summary and a duplicate-row count, - a per-column summary (dtype, inferred type, null %, unique %, sample values, and basic stats for numeric/datetime columns), and - a list of plain-language data-quality flags. Use this first whenever a user points you at a data file and wants to know what is in it. ``max_rows`` caps how many rows are read (default: up to one million); the result flags when the file was larger and the stats are a head sample. Pass 0 to remove the cap entirely.

NameTypeReqDescription
max_rows
pathstringyes

No output schema declared.

No examples provided.

suggest_dtypes ~115

Recommend more memory-efficient or more-correct column dtypes. For each column, proposes a better dtype when one exists: text that is fully numeric to a numeric type, low-cardinality text to ``category``, and oversized integer/float columns downcast to smaller types. Reports per-column and total estimated memory savings. Use this to help a user shrink a DataFrame's memory footprint or fix columns that were loaded with the wrong type.

NameTypeReqDescription
max_rows
pathstringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.haiiibin/data-profiler-mcp server?

io.github.haiiibin/data-profiler-mcp is listed in the public MCP registry as io.github.haiiibin/data-profiler-mcp. Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents. This page covers its PyPI package (data-profiler-mcp).

Is the io.github.haiiibin/data-profiler-mcp server safe to use?

io.github.haiiibin/data-profiler-mcp scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.haiiibin/data-profiler-mcp server expose?

io.github.haiiibin/data-profiler-mcp exposes 7 tools: profile_dataset, preview_data, column_stats, detect_quality_issues, suggest_dtypes, and 2 more. Their descriptions and schemas cost roughly 1,073 tokens of context every time the server is loaded.

Is the io.github.haiiibin/data-profiler-mcp server still maintained?

io.github.haiiibin/data-profiler-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.haiiibin/data-profiler-mcp server under?

io.github.haiiibin/data-profiler-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.