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.

io.github.drumst0ck/uploadkit

NPM · @UPLOADKITDEV/MCP · SCANNED AUG 3

UploadKit MCP — 40+ upload components, route scaffolds, BYOS setup, full docs search.

Available components

+15 this week 67 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 774 tokens (~55/item across 14 items; 11 tools + 3 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 Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
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.

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 · @uploadkitdev/mcp

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

  • 2 Aug 26 +41
    • 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
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −17
    • 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 −31
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +22
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 52

    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/@uploadkitdev/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 11 exposed · ~702 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
get_byos_config ~54

Return environment + handler configuration for Bring-Your-Own-Storage mode with S3, R2, GCS, or Backblaze B2. Credentials never reach the browser.

NameTypeReqDescription
providerstringyes

No output schema declared.

No examples provided.

get_component ~46

Return full metadata + a ready-to-paste usage example for a specific UploadKit component.

NameTypeReqDescription
namestringyesExact component name, e.g. "UploadDropzoneAurora".

No output schema declared.

No examples provided.

get_doc ~78

Return the full content of a docs page by path (e.g. "core-concepts/byos", "sdk/next/middleware", "api-reference/rest-api"). Use this after search_docs to read a specific page in depth.

NameTypeReqDescription
pathstringyesPage path relative to /docs (no leading slash, no .mdx extension).

No output schema declared.

No examples provided.

get_install_command ~69

Return the install command for UploadKit packages. Defaults to pnpm + the full stack (react + next).

NameTypeReqDescription
packageManagerstring
packagesarrayWhich UploadKit packages to install. Default: ["@uploadkitdev/react", "@uploadkitdev/next"].

No output schema declared.

No examples provided.

get_quickstart ~24

Full end-to-end quickstart guide for UploadKit on Next.js.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_components ~63

List every component available in @uploadkitdev/react. Optionally filter by category (classic, dropzone, button, progress, motion, specialty, gallery). Use this before suggesting a component so you pick one that actually exists.

NameTypeReqDescription
categorystringOptional filter.

No output schema declared.

No examples provided.

list_docs ~33

List every docs page with title, description, URL, and path. Use this to discover what documentation is available before searching.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scaffold_provider ~29

Return a ready-to-paste snippet that adds <UploadKitProvider> to the Next.js root layout.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scaffold_route_handler ~144

Generate the file content for a Next.js App Router route handler at app/api/uploadkit/[...uploadkit]/route.ts — with a file router typed to your route name.

NameTypeReqDescription
allowedTypesarrayMIME types allowed. Default: ["image/*"].
maxFileCountnumberDefault: 1.
maxFileSizestringMax file size, e.g. "4MB", "1GB". Default: "4MB".
routeNamestringyesName of the file route, e.g. "media", "avatar", "attachments". This is the value you pass as the `route` prop on components.

No output schema declared.

No examples provided.

search_components ~48

Fuzzy-search components by keyword, inspiration, or use case (e.g. "terminal", "apple", "progress ring", "kanban").

NameTypeReqDescription
querystringyesFree-text search.

No output schema declared.

No examples provided.

search_docs ~114

Full-text search across every UploadKit docs page (88+ pages: getting-started, core-concepts, SDK reference, API reference, dashboard, guides). Use this whenever the user asks about UploadKit behaviour, APIs, middleware, webhooks, theming, BYOS, type safety, or any topic not covered by the component tools. Returns ranked matches with title, URL, snippet, and path.

NameTypeReqDescription
limitnumberMax results. Default: 8.
querystringyesFree-text query.

No output schema declared.

No examples provided.