# APICK Vision (remote · apick.app)

Image/video analysis: NSFW detection, object detection, thumbnails

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

## Components

- remote · `apick.app`: 79/100 (this document), [markdown](https://verifymcp.io/servers/app-apick-vision/mcp-vision.md), [page](https://verifymcp.io/servers/app-apick-vision/mcp-vision)

## Channel facts

- Endpoint: `https://apick.app/mcp/vision`
- 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-09-24.

- **Endpoint Security**: 57/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 6 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 is enforced; there's no plaintext access path.
  - 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**: 80/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 818 tokens (~136/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the APICK Vision MCP server?

APICK Vision is a hosted endpoint at https://apick.app/mcp/vision, 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 app-apick-vision 'https://apick.app/mcp/vision'
```

### Cursor

```json
{
  "mcpServers": {
    "app-apick-vision": {
      "url": "https://apick.app/mcp/vision"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "app-apick-vision": {
      "type": "http",
      "url": "https://apick.app/mcp/vision"
    }
  }
}
```

### Codex

```toml
[mcp_servers.app-apick-vision]
url = "https://apick.app/mcp/vision"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add app-apick-vision --url 'https://apick.app/mcp/vision' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-apick-vision:
    url: "https://apick.app/mcp/vision"
```

### Netclaw

```json
{
  "McpServers": {
    "app-apick-vision": {
      "Transport": "http",
      "Url": "https://apick.app/mcp/vision"
    }
  }
}
```

### Vellum

```bash
assistant mcp add app-apick-vision -t streamable-http -u 'https://apick.app/mcp/vision'
```

### Other

```json
{
  "mcpServers": {
    "app-apick-vision": {
      "type": "http",
      "url": "https://apick.app/mcp/vision"
    }
  }
}
```

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-20 (score 79, +4)

- [security improvement] Stability: fail → pass

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

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

### 2026-09-05 (score 74, +1)

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

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

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

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

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

### 2026-08-30 (score 71, +1)

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

### 2026-08-28 (score 70, +1)

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

### 2026-08-26 (score 69)

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

## MCP tools (6)

### `nsfw_detection` (~149 tokens)

선정적인 컨텐츠(NSFW) 탐지

Detect whether an image contains NSFW (violent or sexually explicit) content and return an nsfw_score. 이미지가 NSFW(폭력적·선정적) 콘텐츠인지 탐지해 nsfw_score 를 반환합니다. detail=1 입력 시 세부 판정 결과를 함께 반환합니다. [호출당 10포인트]

Input parameters:

- `detail` (string): 세부 판정 결과 포함 여부 (포함: 1, 미포함: 0, 기본값 0)
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)

### `image_similarity` (~138 tokens)

이미지 유사도 비교

Compare a base image with another image and return a similarity score. 기준 이미지와 비교 대상 이미지의 유사도를 분석해 점수를 반환합니다. 원본 검증, 중복 이미지 탐지 등에 사용합니다. [호출당 10포인트]

Input parameters:

- `compare_image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)

### `video_to_mp3` (~99 tokens)

동영상 MP3 추출

Extract the audio track of a video file as an MP3 file. 동영상 파일에서 오디오를 추출해 MP3 파일로 반환합니다. [호출당 30포인트]

Input parameters:

- `video_url` (string, required): 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/x-msvideo, video/webm, video/x-matroska) (최대 200MB)

### `extract_video_thumbnail` (~173 tokens)

동영상 미리보기 이미지 추출

Extract preview thumbnail images from a video at regular intervals and return them as a ZIP file. 동영상에서 일정 구간마다 미리보기 이미지를 추출해 ZIP 파일로 반환합니다. [호출당 10포인트]

Input parameters:

- `count` (string): 추출할 이미지 개수 (범위: 0 ~ 200, 기본값 100)
- `video_url` (string, required): 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/x-msvideo, video/webm, video/x-matroska) (최대 200MB)
- `width` (string): 이미지 가로 길이 (범위: 100 ~ 2000, 기본값 480). 세로 길이는 가로 비율에 따라 자동 계산

### `word_cloud` (~93 tokens)

워드클라우드 생성

Generate a word cloud image (JPEG) from input text, sizing each word by frequency. 입력 텍스트를 구성하는 단어의 중요도(빈도수)에 따라 서로 다른 크기의 단어로 이루어진 워드클라우드 이미지(JPEG)를 생성해 반환합니다. [호출당 10포인트]

Input parameters:

- `text` (string, required): 워드클라우드를 생성할 텍스트

### `face_detection` (~166 tokens)

이미지 얼굴 인식

Detect faces in an image and return their coordinates. 이미지 파일에서 얼굴을 인식해 해당 좌표를 반환합니다. use_feature=1 입력 시 얼굴 특징 정보를 함께 반환합니다. [호출당 3포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)
- `threshold` (string): 얼굴 추출 민감도 (범위: 0 ~ 0.9, 기본값 0.5, 높을수록 정확한 얼굴만 추출)
- `use_feature` (string): 얼굴 특징 정보 포함 여부 (포함: 1, 미포함: 0, 기본값 0)

## Diagnostics

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

## Score history

- 2026-09-24: 79
- 2026-09-23: 79
- 2026-09-22: 79
- 2026-09-21: 79
- 2026-09-20: 79
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 75
- 2026-09-16: 75
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 75
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 75
- 2026-09-08: 75
- 2026-09-07: 75
- 2026-09-06: 74
- 2026-09-05: 74
- 2026-09-04: 73
- 2026-09-03: 73
- 2026-09-02: 72
- 2026-09-01: 72
- 2026-08-31: 71
- 2026-08-30: 71
- 2026-08-29: 70
- 2026-08-28: 70
- 2026-08-27: 69
- 2026-08-26: 69

## Common questions

### What is the APICK Vision MCP server?

APICK Vision is an MCP server listed in the public MCP registry as app.apick/vision. Image/video analysis: NSFW detection, object detection, thumbnails. This page covers its hosted endpoint (https://apick.app/mcp/vision).

### Is the APICK Vision MCP server safe to use?

APICK Vision scores 79 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 APICK Vision MCP server expose?

APICK Vision exposes 6 tools: nsfw_detection, image_similarity, video_to_mp3, extract_video_thumbnail, word_cloud, face_detection. Their descriptions and schemas cost roughly 818 tokens of context every time the server is loaded.

### Does the APICK Vision MCP server require authentication?

No. We connected to APICK Vision without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the APICK Vision MCP server still maintained?

APICK Vision is still listed as active in the MCP registry. We last reached this channel on 24 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://apick.app/mcp/vision
- Repository: https://github.com/lead788/apick-mcp
- Website: https://apick.app/dev_guide/mcp
- Changelog RSS feed: https://verifymcp.io/servers/app-apick-vision/mcp-vision.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-apick-vision/mcp-vision.json
- HTML version of this page: https://verifymcp.io/servers/app-apick-vision/mcp-vision
