NAVER MYBOX
PYPI · NAVER-MYBOX-MCP · SCANNED SEP 20
List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive.
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 → 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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 6 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 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.
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
claude mcp add java-jaydev-naver-mybox-mcp -- uvx naver-mybox-mcp
{
"mcpServers": {
"java-jaydev-naver-mybox-mcp": {
"command": "uvx",
"args": [
"naver-mybox-mcp"
]
}
}
} {
"servers": {
"java-jaydev-naver-mybox-mcp": {
"command": "uvx",
"args": [
"naver-mybox-mcp"
]
}
}
} codex mcp add java-jaydev-naver-mybox-mcp -- uvx naver-mybox-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"java-jaydev-naver-mybox-mcp": {
"type": "local",
"command": [
"uvx",
"naver-mybox-mcp"
],
"enabled": true
}
}
} openclaw mcp add java-jaydev-naver-mybox-mcp --command uvx --arg naver-mybox-mcp
mcp_servers:
java-jaydev-naver-mybox-mcp:
command: "uvx"
args: ["naver-mybox-mcp"] {
"McpServers": {
"java-jaydev-naver-mybox-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"naver-mybox-mcp"
]
}
}
} assistant mcp add java-jaydev-naver-mybox-mcp -t stdio -c uvx -a naver-mybox-mcp
{
"mcpServers": {
"java-jaydev-naver-mybox-mcp": {
"command": "uvx",
"args": [
"naver-mybox-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.
- 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.
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | – |
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| dest_dir | string | yes | – |
| resource_id | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| resource_id | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | – |
| folder_id | – | – | – |
| sort | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | – | – | – |
| date_field | string | – | – |
| end_date | – | – | – |
| max_items | integer | – | – |
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| overwrite | boolean | – | – |
| parent_id | – | – | – |
| path | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
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.