# io.github.codex-curator/studiomcphub (remote · studiomcphub.com)

32 creative AI tools (18 free) for agents: generate, upscale, mockup, print, watermark.

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

> **Recent critical change**: Authorization (2026-08-02). See the changelog below before you install this server.

## Components

- remote · `studiomcphub.com`: 37/100 (this document), [markdown](https://verifymcp.io/servers/codex-curator-studiomcphub/studiomcphub.md), [page](https://verifymcp.io/servers/codex-curator-studiomcphub/studiomcphub)

## Channel facts

- Endpoint: `https://studiomcphub.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.5.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.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - 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.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 0/100
  - Instruction-quality not yet verified: the AI judgement didn't run.
  - Nothing to assess: this server exposes no tool/resource definitions to measure a footprint for.
  - Nothing to assess: this server has no tools to check for usage examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 8 days we've observed: 27 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http codex-curator-studiomcphub https://studiomcphub.com/mcp
```

### Codex

```toml
[mcp_servers.codex-curator-studiomcphub]
url = "https://studiomcphub.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add codex-curator-studiomcphub --url https://studiomcphub.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  codex-curator-studiomcphub:
    url: "https://studiomcphub.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "codex-curator-studiomcphub": {
      "type": "http",
      "url": "https://studiomcphub.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-03 (score 37, −28)

- [security regression] Authorization: fail → unverified
- [security regression] Stability: 0.23 → fail
- [security regression] A breaking change shipped without a version bump: still 0.5.0
- [security regression] Tool “resize_image” was removed
- [security regression] Tool “remove_background” was removed
- [security regression] Tool “register_wallet” was removed
- [security regression] Tool “register_hash” was removed
- [security regression] Tool “print_ready” was removed
- [security regression] Tool “mockup_image” was removed
- [security regression] Tool “list_assets” was removed
- [security regression] Tool “infuse_metadata” was removed
- [security regression] Tool “get_tool_schema” was removed
- [security regression] Tool “get_asset” was removed
- [security regression] Tool “get_artwork_oracle” was removed
- [security regression] Tool “get_artwork” was removed
- [security regression] Tool “extract_palette” was removed
- [security regression] Tool “enrich_metadata” was removed
- [security regression] Tool “delete_asset” was removed
- [security regression] Tool “convert_color_profile” was removed
- [security regression] Tool “compliance_manifest” was removed
- [security regression] Tool “check_balance” was removed
- [security regression] Tool “batch_download” was removed
- [security regression] Tool “watermark_embed” was removed
- [security regression] Tool “watermark_detect” was removed
- [security regression] Tool “verify_provenance” was removed
- [security regression] Tool “vectorize_image” was removed
- [security regression] Tool “upscale_image” was removed
- [security regression] Tool “search_tools” was removed
- [security regression] Tool “search_artworks” was removed
- [security regression] Tool “save_asset” was removed
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: pass → unverified
- [functional regression] Schema quality: good → unverified
- [functional regression] Schema quality: fail → unverified

### 2026-08-02 (score 65, +28)

- [critical regression] Authorization: unverified → fail
- [security] New tool “delete_asset”, which the server declares destructive
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Stability: fail → 0.23
- [functional] New tool “upscale_image”
- [functional] New tool “batch_download”
- [functional] New tool “check_balance”
- [functional] New tool “compliance_manifest”
- [functional] New tool “convert_color_profile”
- [functional] New tool “enrich_metadata”
- [functional] New tool “extract_palette”
- [functional] New tool “get_artwork”
- [functional] New tool “get_artwork_oracle”
- [functional] New tool “get_asset”
- [functional] New tool “get_tool_schema”
- [functional] New tool “infuse_metadata”
- [functional] New tool “list_assets”
- [functional] New tool “mockup_image”
- [functional] New tool “print_ready”
- [functional] New tool “register_hash”
- [functional] New tool “register_wallet”
- [functional] New tool “remove_background”
- [functional] New tool “resize_image”
- [functional] New tool “save_asset”
- [functional] New tool “search_artworks”
- [functional] New tool “search_tools”
- [functional] New tool “vectorize_image”
- [functional] New tool “verify_provenance”
- [functional] New tool “watermark_detect”
- [functional] New tool “watermark_embed”

### 2026-07-31 (score 37, −26)

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

### 2026-07-30 (score 63, 0)

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

### 2026-07-29 (score 63, +35)

- [critical regression] Authorization: unverified → fail
- [security] New tool “delete_asset”, which the server declares destructive
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Stability: fail → 0.10
- [functional] New tool “watermark_embed”
- [functional] New tool “watermark_detect”
- [functional] New tool “verify_provenance”
- [functional] New tool “vectorize_image”
- [functional] New tool “upscale_image”
- [functional] New tool “search_tools”
- [functional] New tool “search_artworks”
- [functional] New tool “save_asset”
- [functional] New tool “resize_image”
- [functional] New tool “remove_background”
- [functional] New tool “register_wallet”
- [functional] New tool “register_hash”
- [functional] New tool “print_ready”
- [functional] New tool “mockup_image”
- [functional] New tool “list_assets”
- [functional] New tool “infuse_metadata”
- [functional] New tool “get_tool_schema”
- [functional] New tool “get_asset”
- [functional] New tool “get_artwork_oracle”
- [functional] New tool “get_artwork”
- [functional] New tool “extract_palette”
- [functional] New tool “enrich_metadata”
- [functional] New tool “convert_color_profile”
- [functional] New tool “compliance_manifest”
- [functional] New tool “check_balance”
- [functional] New tool “batch_download”

### 2026-07-27 (score 28, −33)

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

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

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

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

## Score history

- 2026-08-03: 37
- 2026-08-02: 65
- 2026-08-01: 37
- 2026-07-31: 37
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 28
- 2026-07-27: 28
- 2026-07-26: 61

## Links

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