
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@spronta/mcp
Advanced tools
MCP server for the Spronta Image CDN. Lets LLMs manage image projects, upload images, create presets, generate signed URLs, and more.
npm install -g @spronta/mcp
Or use directly with npx:
npx @spronta/mcp
claude mcp add spronta -e SPRONTA_API_KEY=spronta_img_... -e SPRONTA_PROJECT_ID=your-project-id -- npx @spronta/mcp
Add to your MCP config:
{
"mcpServers": {
"spronta": {
"command": "npx",
"args": ["@spronta/mcp"],
"env": {
"SPRONTA_API_KEY": "spronta_img_...",
"SPRONTA_PROJECT_ID": "your-project-id"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
SPRONTA_API_KEY | Yes | Your project API key (from the Spronta dashboard) |
SPRONTA_PROJECT_ID | No | Default project ID — can also be passed per-tool |
SPRONTA_API_URL | No | API base URL (default: https://app.spronta.com/api) |
list_projects — List all image projectscreate_project — Create a new projectget_project — Get project details with usage statsupdate_project — Update name or custom domaindelete_project — Permanently delete a projectupload_image — Upload an image from URL or base64. Handles the full upload flow (presigned URL → upload → confirm) and returns the CDN URL with blurhash.list_images — List images with paginationupdate_image — Update alt text and tagsdelete_image — Delete an imagelist_presets — List named transform presetscreate_preset — Create a preset (use in URLs with ?t=name)update_preset — Update a presetdelete_preset — Delete a presetget_signing_config — Get URL signing configurationupdate_signing — Enable/disable signinggenerate_signed_url — Generate an HMAC-SHA256 signed URLget_usage — Get daily metrics (requests, bandwidth, transforms)build_cdn_url — Build a CDN URL with transform parameters (no API call)Once connected, you can ask your LLM:
FAQs
Spronta Image CDN — MCP server for LLM integrations. Upload, transform, and deliver images via AI agents.
The npm package @spronta/mcp receives a total of 36 weekly downloads. As such, @spronta/mcp popularity was classified as not popular.
We found that @spronta/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.