# io.github.drumst0ck/uploadkit (npm · @uploadkitdev/mcp)

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

- Trust score: 67/100 (medium)
- Change this week: +15
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@uploadkitdev/mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/drumst0ck-uploadkit/uploadkitdev-mcp.md), [page](https://verifymcp.io/servers/drumst0ck-uploadkit/uploadkitdev-mcp)

## Channel facts

- Registry: `npm`
- Package: `@uploadkitdev/mcp`
- Version: `0.3.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 51 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 774 tokens (~55/item across 14 items; 11 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add drumst0ck-uploadkit -- npx -y @uploadkitdev/mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add drumst0ck-uploadkit --command npx --arg -y --arg @uploadkitdev/mcp
```

### Hermes

```yaml
mcp_servers:
  drumst0ck-uploadkit:
    command: "npx"
    args: ["-y", "@uploadkitdev/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "drumst0ck-uploadkit": {
      "command": "npx",
      "args": [
        "-y",
        "@uploadkitdev/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 67, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 26, −17)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 43, −31)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 74, +22)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-27 (score 52)

First indexed and scored.

## MCP tools (11)

### `list_components` (~63 tokens)

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.

Input parameters:

- `category` (string): Optional filter.

### `get_component` (~46 tokens)

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

Input parameters:

- `name` (string, required): Exact component name, e.g. "UploadDropzoneAurora".

### `search_components` (~48 tokens)

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

Input parameters:

- `query` (string, required): Free-text search.

### `get_install_command` (~69 tokens)

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

Input parameters:

- `packageManager` (string)
- `packages` (array): Which UploadKit packages to install. Default: ["@uploadkitdev/react", "@uploadkitdev/next"].

### `scaffold_route_handler` (~144 tokens)

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.

Input parameters:

- `allowedTypes` (array): MIME types allowed. Default: ["image/*"].
- `maxFileCount` (number): Default: 1.
- `maxFileSize` (string): Max file size, e.g. "4MB", "1GB". Default: "4MB".
- `routeName` (string, required): Name of the file route, e.g. "media", "avatar", "attachments". This is the value you pass as the `route` prop on components.

### `scaffold_provider` (~29 tokens)

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

### `get_byos_config` (~54 tokens)

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

Input parameters:

- `provider` (string, required)

### `get_quickstart` (~24 tokens)

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

### `search_docs` (~114 tokens)

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.

Input parameters:

- `limit` (number): Max results. Default: 8.
- `query` (string, required): Free-text query.

### `get_doc` (~78 tokens)

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.

Input parameters:

- `path` (string, required): Page path relative to /docs (no leading slash, no .mdx extension).

### `list_docs` (~33 tokens)

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

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/drumst0ck-uploadkit/uploadkitdev-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 26
- 2026-07-30: 43
- 2026-07-29: 74
- 2026-07-28: 52
- 2026-07-27: 52

## Links

- npm package: https://www.npmjs.com/package/@uploadkitdev/mcp
- Socket report: https://socket.dev/npm/package/@uploadkitdev/mcp
- Repository: https://github.com/drumst0ck/uploadkit
- Website: https://uploadkit.dev/
- Changelog RSS feed: https://verifymcp.io/servers/drumst0ck-uploadkit/uploadkitdev-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/drumst0ck-uploadkit/uploadkitdev-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/drumst0ck-uploadkit/uploadkitdev-mcp
