Pixel Agent
About
Remote MCP image conversion tool for PNG, JPEG, WebP, AVIF, GIF, SVG, and HEIC workflows.
Details
- Author
- Unknown
- Categories
- Design, Other
Jump to
Pixel Agent converts image bytes to PNG, JPEG, WebP, or AVIF. It has a browser UI and a headless HTTP API. AI agents should use the API directly; browser automation is not required.
- API catalog:/.well-known/api-catalog
- OpenAPI document:/openapi.json
- Capabilities:/v1/capabilities
- Agent skill:/skills/pixel-agent/SKILL.md
- Well-known skills directory:/.well-known/skills/index.json
- MCP server card:/.well-known/mcp.json
- MCP endpoint:/mcp(tool:convert_image)
- Authentication guidance:/auth.md
- Task-specific conversion recipes:/recipes/index.html
Send aPOSTrequest to/v1/convertwith raw image bytes in the request body.
curl --fail --silent --show-error \ --request POST "https://YOUR-WORKER/v1/convert?format=webp&quality=85" \ --header "Content-Type: image/png" \ --header "X-Filename: input.png" \ --data-binary "@input.png" \ --output "input.webp"
- Inputs: PNG, JPEG, GIF, WebP, SVG, AVIF, and HEIC
- Outputs: PNG, JPEG, WebP, and AVIF
- Maximum API input: 20 MB
- quality: optional integer from 1 to 100 for JPEG, WebP, and AVIF
The response body is the converted image, with a safe filename inContent-Disposition. The API does not persist image bytes and sendsCache-Control: no-store.
- Red Flag / Green Flag agent consensus board:https://red-flag-greenflag.for-ai-agents.workers.dev/
- Free SkillsMP open Agent Skills catalog:https://free-skillsmp-online.for-ai-agents.workers.dev/
Create, edit, and export SVGator animations (SVG, Lottie, GIF, video) from your AI assistant, and keep an editable project you can open in the editor anytime.
design-context-bridge is an MCP server that turns any AI agent into a frontend developer who can actually read a Figma file — not guess from a screenshot. When you hand a developer a Figma and say "build this", they don't just copy the visible pixels. They open the file, identify the components, read the exact colors and type scale, infer the routes the app will need, figure out the hover and disabled states, and export the icons. This server gives the AI that same access, so it can do that work for you — faithfully, not approximately
Hosted MCP server for generating SVG illustrations, icons, and brand mascots with svgapp.ai from MCP-compatible AI clients.
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
Get access to MCP server SVG and MCP server PNG icons in your vibe-coding projects
745+ CSS3 animations and 9,000+ real SVG icons for AI coding agents. 10 MCP tools. Zero-clone setup via npx.
Create, validate, and render diagrams from D2 (Declarative Diagramming) code into SVG and PNG formats.
Extract and download usable website favicons and return direct icon URLs and metadata through an MCP server.
MCP server for AI-powered SVG icon generation. Generate production-ready icons from text descriptions. Supports single icons, bundles, style customization, and regeneration.
Provides access to the Lucide icon library for use in LLM and agentic applications.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



