ToolPin

io.github.pixelvault-dev/pixelvault

io.github.pixelvault-dev/pixelvault · v0.2.0 · MCP 2025-11-25

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

Reachability reachable
checked 2026-07-14 03:44 UTC
Registry status active
Tools pinned 8
7c8c9a34e077
Tools last changed unchanged since first capture 2026-07-14

Provenance

Registry namespace io.github.pixelvault-dev (GitHub-account verified by the official registry)
Website https://pixelvault.dev
Remote endpoints
https://mcp.pixelvault.dev/mcp (streamable-http)

Observed changes

When (UTC)EventDetail
2026-07-14 03:44 first capture 8 tools pinned

Pinned tool definitions (8)

ToolDescription
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 returned CDN URL supports on-the-fly...
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 URL supports on-the-fly transforms via...
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); optional `folder`, `filename`, and...
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-fetched, SSRF-guarded), with optional...
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't be replayed against another image;...
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 tiling). Provide exactly one of `url` (a...
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 anonymous rescue tier is a durable...

Status badge

ToolPin status badge for io.github.pixelvault-dev/pixelvault

[![ToolPin](https://toolpin.dev/badge/io.github.pixelvault-dev/pixelvault.svg)](https://toolpin.dev/servers/io.github.pixelvault-dev/pixelvault)

Maintain this server? Add the badge to your README — it links your users to this live status page.