← Back to search

@metalevel/snapix-mcp-server

pa4080 Scanned 9d ago

MCP server for SnapiX - image optimization, conversion, generation, and gallery management via the Model Context Protocol

A
95.6 / 100

Versions

1.0.1latest
May 25, 2026
1.0.0
Apr 19, 2026
0.5.1
Apr 18, 2026
0.5.0
Apr 16, 2026
0.4.2
Apr 13, 2026
+ show 8 moreshow less
0.4.0
Apr 12, 2026
0.2.0
Apr 12, 2026
0.1.6
Apr 11, 2026
0.1.5
Apr 11, 2026
0.1.4
Apr 5, 2026
0.1.3
Apr 5, 2026
0.1.2
Apr 5, 2026
0.1.1
Apr 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 14

snapix_update_gallery
annotations: verified low

Update an existing gallery's name or visibility. Free — does not consume App credits.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
snapix_convert_image
annotations: verified low

The SnapiX convert API streams binary data without storing it, which is not useful in an MCP/LLM context. This tool explains how to achieve image conversion using the upload tool instead.

readOnlyHint true openWorldHint false idempotentHint true
snapix_delete_image
annotations: verified low

Permanently delete an image and all its variants from SnapiX storage. This action cannot be undone. Free — does not consume App credits.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
snapix_generate_image
annotations: verified low

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
snapix_list_galleries
annotations: verified low

List all galleries for the authenticated user. Returns gallery names, IDs, visibility status, and image counts. Free — does not consume App credits.

readOnlyHint true openWorldHint false idempotentHint true
snapix_update_image
annotations: verified low

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
snapix_get_docs
annotations: verified low

Fetch SnapiX developer documentation as Markdown. Available sections: 'sdk' = TypeScript SDK integration guide, 'api' = REST API reference, 'mcp' = MCP server setup guide. 'about' = about the Snapix application. Supported docType values: sdk, api, mcp, about.

readOnlyHint true openWorldHint false idempotentHint true
snapix_get_image
annotations: verified low

Get details for a single image by ID. Returns full metadata, CDN URLs for all variants, and dimensions. Free — does not consume App credits.

readOnlyHint true openWorldHint false idempotentHint true
snapix_delete_gallery
annotations: verified low

Permanently delete a gallery. Optionally delete all images in the gallery as well. This action cannot be undone. Free — does not consume App credits.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
snapix_get_gallery
annotations: verified low

Get details for a single gallery by ID, including all images in the gallery with their CDN URLs. Free — does not consume App credits.

readOnlyHint true openWorldHint false idempotentHint true
snapix_list_images
annotations: verified low

List images in the user's SnapiX account with pagination. Returns image metadata, CDN URLs, and account statistics. Free — does not consume App credits.

readOnlyHint true openWorldHint false idempotentHint true
snapix_get_ungrouped_images
annotations: verified low

Get all images that are not assigned to any gallery. Free — does not consume App credits.

readOnlyHint true openWorldHint false idempotentHint true
snapix_create_gallery
annotations: verified low

Create a new gallery to organize images. Optionally assign existing images by ID. Galleries can be public (shareable) or private. Free — does not consume App credits.

readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
snapix_upload_image
annotations: verified low

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false

Permissions 3

network medium
Server uses network capabilities via: socket
filesystem low
Server uses filesystem capabilities via: open(), os
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 0

No scan findings.