# io.github.paperandbeyond23-gif/propzapi (remote · api.propzapi.com)

Image generation API: render HTML/CSS templates to PNG, JPEG, WebP or PDF, plus URL screenshots.

- Trust score: 70/100 (medium)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.propzapi.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/paperandbeyond23-gif-propzapi/api.md), [page](https://verifymcp.io/servers/paperandbeyond23-gif-propzapi/api)

## Channel facts

- Endpoint: `https://api.propzapi.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 223 tokens (~74/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 8 days we've observed: 4 tool removals, 0 breaking changes, 0 auth/transport breaks, 3 additions.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http paperandbeyond23-gif-propzapi https://api.propzapi.com/mcp
```

### Codex

```toml
[mcp_servers.paperandbeyond23-gif-propzapi]
url = "https://api.propzapi.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add paperandbeyond23-gif-propzapi --url https://api.propzapi.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  paperandbeyond23-gif-propzapi:
    url: "https://api.propzapi.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "paperandbeyond23-gif-propzapi": {
      "type": "http",
      "url": "https://api.propzapi.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-08-02 (score 70, +2)

- [security regression] A breaking change shipped without a version bump: still 0.1.0
- [security regression] Tool “get_props” was removed
- [security regression] Tool “get_books” was removed
- [security regression] Tool “get_events” was removed
- [security regression] Tool “get_odds” was removed
- [functional regression] Schema quality: 64 → 74
- [functional improvement] Tool coverage: 38% → 50%
- [functional] Schema quality: fair → good
- [functional] New tool “generate_image”
- [functional] New tool “list_templates”
- [functional] New tool “screenshot_url”

### 2026-08-01 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 1 to 4.

### 2026-07-31 (score 67, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (3)

### `list_templates` (~24 tokens)

List the image templates you can render, with the variables each accepts. Free.

### `generate_image` (~116 tokens)

Render an on-brand image from a template and your data, and return the image. Use list_templates first to see template ids and their variables. 1 credit per image; cost returned in _meta.

Input parameters:

- `format` (string)
- `modifications` (object): variable -> value overrides, e.g. {"title":"...","accent":"#b45cff"}.
- `template` (string, required): Template id from list_templates: a built-in (e.g. og-article) or one of your own tpl_... ids.

### `screenshot_url` (~83 tokens)

Screenshot any public web page and return the image. 1 credit; cost in _meta.

Input parameters:

- `format` (string)
- `full_page` (boolean): Capture the whole scrollable page (default false = just the viewport).
- `height` (integer)
- `url` (string, required): Public http(s) URL to capture.
- `width` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/paperandbeyond23-gif-propzapi/api#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 70
- 2026-08-01: 68
- 2026-07-31: 67
- 2026-07-30: 60
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://api.propzapi.com/mcp
- Repository: https://github.com/paperandbeyond23-gif/propzapi-skills
- Website: https://propzapi.com/
- Changelog RSS feed: https://verifymcp.io/servers/paperandbeyond23-gif-propzapi/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/paperandbeyond23-gif-propzapi/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/paperandbeyond23-gif-propzapi/api
