# io.github.jyswee/comiceditorial (remote · mcp.comiceditorial.com)

Comic publishing for coding agents. Comics, chapters, AI panels, CBZ export. stdio + remote SSE.

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

> **Malware flagged**: A supply-chain scanner flagged a high-severity malware risk in another channel of this server. Treat this server as unsafe to install until the finding is cleared. Flagged: npm · comiceditorial.

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

## Components

- remote · `mcp.comiceditorial.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/jyswee-comiceditorial/mcp.md), [page](https://verifymcp.io/servers/jyswee-comiceditorial/mcp)
- npm · `comiceditorial`: 18/100, [markdown](https://verifymcp.io/servers/jyswee-comiceditorial/comiceditorial.md), [page](https://verifymcp.io/servers/jyswee-comiceditorial/comiceditorial)

## Channel facts

- Endpoint: `https://mcp.comiceditorial.com/sse`
- Transports: `sse`
- Auth: `none`
- Version: `0.1.1`

## 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-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (comiceditorial_signup).
  - 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**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 175 tokens (~87/item across 2 items; 2 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**: 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 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 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 io.github.jyswee/comiceditorial MCP server?

io.github.jyswee/comiceditorial is a hosted endpoint at https://mcp.comiceditorial.com/sse, 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 jyswee-comiceditorial 'https://mcp.comiceditorial.com/sse'
```

### Cursor

```json
{
  "mcpServers": {
    "jyswee-comiceditorial": {
      "url": "https://mcp.comiceditorial.com/sse"
    }
  }
}
```

### VS Code

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

### Codex

```toml
[mcp_servers.jyswee-comiceditorial]
url = "https://mcp.comiceditorial.com/sse"
```

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  jyswee-comiceditorial:
    url: "https://mcp.comiceditorial.com/sse"
```

### Netclaw

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

### Vellum

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

### Other

```json
{
  "mcpServers": {
    "jyswee-comiceditorial": {
      "type": "http",
      "url": "https://mcp.comiceditorial.com/sse"
    }
  }
}
```

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-16 (score 72, 0)

- [security] Stability: 0.97 → pass

### 2026-09-15 (score 72, +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-13 (score 71, +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-11 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 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 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-06 (score 68, +1)

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

### 2026-09-04 (score 67, +1)

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

### 2026-09-02 (score 66, +1)

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

## MCP tools (2)

### `comiceditorial_get_started` (~33 tokens)

Explains what ComicEditorial is and how to activate this MCP server (no API key on this session yet).

### `comiceditorial_signup` (~142 tokens)

Create a new ComicEditorial publisher tenant. Requires the human's email (it becomes the owner login). Returns an API key (shown once) that is usable immediately, and unlocks all ComicEditorial tools in this session immediately. To GET PAID, a human later completes Stripe Connect payout onboarding (comiceditorial_payouts_onboard). Ask the human for their email before calling.

Input parameters:

- `email` (string, required): Human email — becomes the owner login.
- `name` (string): Studio display name (optional; defaults to slug)
- `slug` (string, required): Short studio slug, e.g. "my-studio" (used as the publisher name)

## Diagnostics

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

## Score history

- 2026-09-20: 72
- 2026-09-19: 72
- 2026-09-18: 72
- 2026-09-17: 72
- 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: 68
- 2026-09-05: 67
- 2026-09-04: 67
- 2026-09-03: 66
- 2026-09-02: 66
- 2026-09-01: 65
- 2026-08-31: 65
- 2026-08-30: 64
- 2026-08-29: 64
- 2026-08-28: 63
- 2026-08-27: 63
- 2026-08-26: 62
- 2026-08-25: 61
- 2026-08-24: 60
- 2026-08-23: 60
- 2026-08-22: 59

## Common questions

### What is the io.github.jyswee/comiceditorial MCP server?

io.github.jyswee/comiceditorial is an MCP server listed in the public MCP registry as io.github.jyswee/comiceditorial. Comic publishing for coding agents. Comics, chapters, AI panels, CBZ export. stdio + remote SSE. This page covers its hosted endpoint (https://mcp.comiceditorial.com/sse).

### Is the io.github.jyswee/comiceditorial MCP server safe to use?

io.github.jyswee/comiceditorial scores 72 out of 100 on VerifyMCP. A supply-chain scanner flagged a possible malware risk on one channel of this server. 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 io.github.jyswee/comiceditorial MCP server expose?

io.github.jyswee/comiceditorial exposes 2 tools: comiceditorial_get_started, comiceditorial_signup. Their descriptions and schemas cost roughly 175 tokens of context every time the server is loaded.

### Does the io.github.jyswee/comiceditorial MCP server require authentication?

No. We connected to io.github.jyswee/comiceditorial without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.jyswee/comiceditorial MCP server still maintained?

io.github.jyswee/comiceditorial is still listed as active in the MCP registry. We last reached this channel on 20 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.comiceditorial.com/sse
- Website: https://comiceditorial.com/
- Changelog RSS feed: https://verifymcp.io/servers/jyswee-comiceditorial/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jyswee-comiceditorial/mcp.json
- HTML version of this page: https://verifymcp.io/servers/jyswee-comiceditorial/mcp
