# Pixel Agent (remote · pixel-agent.for-ai-agents.workers.dev)

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

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `pixel-agent.for-ai-agents.workers.dev`: 60/100 (this document), [markdown](https://verifymcp.io/servers/absharma9796-pixel-agent/pixel-agent.md), [page](https://verifymcp.io/servers/absharma9796-pixel-agent/pixel-agent)

## Channel facts

- Endpoint: `https://pixel-agent.for-ai-agents.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 149 tokens (~149/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http absharma9796-pixel-agent https://pixel-agent.for-ai-agents.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.absharma9796-pixel-agent]
url = "https://pixel-agent.for-ai-agents.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "absharma9796-pixel-agent": {
      "type": "remote",
      "url": "https://pixel-agent.for-ai-agents.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add absharma9796-pixel-agent --url https://pixel-agent.for-ai-agents.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  absharma9796-pixel-agent:
    url: "https://pixel-agent.for-ai-agents.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "absharma9796-pixel-agent": {
      "type": "http",
      "url": "https://pixel-agent.for-ai-agents.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 59)

First indexed and scored.

## MCP tools (1)

### `convert_image` (~114 tokens)

Convert image

Convert one base64-encoded image to PNG, JPEG, WebP, or AVIF. Use the REST API for source images larger than 5 MB.

Input parameters:

- `filename` (string): Optional original filename used to derive the result name.
- `format` (string, required)
- `image_base64` (string, required): Base64-encoded source image bytes. Maximum decoded size: 5 MB.
- `input_mime_type` (string, required)
- `quality` (integer): Optional for JPEG, WebP, and AVIF.

Output parameters:

- `bytes` (integer)
- `filename` (string)
- `mime_type` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/absharma9796-pixel-agent/pixel-agent#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59

## Links

- Remote endpoint: https://pixel-agent.for-ai-agents.workers.dev/mcp
- Repository: https://github.com/absharma9796/matrix
- Website: https://pixel-agent.for-ai-agents.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/absharma9796-pixel-agent/pixel-agent/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/absharma9796-pixel-agent/pixel-agent/changelog.json
- HTML version of this page: https://verifymcp.io/servers/absharma9796-pixel-agent/pixel-agent
