Data Studio
NPM · @GEEK-FUN/DATA-STUDIO-MCP · SCANNED AUG 12
Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to geek-fun/data-studio-agent). View diagnostics → Pass
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 95 tokens (~47/item across 2 items; 2 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · @geek-fun/data-studio-mcp
claude mcp add geek-fun-data-studio -- npx -y @geek-fun/data-studio-mcp
codex mcp add geek-fun-data-studio -- npx -y @geek-fun/data-studio-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"geek-fun-data-studio": {
"type": "local",
"command": [
"npx",
"-y",
"@geek-fun/data-studio-mcp"
],
"enabled": true
}
}
} openclaw mcp add geek-fun-data-studio --command npx --arg -y --arg @geek-fun/data-studio-mcp
mcp_servers:
geek-fun-data-studio:
command: "npx"
args: ["-y", "@geek-fun/data-studio-mcp"] {
"mcpServers": {
"geek-fun-data-studio": {
"command": "npx",
"args": [
"-y",
"@geek-fun/data-studio-mcp"
]
}
}
} 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.
- 11 Aug 26 +3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 9 Aug 26 77
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 12 Aug 2026 · Analysed npm/@geek-fun/data-studio-mcp@0.1.10
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | geek-fun/data-studio-agent |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/geek-fun/data-studio-agent/.github/workflows/release-mcp.yml@refs/heads/master |
| Rekor log index | 2395323835 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:9f114e9f702b23cbee91cb2287e29c1f4e6caa6fd8330db6f9b288dda845df31b33df07d67d00676f91012785c20846bb0fc398a8c74289a5eeafc47a |
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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_studio__get_status ~35
Get Data Studio MCP server status and backend availability. Call this first if tools seem missing or a backend tool fails.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
data_studio__list_connections ~60
List all database connections from both dockit and sqlkit. Each entry has { backend, id, name, type } — use id as connection_id when calling database tools. If no connections appear, call data_studio__get_status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.