io.github.infoinlet-marketplace/mcp-data
NPM · @INFOINLET/MCP-DATA · SCANNED AUG 3
Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).
Available components
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- A known CVE affects xlsx, but no fixed version has been published, so there is nothing to upgrade to. View diagnostics → Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- 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 65 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability54
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 354 tokens (~88/item across 4 items; 4 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 60% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @infoinlet/mcp-data
claude mcp add infoinlet-marketplace-mcp-data -- npx -y @infoinlet/mcp-data
codex mcp add infoinlet-marketplace-mcp-data -- npx -y @infoinlet/mcp-data
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"infoinlet-marketplace-mcp-data": {
"type": "local",
"command": [
"npx",
"-y",
"@infoinlet/mcp-data"
],
"enabled": true
}
}
} openclaw mcp add infoinlet-marketplace-mcp-data --command npx --arg -y --arg @infoinlet/mcp-data
mcp_servers:
infoinlet-marketplace-mcp-data:
command: "npx"
args: ["-y", "@infoinlet/mcp-data"] {
"mcpServers": {
"infoinlet-marketplace-mcp-data": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-data"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +39
- CVE-2023-30533 affects this package ▼ security
- CVE-2024-22363 affects this package ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → fair ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −15
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 +11
- Provenance: unverified → fail ▼ security
- Malware scan: pass → unverified ▼ security
- Install scripts: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 29 Jul 26 −19
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 28 Jul 26 +20
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 60 functional
- First check of Schema quality: unverified functional
- 27 Jul 26 18
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@infoinlet/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-4r6h-8v6p-xvw6 | CVE-2023-30533 | high | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H | no |
| GHSA-5pgg-2g8v-p4x9 | CVE-2024-22363 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | no |
Dependencies 105 packages
105 packages in the resolved dependency tree · 105 deprecated · 38 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
data_aggregate ~93
Group-by aggregation. group_by = [fields]; metrics = [{op(sum|avg|count|min|max), field, as}].
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | inline data (alternative to file_path) |
| file_path | string | — | path to a .csv/.json/.xlsx file |
| format | string | — | override format detection |
| group_by | array | yes | — |
| metrics | array | yes | — |
No output schema declared.
No examples provided.
data_head ~67
Return the first N rows + the column list.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | inline data (alternative to file_path) |
| file_path | string | — | path to a .csv/.json/.xlsx file |
| format | string | — | override format detection |
| n | number | — | — |
No output schema declared.
No examples provided.
data_query ~111
Filter/select/sort/limit rows. where = [{field, op(eq|ne|gt|gte|lt|lte|contains), value}] (AND).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | inline data (alternative to file_path) |
| file_path | string | — | path to a .csv/.json/.xlsx file |
| format | string | — | override format detection |
| limit | number | — | — |
| select | array | — | — |
| sort | object | — | — |
| where | array | — | — |
No output schema declared.
No examples provided.
data_stats ~83
Describe the dataset, or a numeric column (count/min/max/mean/stddev/sum) when `field` is given.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | inline data (alternative to file_path) |
| field | string | — | — |
| file_path | string | — | path to a .csv/.json/.xlsx file |
| format | string | — | override format detection |
No output schema declared.
No examples provided.