Vercel Blob Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Vercel Blob 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.
MCP server for managing personal assets (images for blog posts, articles, etc.) in Vercel Blob storage.
| Tool | Description |
|---|---|
assets_upload | Upload a local file to your personal assets store, returns public URL |
assets_list | List files with optional prefix filter and pagination |
assets_head | Get metadata of an asset (size, content type, upload time) |
assets_delete | Delete one or more assets by URL |
assets_copy | Copy an asset to a new path |
Go to your Vercel dashboard → Storage → your Blob store → .env.local tab, and copy the BLOB_READ_WRITE_TOKEN.
Add to your .mcp.json:
{
"mcpServers": {
"assets-store": {
"command": "npx",
"args": ["-y", "assets-store-mcp"],
"env": {
"BLOB_READ_WRITE_TOKEN": "your_token_here"
}
}
}
}npm install
npm run dev # Run with tsx (no build needed)
npm run build # Compile TypeScriptTag a release to trigger automatic npm publish via GitHub Actions (OIDC, no token secret needed):
npm version patch # or minor / major
git push --follow-tags~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.