# com.pixfaro/mcp (remote · mcp.pixfaro.com)

Generate images with any major model — one API key, one prepaid balance, one MCP.

- Trust score: 73/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `mcp.pixfaro.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/com-pixfaro-mcp/mcp.md), [page](https://verifymcp.io/servers/com-pixfaro-mcp/mcp)
- npm · `@pixfaro/mcp`: 84/100, [markdown](https://verifymcp.io/servers/com-pixfaro-mcp/pixfaro-mcp.md), [page](https://verifymcp.io/servers/com-pixfaro-mcp/pixfaro-mcp)

## Channel facts

- Endpoint: `https://mcp.pixfaro.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.2`

## 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-09-22.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 765 tokens (~95/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.pixfaro/mcp server?

com.pixfaro/mcp is a hosted endpoint at https://mcp.pixfaro.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-pixfaro-mcp 'https://mcp.pixfaro.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-pixfaro-mcp": {
      "url": "https://mcp.pixfaro.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-pixfaro-mcp": {
      "type": "http",
      "url": "https://mcp.pixfaro.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-pixfaro-mcp]
url = "https://mcp.pixfaro.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pixfaro-mcp": {
      "type": "remote",
      "url": "https://mcp.pixfaro.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-pixfaro-mcp --url 'https://mcp.pixfaro.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-pixfaro-mcp:
    url: "https://mcp.pixfaro.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-pixfaro-mcp": {
      "Transport": "http",
      "Url": "https://mcp.pixfaro.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-pixfaro-mcp -t streamable-http -u 'https://mcp.pixfaro.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-pixfaro-mcp": {
      "type": "http",
      "url": "https://mcp.pixfaro.com/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-09-18 (score 73, 0)

- [security] Stability: 0.97 → pass

### 2026-09-17 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 71, 0)

- [functional regression] Schema quality: 82 → 95
- [functional improvement] Tool coverage: 75% → 80%
- [cosmetic] “generate_image” reworded the description of “aspect_ratio”
- [cosmetic] “edit_image” reworded the description of “aspect_ratio”

### 2026-09-13 (score 71, +1)

- [security] Tool “generate_image” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 564 → 656
- [functional] New tool “check_job”

### 2026-09-11 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (8)

### `generate_image` (~213 tokens)

Generate an image from a text prompt. Returns a hosted URL plus cost and balance. Slow models (mode "async" in list_models) return a j_… job id instead — poll it with check_job.

Input parameters:

- `aspect_ratio` (string): e.g. "16:9" (default 1:1). Ratios are per-model — list_models names the ones verified for each. Gemini models take a fixed set (no 4:1 or wider); the budget fal models compute any bounded W:H, so use…
- `model` (string): Model id from list_models
- `overlay`
- `prompt` (string, required): What to draw
- `resolution` (string): Output tier (default 1K); supported tiers and prices per model are in list_models

### `edit_image` (~107 tokens)

Edit a previously generated image by its img_… id with a natural-language instruction.

Input parameters:

- `aspect_ratio` (string): Omit to keep the source image's shape. If set, it is per-model — see list_models.
- `image` (string, required): img_… id of a previous generation
- `instruction` (string, required): What to change
- `model` (string)
- `overlay`
- `resolution` (string): Output tier; defaults to the source image's

### `render_template` (~205 tokens)

Render a typeset card from a template — a finished, on-brand social image (quote card, post card) in about two seconds. Cheaper and more legible than generating type with a model. Get the templates and their slots from list_templates.

Input parameters:

- `overlay`
- `scale` (number): device pixel ratio; 2 default, 3 costs $0.01 more
- `size` (string): default 16:9
- `slots` (object, required): The template's slot values, e.g. { "quote": "…", "handle": "@you" }. Image slots take an asset id from upload_asset, or "default" for your brand kit.
- `style`: Leave unset for the template default, "auto" for a random combination that avoids your last one, "brand" for your saved colours, or an object of style axes.
- `template` (string, required): Template id from list_templates, e.g. "quote-card"

### `upload_asset` (~92 tokens)

Upload an image (PNG or JPEG, ≤5 MB) as a reusable asset — an avatar for a card, for example. Returns an ast_… id to pass into a template slot.

Input parameters:

- `data` (string, required): data URI or bare base64, e.g. "data:image/png;base64,…"
- `kind` (string, required): what the image is for; "avatar" for a card byline

### `list_models` (~17 tokens)

List available image models with pricing and latency.

### `list_templates` (~21 tokens)

List card templates with their slots, style axes and exact price.

### `get_balance` (~16 tokens)

Show the current prepaid balance in USD.

### `check_job` (~66 tokens)

Check an async generation job by its j_… id. Slow models (mode "async" in list_models) return a job instead of an image — poll this until it succeeds or fails.

Input parameters:

- `job_id` (string, required): j_… id returned by generate_image / edit_image

## Diagnostics

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

## Score history

- 2026-09-22: 73
- 2026-09-21: 73
- 2026-09-20: 73
- 2026-09-19: 73
- 2026-09-18: 73
- 2026-09-17: 73
- 2026-09-16: 72
- 2026-09-15: 72
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 70
- 2026-09-11: 70
- 2026-09-10: 69
- 2026-09-09: 69
- 2026-09-08: 68
- 2026-09-07: 68
- 2026-09-06: 67
- 2026-09-05: 67
- 2026-09-04: 66
- 2026-09-03: 66
- 2026-09-02: 65
- 2026-09-01: 65
- 2026-08-31: 64
- 2026-08-30: 64
- 2026-08-29: 63
- 2026-08-28: 63
- 2026-08-27: 63
- 2026-08-26: 62
- 2026-08-25: 60
- 2026-08-24: 59

## Common questions

### What is the com.pixfaro/mcp server?

com.pixfaro/mcp is listed in the public MCP registry as com.pixfaro/mcp. Generate images with any major model, one API key, one prepaid balance, one MCP. This page covers its hosted endpoint (https://mcp.pixfaro.com/mcp).

### Is the com.pixfaro/mcp server safe to use?

com.pixfaro/mcp scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.pixfaro/mcp server expose?

com.pixfaro/mcp exposes 8 tools: generate_image, edit_image, render_template, upload_asset, list_models, and 3 more. Their descriptions and schemas cost roughly 737 tokens of context every time the server is loaded.

### Does the com.pixfaro/mcp server require authentication?

No. We connected to com.pixfaro/mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the com.pixfaro/mcp server still maintained?

com.pixfaro/mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.pixfaro.com/mcp
- Repository: https://github.com/pixfaro/mcp
- Website: https://pixfaro.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-pixfaro-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pixfaro-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-pixfaro-mcp/mcp
