Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Pixel Agent

io.github.absharma9796/pixel-agent

Convert images to PNG, JPEG, WebP, or AVIF through one public remote MCP tool.

Uptime
100.0%
1 direct probes · 30d
Response
264ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

request_capability

Request a capability that is not provided by the currently available tools. Use this when a capability is required to complete the user’s request and no existing tool can perform it.

convert_image

Convert one base64-encoded image to PNG, JPEG, WebP, or AVIF. Use input_mime_type with a real image MIME such as image/png or image/jpeg; common aliases like image/jpg, jpg, png, svg, and application/…

get_more_tools

Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pixel_agent": {
      "url": "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry",
      "transport": "streamable-http"
    }
  }
}