# app.3dstreet/3dstreet (npm · 3dstreet-mcp)

Drive an open 3DStreet scene tab from Claude Desktop or Claude Code via MCP tool calls.

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

## Components

- npm · `3dstreet-mcp`: 45/100 (this document), [markdown](https://verifymcp.io/servers/app-3dstreet-3dstreet/3dstreet-mcp.md), [page](https://verifymcp.io/servers/app-3dstreet-3dstreet/3dstreet-mcp)

## Channel facts

- Registry: `npm`
- Package: `3dstreet-mcp`
- Version: `0.2.2`
- 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**: 88/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 1 of 1 dependencies flagged as unhealthy (1 deprecated).
- **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 (AGPL-3.0-or-later).
  - Actively maintained (last published 87 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 24/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 158 tokens (~158/item across 0 items; 0 tools + 0 resources), over budget; trim descriptions and params.
  - Nothing to assess: this server has no tools to check for usage 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**: 0/100
  - Nothing to assess: this server exposes no tools, so there are no tool definitions to check for coverage.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add app-3dstreet-3dstreet -- npx -y 3dstreet-mcp
```

### Codex

```bash
codex mcp add app-3dstreet-3dstreet -- npx -y 3dstreet-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add app-3dstreet-3dstreet --command npx --arg -y --arg 3dstreet-mcp
```

### Hermes

```yaml
mcp_servers:
  app-3dstreet-3dstreet:
    command: "npx"
    args: ["-y", "3dstreet-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "app-3dstreet-3dstreet": {
      "command": "npx",
      "args": [
        "-y",
        "3dstreet-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 45, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 41, −4)

- [functional regression] Dependency health: 1.00 → 0.00

### 2026-07-31 (score 45, +10)

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

### 2026-07-30 (score 35, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 53, −9)

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

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

First indexed and scored.

## MCP tools (0)

The sandbox run completed and this package exposed no tools.

## Diagnostics

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

## Score history

- 2026-08-03: 45
- 2026-08-02: 41
- 2026-08-01: 45
- 2026-07-31: 45
- 2026-07-30: 35
- 2026-07-29: 53
- 2026-07-28: 53
- 2026-07-27: 53
- 2026-07-26: 62

## Links

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