- Pixelvault
Pixelvault
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 URLlist_images— list your imagesget_image— fetch image metadatadelete_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 agoUpdated At
5 hours agoAuthor Name
PixelVaultStar
-Language
-License
-Tags
Homepage
https://pixelvault.dev/docs#mcpRecommend Servers
View AllLightbringer
@Lightbringer
4 hours ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago