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.file-kiwi/filekiwi-mcp-server

NPM · @FILE-KIWI/FILEKIWI-MCP-SERVER · SCANNED AUG 8

Upload files to file.kiwi and get shareable links instantly.

+27 this week 53 Trust /100
Trust breakdown (6 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 →

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
  • 31 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability29
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 8 tokens (~8/item across 1 items; 1 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage0
  • 0% of tools have a non-trivial description (not blank, and not just the tool's name).Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · @file-kiwi/filekiwi-mcp-server

# add to Claude Code
claude mcp add file-kiwi-filekiwi-mcp-server -- npx -y @file-kiwi/filekiwi-mcp-server
# add to Codex CLI
codex mcp add file-kiwi-filekiwi-mcp-server -- npx -y @file-kiwi/filekiwi-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "file-kiwi-filekiwi-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@file-kiwi/filekiwi-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add file-kiwi-filekiwi-mcp-server --command npx --arg -y --arg @file-kiwi/filekiwi-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  file-kiwi-filekiwi-mcp-server:
    command: "npx"
    args: ["-y", "@file-kiwi/filekiwi-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "file-kiwi-filekiwi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@file-kiwi/filekiwi-mcp-server"
      ]
    }
  }
}
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.

  • 7 Aug 26 +4
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.85 functional
  • 6 Aug 26 +1
    • Security disclosure: unverified → fail functional
  • 5 Aug 26 +1
    • CVE-2026-69207 no longer affects this package security
    • Known CVEs: fail → partial security
    • Security disclosure: fail → unverified functional
  • 4 Aug 26 +4
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
    • Stability: unverified → 0.30 functional
  • 2 Aug 26 +17
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → fail functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → poor functional
  • 1 Aug 26 +21
    • Malware scan: unverified → pass security
    • Tool coverage: unverified → 0 functional
  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
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 8 Aug 2026 · Analysed npm/@file-kiwi/[email protected]

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 98 packages
Packages resolved 98
Stale 31
Tree resolution Complete
MCP tools · 1 exposed · ~8 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.

Tool Tokens
upload_to_kiwi ~8

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.