Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

DeepPane Focus Space

NPM · @DEEPPANE/MCP-SERVER · SCANNED AUG 3

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

−9 this week 83 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to AntMesh/deeppane-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 14 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @deeppane/mcp-server

# add to Claude Code
claude mcp add com-deeppane-focus-space -- npx -y @deeppane/mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-deeppane-focus-space --command npx --arg -y --arg @deeppane/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-deeppane-focus-space:
    command: "npx"
    args: ["-y", "@deeppane/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-deeppane-focus-space": {
      "command": "npx",
      "args": [
        "-y",
        "@deeppane/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +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.

  • 2 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −10
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 92

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@deeppane/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
AntMesh/deeppane-mcp-server
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/AntMesh/deeppane-mcp-server/.github/workflows/publish.yml@refs/tags/v0.1.3
Rekor log index:
2200598572
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:6f67fe846f897450009902dc7e775067d273cbad08034d0e7647dc60689ae7fae433624b8da22eb3bc6a709fa6007f980fe650538bd06b9cde7b2eebd
Discovery method:
attestation_endpoint
Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 4 exposed · ~467 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
deeppane.create_focus_space ~281

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.

NameTypeReqDescription
attributionobjectOptional safe caller attribution. Do not include secrets, account data, raw prompts, or personal history.
handoffTokenstringShort-lived focus_space.create token copied from the DeepPane Dashboard Agent Access panel.
idempotencyKeystringStable opaque key for retry-safe creation. Reuse only for the same logical request.
intentstringSupported work intent used for semantic scene and music selection.
localestringOptional DeepPane locale, for example en or zh-CN.
musicHintsobjectSafe semantic hints for music selection, not raw track metadata.
operationIdstringStable operation id, combined with attribution.agentRunId when idempotencyKey is omitted.
quoteobjectQuote request. Free uses catalog quotes; Pro handoff tokens may allow custom quote text.
sceneHintsobjectSafe semantic hints for scene selection, not raw catalog filters.
timerobjectBounded timer request.
NameTypeReqDescription
apiStatusinteger
errorstring
issuesarray
messagestring
nextstring
okbooleanyes
payloadobject
toolstring

No examples provided.

deeppane.read_history_summary ~89

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.

NameTypeReqDescription
daysintegerHistory window in days. Defaults to 90.
handoffTokenstringyesShort-lived focus_logs.history_summary.read token copied from the DeepPane Dashboard Agent Access panel.
NameTypeReqDescription
apiStatusinteger
errorstring
issuesarray
messagestring
nextstring
okbooleanyes
payloadobject
toolstring

No examples provided.

deeppane.request_focus_space_create_token ~48

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

NameTypeReqDescription
dashboardUrlstringOptional Dashboard URL override to show the user.
NameTypeReqDescription
actionstring
audiencestring
dashboardUrlstring
errorstring
issuesarray
nextstring
okbooleanyes
scopestring
tokenEndpointstring
toolstring

No examples provided.

deeppane.request_history_summary_token ~49

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

NameTypeReqDescription
dashboardUrlstringOptional Dashboard URL override to show the user.
NameTypeReqDescription
actionstring
audiencestring
dashboardUrlstring
errorstring
issuesarray
nextstring
okbooleanyes
scopestring
tokenEndpointstring
toolstring

No examples provided.