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.

NAVER MYBOX

PYPI · NAVER-MYBOX-MCP · SCANNED SEP 20

List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive.

Available components

0 this week 54 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 Security50
  • Malware scan not yet available for this package.Unverified
  • 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
  • 1 of 32 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 639 tokens (~91/item across 7 items; 7 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 Coverage71
  • 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
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 8 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

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.

Install

How do I install the NAVER MYBOX MCP server?

NAVER MYBOX runs locally as a PyPI package, launched with uvx naver-mybox-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 · naver-mybox-mcp

# add to Claude Code
claude mcp add java-jaydev-naver-mybox-mcp -- uvx naver-mybox-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "java-jaydev-naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "java-jaydev-naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add java-jaydev-naver-mybox-mcp -- uvx naver-mybox-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "java-jaydev-naver-mybox-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "naver-mybox-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add java-jaydev-naver-mybox-mcp --command uvx --arg naver-mybox-mcp
# ~/.hermes/config.yaml
mcp_servers:
  java-jaydev-naver-mybox-mcp:
    command: "uvx"
    args: ["naver-mybox-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "java-jaydev-naver-mybox-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "naver-mybox-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add java-jaydev-naver-mybox-mcp -t stdio -c uvx -a naver-mybox-mcp
// mcp.json
{
  "mcpServers": {
    "java-jaydev-naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-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.

  • 17 Sept 26 −15
    • Malware scan: pass → unverified security
  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 13 Sept 26 54

    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 20 Sept 2026 · Analysed pypi/naver-mybox-mcp@0.1.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 32 packages
Packages resolved 32
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~545 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
mybox_create_folder ~57

Create a folder and return its id. Args: name: Folder name. parent_id: Parent folder id. Omit to create it at the drive root.

NameTypeReqDescription
namestringyes
parent_id

Structured output declared, but exposes no named fields.

No examples provided.

mybox_download ~73

Download one file into a local directory and return the path written. A local file with the same name and size is left in place and reported as skipped. Download quotas are per day and small on entry plans, so avoid re-downloading.

NameTypeReqDescription
dest_dirstringyes
resource_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

mybox_file_info ~29

Fetch the attributes of one file or folder by id.

NameTypeReqDescription
resource_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

mybox_list ~101

List files and folders directly inside a folder, or the drive root. Args: folder_id: Folder to list. Omit for the drive root. count: Maximum entries to return (the API pages internally, 1000 per page). sort: "field,direction" where field is name, createdAt, modifiedAt or accessedAt.

NameTypeReqDescription
countinteger
folder_id
sortstring

Structured output declared, but exposes no named fields.

No examples provided.

mybox_search ~179

Search files by keyword, category and/or date range. At least one is required. Args: query: Keyword. Spaces and extensions are combined with AND. category: One of image, video, audio, document, archive, executable, etc. start_date: Inclusive start, YYYY-MM-DD, interpreted in KST. end_date: Inclusive end, YYYY-MM-DD, interpreted in KST. date_field: Which date the range applies to: "created" or "modified". parent_path: Restrict the search to this folder path and below. max_items: Stop after this many results.

NameTypeReqDescription
category
date_fieldstring
end_date
max_itemsinteger
parent_path
query
start_date

Structured output declared, but exposes no named fields.

No examples provided.

mybox_storage ~26

Report MYBOX quota, used bytes, per-category file counts and max upload size.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

mybox_upload ~80

Upload one local file to MYBOX. Args: path: Local file to upload. parent_id: Destination folder id. Omit to upload to the drive root. overwrite: Replace an existing file with the same name instead of keeping both.

NameTypeReqDescription
overwriteboolean
parent_id
pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the NAVER MYBOX MCP server?

NAVER MYBOX is an MCP server listed in the public MCP registry as io.github.java-jaydev/naver-mybox-mcp. List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive. This page covers its PyPI package (naver-mybox-mcp).

Is the NAVER MYBOX MCP server safe to use?

NAVER MYBOX scores 54 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 NAVER MYBOX MCP server expose?

NAVER MYBOX exposes 7 tools: mybox_storage, mybox_list, mybox_search, mybox_file_info, mybox_download, and 2 more. Their descriptions and schemas cost roughly 545 tokens of context every time the server is loaded.

Is the NAVER MYBOX MCP server still maintained?

NAVER MYBOX 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 NAVER MYBOX MCP server under?

NAVER MYBOX declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.