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

ai.justdrop/mcp

NPM · JUSTDROP-MCP · SCANNED AUG 3

Live, end-to-end encrypted, ephemeral file transfer between your AI agent and any device.

Available components

+24 this week 69 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 572 tokens (~143/item across 4 items; 4 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 Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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 · justdrop-mcp

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

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +60
    • 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
    • Security disclosure: fail → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −30
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −23
    • 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 −21
    • Install scripts: pass → unverified security
    • Known CVEs: partial → unverified security
    • Provenance: fail → unverified security
    • Maintenance: pass → unverified functional
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Licence: MIT functional
  • 28 Jul 26 +34
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 27 Jul 26 45

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 96 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~572 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
cancel ~50

Cancels a JustDrop transfer. Rooms created by this session are destroyed (files and metadata deleted); rooms that were joined are only left.

NameTypeReqDescription
room_codestringyesRoom code returned by drop/receive

No output schema declared.

No examples provided.

drop ~242

Send local files through JustDrop: creates a live, end-to-end encrypted, ephemeral room and returns a room code, link, and QR code. Use this whenever the user wants to send, share, drop, beam, airdrop, move, or transfer a file or folder to their phone, tablet, laptop, another device, or another person. Your reply MUST include, verbatim: the room code, the link, and the clickable QR-code URL — the user clicks or scans these from your reply; never omit or summarize them. The transfer starts automatically once the recipient opens the link in any browser; nothing is stored after delivery. Pass room_code to send into an existing room instead of creating one. Directories are expanded (dotfiles, credentials, and node_modules are always skipped). Use the status tool to check delivery progress.

NameTypeReqDescription
expiry_minutesintegerRoom lifetime in minutes (default 60). The room self-destructs after this.
pathsarrayyesAbsolute or relative paths of files/directories to send
room_codestringJoin this existing room and send into it, instead of creating a new room

No output schema declared.

No examples provided.

receive ~217

Receive files into a local directory through JustDrop (live, end-to-end encrypted, ephemeral). Use this whenever the user wants to get, grab, pull, fetch, import, or receive a file, photo, screenshot, or document from their phone, tablet, or another device or person onto this machine. PREFERRED FLOW: the other person creates a room at justdrop.ai and tells the user the room code; call this tool with that room_code and everything they send is decrypted and saved automatically. Without room_code this tool creates the room instead — note the justdrop.ai website can currently only SEND from rooms it created, so use this mode only when the other side is another JustDrop MCP/CLI client. Use the status tool to see saved file paths.

NameTypeReqDescription
expiry_minutesintegerRoom lifetime in minutes when creating a room (default 60)
room_codestringJoin this existing room instead of creating a new one
save_dirstringyesDirectory to save received files into (created if missing)

No output schema declared.

No examples provided.

status ~63

Shows the live status of a JustDrop transfer started with drop or receive: peer presence, per-file progress, saved paths, and errors. Call with no room_code to list all transfers in this session.

NameTypeReqDescription
room_codestringRoom code returned by drop/receive

No output schema declared.

No examples provided.