Cloud Storage Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Cloud Storage Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
One MCP server and Claude-powered CLI to manage Mega.nz, Box, and OneDrive — all from a single install.
pip install cloud-storage-mcp| Provider | Status |
|---|---|
| Mega.nz | ✅ Full support |
| Box | ✅ Full support |
| OneDrive | ✅ Full support |
Credentials are stored locally at ~/.config/cloud-storage-mcp/config (mode 600) and are never included in the package.
On first use, you'll be prompted for each provider's credentials. Or set env vars:
# Mega.nz
export [email protected]
export MEGA_PASSWORD=yourpassword
# Box — create app at https://developer.box.com
export BOX_CLIENT_ID=...
export BOX_CLIENT_SECRET=...
export BOX_ACCESS_TOKEN=...
# OneDrive — register app at https://portal.azure.com
export ONEDRIVE_CLIENT_ID=...
export ONEDRIVE_CLIENT_SECRET=...
export ONEDRIVE_TENANT_ID=common # or your Azure tenant ID
# Claude API (CLI only)
export ANTHROPIC_API_KEY=sk-ant-...cloud-storage
# or pre-select a provider
cloud-storage --provider megaExample prompts:
show storage usage on boxlist all files on onedrivesearch for invoices on megaupload /home/user/report.pdf to boxcreate a folder called Backups on onedrivedownload photo.jpg from mega to /tmpcloud-storage-mcpAdd to Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"cloud-storage": {
"command": "cloud-storage-mcp",
"env": {
"MEGA_EMAIL": "[email protected]",
"MEGA_PASSWORD": "yourpassword",
"BOX_CLIENT_ID": "...",
"BOX_CLIENT_SECRET": "...",
"BOX_ACCESS_TOKEN": "...",
"ONEDRIVE_CLIENT_ID": "...",
"ONEDRIVE_CLIENT_SECRET": "..."
}
}
}
}| Tool | Description |
|---|---|
storage_info | Get storage usage and quota |
storage_list | List files and folders |
storage_search | Search by name |
storage_upload | Upload a local file |
storage_download | Download a file |
storage_create_folder | Create a folder |
storage_delete | Delete a file or folder |
All tools take a provider parameter: "mega", "box", or "onedrive".
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.