Pixelvault

Created By
PixelVault5 hours ago
Agent-first image hosting — upload images (base64 or URL), list, fetch, and delete; returns instant CDN URLs.
Overview

PixelVault — Agent-first image hosting

Image hosting built for developers and AI agents. Upload an image and get an instant, permanent CDN URL — no dashboard required. Runs entirely on Cloudflare's edge.

Remote MCP endpoint: https://mcp.pixelvault.dev/mcp (streamable-http)

Tools

  • upload_image — upload via base64 or URL; returns a CDN URL
  • list_images — list your images
  • get_image — fetch image metadata
  • delete_image — delete an image

Auth

Pass your PixelVault API key as a Bearer token in the Authorization header. Discovery is authless; tool calls require a key. Get one free at https://pixelvault.dev.

Free tier

200 MB storage · 500 uploads/month · 1 GB bandwidth/month · 5 MB max file size. REST API + OpenAPI 3.1 spec at https://pixelvault.dev/openapi.json.

Server Config

{
  "mcpServers": {
    "pixelvault": {
      "type": "streamable-http",
      "url": "https://mcp.pixelvault.dev/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_PIXELVAULT_API_KEY>"
      }
    }
  }
}
Project Info
Created At
5 hours ago
Updated At
5 hours ago
Author Name
PixelVault
Star
-
Language
-
License
-
Category

Recommend Servers

View All