# Skillforge Render API (remote · render.skillforge99.com)

Screenshot, PDF, OG-image, and page extraction (markdown/JSON) over MCP. Bearer key or x402.

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

## Components

- remote · `render.skillforge99.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-skillforge99-render-api/render.md), [page](https://verifymcp.io/servers/com-skillforge99-render-api/render)

## Channel facts

- Endpoint: `https://render.skillforge99.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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-20.

- **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 enforcement could not be verified: the plaintext port answered with HTTP 404, 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 (excellent).
  - Context-footprint check failed: tool/resource definitions use about 682 tokens (~170/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-skillforge99-render-api https://render.skillforge99.com/mcp
```

### Codex

```toml
[mcp_servers.com-skillforge99-render-api]
url = "https://render.skillforge99.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-skillforge99-render-api --url https://render.skillforge99.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-skillforge99-render-api:
    url: "https://render.skillforge99.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-skillforge99-render-api": {
      "type": "http",
      "url": "https://render.skillforge99.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-18 (score 66, +1)

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

### 2026-08-17 (score 65, +6)

- [security improvement] Authorization: unverified → partial
- [security] Tool “extract_page” rewrote its description, which is the text the model reads
- [security] Tool “render_og” rewrote its description, which is the text the model reads
- [security] Tool “render_pdf” rewrote its description, which is the text the model reads
- [security] Tool “screenshot_url” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional] The server now declares the “prompts” capability
- [functional] The server now declares the “resources” capability
- [functional] Server version: 1.0.0 → 1.2.0
- [cosmetic] “extract_page” reworded the description of “mode”
- [cosmetic] “render_og” reworded the description of “height”
- [cosmetic] “render_og” reworded the description of “html”
- [cosmetic] “render_og” reworded the description of “width”
- [cosmetic] “render_pdf” reworded the description of “height”
- [cosmetic] “render_pdf” reworded the description of “width”
- [cosmetic] “screenshot_url” reworded the description of “format”
- [cosmetic] “screenshot_url” reworded the description of “fullPage”
- [cosmetic] “screenshot_url” reworded the description of “height”
- [cosmetic] “screenshot_url” reworded the description of “width”
- [cosmetic] Tool “extract_page” changed its title: Extract Page Content
- [cosmetic] Tool “render_og” changed its title: Render Open Graph Image
- [cosmetic] Tool “render_pdf” changed its title: Render PDF
- [cosmetic] Tool “screenshot_url” changed its title: Screenshot URL

### 2026-08-16 (score 59, +1)

- [functional regression] Schema quality: 318 → 437
- [functional] New tool “extract_page”

### 2026-08-14 (score 58, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 57)

First indexed and scored.

## MCP tools (4)

### `screenshot_url` (~205 tokens)

Screenshot URL

Capture a screenshot image of a public web page or an inline HTML snippet, rendered in a real headless browser (JS, CSS, and web fonts execute). Returns a PNG/JPEG/WEBP image. Use this to visually preview a page, generate a thumbnail, or archive how a URL looked at a point in time.

Input parameters:

- `format` (string): Output image format (default png)
- `fullPage` (boolean): Capture the full scrollable page instead of just the viewport (costs 2 units instead of 1)
- `height` (number): Viewport height in pixels, 240-1080 (default 800)
- `html` (string): Raw HTML to render (exactly one of url/html, max 1MB)
- `url` (string): Public http(s) URL to screenshot (exactly one of url/html)
- `width` (number): Viewport width in pixels, 320-1920 (default 1280)

### `render_pdf` (~158 tokens)

Render PDF

Render a public web page or an inline HTML snippet to a paginated PDF document, using a real headless browser (JS, CSS, and web fonts execute). Use this to turn a URL or HTML into a downloadable/printable PDF, e.g. an invoice, report, or saved article.

Input parameters:

- `height` (number): Viewport height in pixels, 240-1080 (default 800)
- `html` (string): Raw HTML to render (exactly one of url/html, max 1MB)
- `url` (string): Public http(s) URL to render (exactly one of url/html)
- `width` (number): Viewport width in pixels, 320-1920 (default 1280)

### `render_og` (~131 tokens)

Render Open Graph Image

Render an inline HTML snippet to a social-share (Open Graph) image sized for link previews, defaulting to the standard 1200x630 OG dimensions. Use this to generate og:image assets for blog posts, products, or share cards without hand-designing an image.

Input parameters:

- `height` (number): Viewport height in pixels, 240-1080 (default 630)
- `html` (string, required): Raw HTML to render into the OG image (required, max 100KB)
- `width` (number): Viewport width in pixels, 320-1920 (default 1200)

### `extract_page` (~188 tokens)

Extract Page Content

Fetch a public web page and extract its content as either clean, readable markdown (the default) or as structured JSON fields matched against a caller-supplied schema. Use markdown mode to summarize or quote a page's text; use structured mode to pull specific named fields (e.g. price, title, author) out of a page's content.

Input parameters:

- `mode` (string): Extraction mode: 'markdown' (default, 2 units) returns cleaned page text as markdown; 'structured' (8 units, requires schema) returns JSON matched to the caller's field schema
- `schema` (object): Required when mode is 'structured': { properties: { field: { type: 'string'|'number'|'boolean'|'array' } } }, max 24 properties, max 8KB serialized
- `url` (string, required): Public http(s) URL to extract (required)

## Diagnostics

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

## Score history

- 2026-08-20: 66
- 2026-08-19: 66
- 2026-08-18: 66
- 2026-08-17: 65
- 2026-08-16: 59
- 2026-08-15: 58
- 2026-08-14: 58
- 2026-08-13: 57

## Links

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