Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.pixelvault-dev/pixelvault

io.github.pixelvault-dev/pixelvault

Agent-first image hosting — upload images and get instant CDN URLs.

Uptime
100.0%
1 direct probes · 30d
Response
240ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

get_image

Get metadata (CDN URL, size, MIME type, dimensions) for one PixelVault image by id. Maps to GET /v1/images/:id. Requires a PixelVault API key sent as a Bearer token in the Authorization header. The re…

list_images

List images in your PixelVault project, most recent first. Maps to GET /v1/images with pagination. Requires a PixelVault API key sent as a Bearer token in the Authorization header. The returned CDN UR…

delete_image

Permanently delete one PixelVault image by id. Maps to DELETE /v1/images/:id. Requires a PixelVault API key sent as a Bearer token in the Authorization header.

upload_image

Upload an image to PixelVault and get an instant CDN URL. Maps to POST /v1/images. Provide exactly one of `source_url` (a public http(s) URL the server fetches) or `data` (base64-encoded bytes); optio…

upload_batch

Upload many images (1–50) in one call, grouped into a collection — e.g. a CI run or a set of generated variants. Maps to POST /v1/images/batch. Each item is `data` (base64) or `source_url` (server-fet…

sign_url

Mint a time-limited signed URL for a private image. Maps to POST /v1/images/:id/sign-url. Provide `id` and optional `expires_in` (seconds, default 3600). The signature binds the image, so the URL can'…

transform_image

Build an on-the-fly transform URL for a PixelVault image (resize, crop, format/quality, AI background removal, blur/sharpen/rotate/flip, brightness/contrast/saturation, and same-project watermark tili…

rescue_imgur

Scan a web page for hotlinked Imgur images and return a PixelVault rescue URL for each — a proxy that lazily rehosts the image on first request, keeping it working through the UK Imgur block. The anon…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.pixelvault-dev/pixelvault": {
      "url": "https://mcp.pixelvault.dev/mcp",
      "transport": "streamable-http"
    }
  }
}