Multi Upload Tool
NPM · MULTI-UPLOAD-TOOL-MCP · 2 COMPONENTS · SCANNED SEP 26
Schedule and publish videos to TikTok, YouTube, Instagram and 5 more networks.
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 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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- 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 2 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability69
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 836 tokens (~278/item across 3 items; 3 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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 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 Multi Upload Tool MCP server?
Multi Upload Tool runs locally as an npm package, launched with npx -y multi-upload-tool-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · multi-upload-tool-mcp
claude mcp add com-multi-upload-tool-mcp -- npx -y multi-upload-tool-mcp
{
"mcpServers": {
"com-multi-upload-tool-mcp": {
"command": "npx",
"args": [
"-y",
"multi-upload-tool-mcp"
]
}
}
} {
"servers": {
"com-multi-upload-tool-mcp": {
"command": "npx",
"args": [
"-y",
"multi-upload-tool-mcp"
]
}
}
} codex mcp add com-multi-upload-tool-mcp -- npx -y multi-upload-tool-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-multi-upload-tool-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"multi-upload-tool-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-multi-upload-tool-mcp --command npx --arg -y --arg multi-upload-tool-mcp
mcp_servers:
com-multi-upload-tool-mcp:
command: "npx"
args: ["-y", "multi-upload-tool-mcp"] {
"McpServers": {
"com-multi-upload-tool-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"multi-upload-tool-mcp"
]
}
}
} assistant mcp add com-multi-upload-tool-mcp -t stdio -c npx -a -y multi-upload-tool-mcp
{
"mcpServers": {
"com-multi-upload-tool-mcp": {
"command": "npx",
"args": [
"-y",
"multi-upload-tool-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.
- 25 Sept 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 23 Sept 26 49
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 26 Sept 2026 · Analysed npm/multi-upload-tool-mcp@0.2.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| 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 →
list_accounts ~116
List the social accounts connected to your multi-upload-tool workspace. Returns each account's id, platform, name, status and tags. Call this first to get the accountIds you pass to publish_carousel or publish_video. Workspaces can hold many accounts: narrow with platform, tag or search instead of reading the whole list.
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | – | Only accounts on this platform |
| search | string | – | Case-insensitive substring of the account name |
| tag | string | – | Only accounts carrying this tag (case-insensitive) |
No output schema declared.
No examples provided.
publish_carousel ~299
Publish a set of LOCAL image files as a post/carousel to one or more connected accounts. SIDE EFFECT: publishes (or schedules) a live post — confirm with the user before calling. The images are read from this machine's disk and uploaded by the local bridge; no public hosting needed and no storage URL is ever exposed. Inputs: - paths (string[], required): local file paths to JPEG/PNG/WebP images (1-35). Absolute paths recommended. - accountIds (string[], required): ids from list_accounts. You may mix platforms. - text (string, optional): the post text / caption shared across platforms. - privacyLevel (string, optional): REQUIRED when any target is TikTok. One of PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, SELF_ONLY. - scheduledAt (string, optional): ISO 8601 with timezone offset; omit to publish now. Max 6 months ahead. Returns: { success, posts: [{ accountId, platform, status, postId, scheduledFor, error }] }.
| Name | Type | Req | Description |
|---|---|---|---|
| accountIds | array | yes | Connected account ids from list_accounts |
| paths | array | yes | Local paths to image files (JPEG/PNG/WebP) |
| privacyLevel | string | – | Required for TikTok targets |
| scheduledAt | string | – | ISO 8601 with offset — omit for immediate publish |
| text | string | – | Post text / caption |
No output schema declared.
No examples provided.
publish_video ~421
Publish ONE LOCAL video file to one or more connected accounts (YouTube, TikTok, Instagram, Facebook, LinkedIn, Pinterest, Threads). SIDE EFFECT: publishes (or schedules) a live post — confirm with the user before calling. The video is read from this machine's disk and sent straight to storage by the local bridge: no public hosting, no size limit on the request, no storage URL exposed. Inputs: - path (string, required): local path to an MP4/MOV/WebM/M4V file (max 5 GB). Absolute path recommended. - accountIds (string[], required): ids from list_accounts. You may mix platforms. - text (string, optional): post text / caption. Used as the TikTok caption and the description elsewhere. - title (string, 1-100 chars): REQUIRED when any target is YouTube. - privacyLevel (string): REQUIRED when any target is TikTok. One of PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, SELF_ONLY. - boardId (string): REQUIRED when any target is Pinterest. - scheduledAt (string, optional): ISO 8601 with timezone offset; omit to publish now. Max 6 months ahead. Uploading happens before publishing, so a large file takes as long as the user's uplink needs. If a call times out, do NOT retry blindly — the post may already be queued; ask the user to check the dashboard. Returns: { success, posts: [{ accountId, platform, status, postId, scheduledFor, error }] }.
| Name | Type | Req | Description |
|---|---|---|---|
| accountIds | array | yes | Connected account ids from list_accounts |
| boardId | string | – | Required for Pinterest targets |
| path | string | yes | Local path to the video file |
| privacyLevel | string | – | Required for TikTok targets |
| scheduledAt | string | – | ISO 8601 with offset — omit for immediate publish |
| text | string | – | Post text / caption |
| title | string | – | Required for YouTube targets |
No output schema declared.
No examples provided.
What is the Multi Upload Tool MCP server?
Multi Upload Tool is an MCP server listed in the public MCP registry as com.multi-upload-tool/mcp. Schedule and publish videos to TikTok, YouTube, Instagram and 5 more networks. This page covers its npm package (multi-upload-tool-mcp).
Is the Multi Upload Tool MCP server safe to use?
Multi Upload Tool scores 64 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 Multi Upload Tool MCP server expose?
Multi Upload Tool exposes 3 tools: list_accounts, publish_carousel, publish_video. Their descriptions and schemas cost roughly 836 tokens of context every time the server is loaded.
Is the Multi Upload Tool MCP server still maintained?
Multi Upload Tool is still listed as active in the MCP registry. We last reached this channel on 26 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 Multi Upload Tool MCP server under?
Multi Upload Tool declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.