# DeepPane Focus Space (npm · @deeppane/mcp-server)

Create focus spaces and read user-authorized focus history summaries.

- Trust score: 83/100 (high trust)
- Change this week: −9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@deeppane/mcp-server`: 83/100 (this document), [markdown](https://verifymcp.io/servers/com-deeppane-focus-space/deeppane-mcp-server.md), [page](https://verifymcp.io/servers/com-deeppane-focus-space/deeppane-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@deeppane/mcp-server`
- Version: `0.1.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**: 100/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.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to AntMesh/deeppane-mcp-server).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 515 tokens (~128/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-deeppane-focus-space -- npx -y @deeppane/mcp-server
```

### Codex

```bash
codex mcp add com-deeppane-focus-space -- npx -y @deeppane/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-deeppane-focus-space": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@deeppane/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-deeppane-focus-space --command npx --arg -y --arg @deeppane/mcp-server
```

### Hermes

```yaml
mcp_servers:
  com-deeppane-focus-space:
    command: "npx"
    args: ["-y", "@deeppane/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "com-deeppane-focus-space": {
      "command": "npx",
      "args": [
        "-y",
        "@deeppane/mcp-server"
      ]
    }
  }
}
```

## 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 83, +1)

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

### 2026-08-02 (score 82, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 79, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 64, −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 74, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 92, 0)

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

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

First indexed and scored.

## MCP tools (4)

### `deeppane.create_focus_space` (~281 tokens)

Create DeepPane Focus Space

Create an agent-selected DeepPane focus space through the public agent contract. Use handoffToken for user-authorized Pro/Free entitlements, or omit it for anonymous Free behavior. This tool returns share/dashboard links and sanitized selection metadata only; it never exposes media catalog data or R2 keys.

Input parameters:

- `attribution` (object): Optional safe caller attribution. Do not include secrets, account data, raw prompts, or personal history.
- `handoffToken` (string): Short-lived focus_space.create token copied from the DeepPane Dashboard Agent Access panel.
- `idempotencyKey` (string): Stable opaque key for retry-safe creation. Reuse only for the same logical request.
- `intent` (string): Supported work intent used for semantic scene and music selection.
- `locale` (string): Optional DeepPane locale, for example en or zh-CN.
- `musicHints` (object): Safe semantic hints for music selection, not raw track metadata.
- `operationId` (string): Stable operation id, combined with attribution.agentRunId when idempotencyKey is omitted.
- `quote` (object): Quote request. Free uses catalog quotes; Pro handoff tokens may allow custom quote text.
- `sceneHints` (object): Safe semantic hints for scene selection, not raw catalog filters.
- `timer` (object): Bounded timer request.

Output parameters:

- `apiStatus` (integer)
- `error` (string)
- `issues` (array)
- `message` (string)
- `next` (string)
- `ok` (boolean)
- `payload` (object)
- `tool` (string)

### `deeppane.request_focus_space_create_token` (~48 tokens)

Request Focus Space Token

Return the first-party Dashboard handoff instructions for creating a short-lived focus_space.create token.

Input parameters:

- `dashboardUrl` (string): Optional Dashboard URL override to show the user.

Output parameters:

- `action` (string)
- `audience` (string)
- `dashboardUrl` (string)
- `error` (string)
- `issues` (array)
- `next` (string)
- `ok` (boolean)
- `scope` (string)
- `tokenEndpoint` (string)
- `tool` (string)

### `deeppane.request_history_summary_token` (~49 tokens)

Request History Summary Token

Return the first-party Dashboard handoff instructions for creating a short-lived focus_logs.history_summary.read token.

Input parameters:

- `dashboardUrl` (string): Optional Dashboard URL override to show the user.

Output parameters:

- `action` (string)
- `audience` (string)
- `dashboardUrl` (string)
- `error` (string)
- `issues` (array)
- `next` (string)
- `ok` (boolean)
- `scope` (string)
- `tokenEndpoint` (string)
- `tool` (string)

### `deeppane.read_history_summary` (~89 tokens)

Read DeepPane History Summary

Read the agent-safe DeepPane work-time history summary using a short-lived Dashboard handoff token. This tool does not expose raw events, media metadata, or account profile data.

Input parameters:

- `days` (integer): History window in days. Defaults to 90.
- `handoffToken` (string, required): Short-lived focus_logs.history_summary.read token copied from the DeepPane Dashboard Agent Access panel.

Output parameters:

- `apiStatus` (integer)
- `error` (string)
- `issues` (array)
- `message` (string)
- `next` (string)
- `ok` (boolean)
- `payload` (object)
- `tool` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-deeppane-focus-space/deeppane-mcp-server#diagnostics

## Score history

- 2026-08-03: 83
- 2026-08-02: 82
- 2026-08-01: 79
- 2026-07-31: 64
- 2026-07-30: 74
- 2026-07-28: 92
- 2026-07-27: 92
- 2026-07-26: 92

## Links

- npm package: https://www.npmjs.com/package/@deeppane/mcp-server
- Socket report: https://socket.dev/npm/package/@deeppane/mcp-server
- Repository: https://github.com/AntMesh/deeppane-mcp-server
- Website: https://deeppane.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-deeppane-focus-space/deeppane-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-deeppane-focus-space/deeppane-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-deeppane-focus-space/deeppane-mcp-server
