# io.github.StelaSpace/stelaspace-mcp (npm · stelaspace-mcp)

Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links.

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

## Components

- npm · `stelaspace-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/stelaspace-stelaspace-mcp/stelaspace-mcp.md), [page](https://verifymcp.io/servers/stelaspace-stelaspace-mcp/stelaspace-mcp)

## Channel facts

- Registry: `npm`
- Package: `stelaspace-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 52 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 279 tokens (~93/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add stelaspace-stelaspace-mcp -- npx -y stelaspace-mcp
```

### Codex

```bash
codex mcp add stelaspace-stelaspace-mcp -- npx -y stelaspace-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stelaspace-stelaspace-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "stelaspace-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add stelaspace-stelaspace-mcp --command npx --arg -y --arg stelaspace-mcp
```

### Hermes

```yaml
mcp_servers:
  stelaspace-stelaspace-mcp:
    command: "npx"
    args: ["-y", "stelaspace-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "stelaspace-stelaspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stelaspace-mcp"
      ]
    }
  }
}
```

## 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 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 64, +43)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 21, +15)

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

### 2026-07-30 (score 6, −40)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (3)

### `publish_file` (~191 tokens)

Publish an HTML file

Upload a local .html/.htm file to a StelaSpace space and get back a permanent, shareable URL. The file is read from disk by path, so large files work fine. Reusing a slug publishes a new version.

Input parameters:

- `path` (string, required): Path to the .html/.htm file on this machine (absolute, or relative to the MCP server's working directory).
- `slug` (string): Document slug. Reuse an existing slug to publish a new version; omit to auto-generate.
- `spaceSlug` (string, required): Slug of the target space — call list_spaces to find valid slugs.
- `tags` (array): Optional tags for organization and search.
- `title` (string): Document title. Defaults to the HTML <title> tag.
- `visibility` (string): public = anyone with the link; private = team members only. Defaults to private.

### `list_spaces` (~29 tokens)

List spaces

List the spaces in your team. Use a space's slug as the spaceSlug when publishing a document.

### `list_documents` (~59 tokens)

List documents

List documents in a space, optionally filtered by a case-insensitive title search term.

Input parameters:

- `query` (string): Optional case-insensitive term to filter documents by title.
- `spaceSlug` (string, required): Slug of the space to list documents from.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/stelaspace-stelaspace-mcp/stelaspace-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 6
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/stelaspace-mcp
- Socket report: https://socket.dev/npm/package/stelaspace-mcp
- Repository: https://github.com/StelaSpace/stelaspace-mcp
- Changelog RSS feed: https://verifymcp.io/servers/stelaspace-stelaspace-mcp/stelaspace-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/stelaspace-stelaspace-mcp/stelaspace-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/stelaspace-stelaspace-mcp/stelaspace-mcp
