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

com.skopik/mcp

NPM · @SKOPIKLABS/MCP · 2 COMPONENTS · SCANNED SEP 22

Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.

0 this week 81 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • 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
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 69 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1228 tokens (~76/item across 16 items; 13 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
  • Structured output schemas are declared (85% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.skopik/mcp server?

com.skopik/mcp runs locally as an npm package, launched with npx -y @skopiklabs/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @skopiklabs/mcp

# add to Claude Code
claude mcp add com-skopik-mcp -- npx -y @skopiklabs/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-skopik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@skopiklabs/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-skopik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@skopiklabs/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-skopik-mcp -- npx -y @skopiklabs/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-skopik-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@skopiklabs/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-skopik-mcp --command npx --arg -y --arg @skopiklabs/mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-skopik-mcp:
    command: "npx"
    args: ["-y", "@skopiklabs/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-skopik-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@skopiklabs/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-skopik-mcp -t stdio -c npx -a -y @skopiklabs/mcp
// mcp.json
{
  "mcpServers": {
    "com-skopik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@skopiklabs/mcp"
      ]
    }
  }
}
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.

  • 22 Sept 26 +1
    • Stability: 0.97 → pass security
  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

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

  • 11 Sept 26 +1

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

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
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 22 Sept 2026 · Analysed npm/@skopiklabs/mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~1,025 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
skopik_agent_get ~36

Fetch one agent by id, including its full configuration.

NameTypeReqDescription
agent_idstringyesAgent id (agent_...).
NameTypeReqDescription
agentobjectyes

No examples provided.

skopik_agent_message ~158

Send a chat message to a Skopik agent and wait for its reply. Starts a new DM conversation unless conversation_id (from a previous call) is given. Returns the reply when it arrives within wait_seconds; otherwise returns the run id to poll with skopik_run_get.

NameTypeReqDescription
agent_idstringyesAgent id (agent_...) to message.
conversation_idstringExisting conversation id to continue. Omit to start a new DM with the agent.
textstringyesThe message text.
thread_idstringOptional thread id to continue a specific thread.
wait_secondsnumberSeconds to wait for the reply (default 25; 0 sends without waiting).
NameTypeReqDescription
conversation_idstringyes
message_idstring|nullyesId of the message that was sent.
notestring
repliesarrayyesAll agent/runtime messages observed for this run.
replyyesThe agent's reply, when it arrived in time.
run_idstring|nullyesThe agent run processing the message; null if no agent was dispatched.
run_statusstring|nullyes

No examples provided.

skopik_agents_list ~49

List the AI agents in the caller's Skopik org: identity, status, model, and capability fields.

NameTypeReqDescription
user_idstringOnly agents owned by this user id.
NameTypeReqDescription
agentsarrayyes

No examples provided.

skopik_api_get ~84

Escape hatch: call any read-only Skopik API endpoint under /api/v1. Prefer the skopik_* domain tools when one covers the need. Use skopik_api_describe to discover available paths.

NameTypeReqDescription
pathstringyesA Skopik API path beginning with /api/v1/.
queryobjectOptional query parameters.

No output schema declared.

No examples provided.

skopik_brain_read ~91

Read an agent's active brain snapshot (its versioned memory and identity files). Without a path: lists all files. With a path: returns that file's content.

NameTypeReqDescription
agent_idstringyesAgent id (agent_...).
pathstringBrain file path (e.g. "AGENTS.md", "memory/MEMORY.md"). Omit to list files.
NameTypeReqDescription
brain_snapshotobjectSnapshot metadata (when listing).
fileobjectFile content (when a path was given).
filesarrayFile entries (when listing).

No examples provided.

skopik_run_get ~44

Fetch one run (a single agent execution) by id: status, messages, cost, and error if any.

NameTypeReqDescription
run_idstringyesRun id.
NameTypeReqDescription
runobjectyes

No examples provided.

skopik_search ~82

Semantic + lexical search over the org's indexed files, documents, and agent brains. Returns scored text chunks.

NameTypeReqDescription
agent_idstringRestrict to one agent's content.
limitintegerMaximum results (default 10).
modestringSearch mode (default hybrid).
querystringyesThe search query.
NameTypeReqDescription
diagnosticsobject
resultsarrayyes

No examples provided.

skopik_status ~50

Return MCP server diagnostics, configured Skopik API base URL, and exposed capabilities.

NameTypeReqDescription
includeEnvironmentbooleanInclude set/unset diagnostics for supported environment variables. Secret values are never returned.

No output schema declared.

No examples provided.

skopik_task_cancel ~58

Cancel a task (and cascade to its open subtasks). Only unassigned, assigned, in_progress, or blocked tasks can be cancelled; terminal tasks are rejected.

NameTypeReqDescription
task_idstringyesTask id (task_...).
NameTypeReqDescription
taskobjectyes

No examples provided.

skopik_task_create ~149

Create a task in the caller's org, optionally assigned to an agent. Assignment normally auto-dispatches a run; set dispatch=true to force an immediate run and get its id back (requires the agents:run scope).

NameTypeReqDescription
assigned_tostringAgent id (agent_...) to assign the task to.
dispatchbooleanImmediately dispatch a run for the assigned agent.
prioritystringDefault medium.
project_idstringProject to file the task under.
promptstringyesWhat the agent should do.
tagsarray
titlestringShort display title; derived from the prompt when omitted.
NameTypeReqDescription
dispatch_errorstringSet when the task was created but the explicit dispatch failed.
runThe dispatched run, when dispatch=true succeeded.
taskobjectyes

No examples provided.

skopik_task_get ~44

Fetch one task by id, including prompt, status, assignment, and its canonical run id.

NameTypeReqDescription
task_idstringyesTask id (task_...).
NameTypeReqDescription
taskobjectyes

No examples provided.

skopik_tasks_list ~87

List tasks in the caller's org, optionally filtered by status, assigned agent, project, or parent task.

NameTypeReqDescription
agent_idstringOnly tasks assigned to this agent.
parentstringOnly subtasks of this parent task id.
project_idstringOnly tasks in this project.
statusstringOnly tasks with this status.
NameTypeReqDescription
tasksarrayyes

No examples provided.

skopik_usage_summary ~93

Aggregate usage and cost for the caller's org: total cost in USD, tokens, and call counts. Fields are camelCase.

NameTypeReqDescription
end_atnumberWindow end (Unix ms).
kindstringRestrict to one usage kind.
org_idstringOrg id; defaults to the caller's org.
start_atnumberWindow start (Unix ms).
NameTypeReqDescription
usageobjectyes

No examples provided.

Common questions

What is the com.skopik/mcp server?

com.skopik/mcp is listed in the public MCP registry as com.skopik/mcp. Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources. This page covers its npm package (@skopiklabs/mcp).

Is the com.skopik/mcp server safe to use?

com.skopik/mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. 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 com.skopik/mcp server expose?

com.skopik/mcp exposes 13 tools: skopik_status, skopik_agents_list, skopik_agent_get, skopik_tasks_list, skopik_task_get, and 8 more. Their descriptions and schemas cost roughly 1,025 tokens of context every time the server is loaded.

Is the com.skopik/mcp server still maintained?

com.skopik/mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the com.skopik/mcp server under?

com.skopik/mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.