← pixelvault.dev

INDIVIDUAL MCP TOOL

list_images

List images in your PixelVault project, most recent first.

pixelvault.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pixelvault.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pixelvault]
url = "https://mcp.pixelvault.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pixelvault": {
      "type": "http",
      "url": "https://mcp.pixelvault.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pixelvault
Remote MCP URL: https://mcp.pixelvault.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pixelvault": {
      "url": "https://mcp.pixelvault.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pixelvault": {
      "type": "http",
      "url": "https://mcp.pixelvault.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pixelvault",
  "transport": "streamable-http",
  "url": "https://mcp.pixelvault.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_image — Get metadata (CDN URL, size, MIME type, dimensions) for one PixelVault image by id.
  • delete_image — Permanently delete one PixelVault image by id.
  • upload_image — Upload an image to PixelVault and get an instant CDN URL.
  • upload_batch — Upload many images (1–50) in one call, grouped into a collection — e.
  • sign_url — Mint a time-limited signed URL for a private 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).
  • 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.