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.
Available components
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
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
claude mcp add com-skopik-mcp -- npx -y @skopiklabs/mcp
{
"mcpServers": {
"com-skopik-mcp": {
"command": "npx",
"args": [
"-y",
"@skopiklabs/mcp"
]
}
}
} {
"servers": {
"com-skopik-mcp": {
"command": "npx",
"args": [
"-y",
"@skopiklabs/mcp"
]
}
}
} codex mcp add com-skopik-mcp -- npx -y @skopiklabs/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-skopik-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@skopiklabs/mcp"
],
"enabled": true
}
}
} openclaw mcp add com-skopik-mcp --command npx --arg -y --arg @skopiklabs/mcp
mcp_servers:
com-skopik-mcp:
command: "npx"
args: ["-y", "@skopiklabs/mcp"] {
"McpServers": {
"com-skopik-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@skopiklabs/mcp"
]
}
}
} assistant mcp add com-skopik-mcp -t stdio -c npx -a -y @skopiklabs/mcp
{
"mcpServers": {
"com-skopik-mcp": {
"command": "npx",
"args": [
"-y",
"@skopiklabs/mcp"
]
}
}
} 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
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 →
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 →
skopik_agent_get Get agent ~36
Fetch one agent by id, including its full configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Agent id (agent_...). |
| Name | Type | Req | Description |
|---|---|---|---|
| agent | object | yes | – |
No examples provided.
skopik_agent_message Message an agent ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Agent id (agent_...) to message. |
| conversation_id | string | – | Existing conversation id to continue. Omit to start a new DM with the agent. |
| text | string | yes | The message text. |
| thread_id | string | – | Optional thread id to continue a specific thread. |
| wait_seconds | number | – | Seconds to wait for the reply (default 25; 0 sends without waiting). |
| Name | Type | Req | Description |
|---|---|---|---|
| conversation_id | string | yes | – |
| message_id | string|null | yes | Id of the message that was sent. |
| note | string | – | – |
| replies | array | yes | All agent/runtime messages observed for this run. |
| reply | – | yes | The agent's reply, when it arrived in time. |
| run_id | string|null | yes | The agent run processing the message; null if no agent was dispatched. |
| run_status | string|null | yes | – |
No examples provided.
skopik_agents_list List agents ~49
List the AI agents in the caller's Skopik org: identity, status, model, and capability fields.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | – | Only agents owned by this user id. |
| Name | Type | Req | Description |
|---|---|---|---|
| agents | array | yes | – |
No examples provided.
skopik_api_get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | A Skopik API path beginning with /api/v1/. |
| query | object | – | Optional query parameters. |
No output schema declared.
No examples provided.
skopik_brain_read Read agent brain ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Agent id (agent_...). |
| path | string | – | Brain file path (e.g. "AGENTS.md", "memory/MEMORY.md"). Omit to list files. |
| Name | Type | Req | Description |
|---|---|---|---|
| brain_snapshot | object | – | Snapshot metadata (when listing). |
| file | object | – | File content (when a path was given). |
| files | array | – | File entries (when listing). |
No examples provided.
skopik_run_get Get run ~44
Fetch one run (a single agent execution) by id: status, messages, cost, and error if any.
| Name | Type | Req | Description |
|---|---|---|---|
| run_id | string | yes | Run id. |
| Name | Type | Req | Description |
|---|---|---|---|
| run | object | yes | – |
No examples provided.
skopik_search Search platform content ~82
Semantic + lexical search over the org's indexed files, documents, and agent brains. Returns scored text chunks.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Restrict to one agent's content. |
| limit | integer | – | Maximum results (default 10). |
| mode | string | – | Search mode (default hybrid). |
| query | string | yes | The search query. |
| Name | Type | Req | Description |
|---|---|---|---|
| diagnostics | object | – | – |
| results | array | yes | – |
No examples provided.
skopik_status Skopik Status ~50
Return MCP server diagnostics, configured Skopik API base URL, and exposed capabilities.
| Name | Type | Req | Description |
|---|---|---|---|
| includeEnvironment | boolean | – | Include set/unset diagnostics for supported environment variables. Secret values are never returned. |
No output schema declared.
No examples provided.
skopik_task_cancel Cancel task ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | Task id (task_...). |
| Name | Type | Req | Description |
|---|---|---|---|
| task | object | yes | – |
No examples provided.
skopik_task_create Create task ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| assigned_to | string | – | Agent id (agent_...) to assign the task to. |
| dispatch | boolean | – | Immediately dispatch a run for the assigned agent. |
| priority | string | – | Default medium. |
| project_id | string | – | Project to file the task under. |
| prompt | string | yes | What the agent should do. |
| tags | array | – | – |
| title | string | – | Short display title; derived from the prompt when omitted. |
| Name | Type | Req | Description |
|---|---|---|---|
| dispatch_error | string | – | Set when the task was created but the explicit dispatch failed. |
| run | – | – | The dispatched run, when dispatch=true succeeded. |
| task | object | yes | – |
No examples provided.
skopik_task_get Get task ~44
Fetch one task by id, including prompt, status, assignment, and its canonical run id.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | Task id (task_...). |
| Name | Type | Req | Description |
|---|---|---|---|
| task | object | yes | – |
No examples provided.
skopik_tasks_list List tasks ~87
List tasks in the caller's org, optionally filtered by status, assigned agent, project, or parent task.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Only tasks assigned to this agent. |
| parent | string | – | Only subtasks of this parent task id. |
| project_id | string | – | Only tasks in this project. |
| status | string | – | Only tasks with this status. |
| Name | Type | Req | Description |
|---|---|---|---|
| tasks | array | yes | – |
No examples provided.
skopik_usage_summary Usage summary ~93
Aggregate usage and cost for the caller's org: total cost in USD, tokens, and call counts. Fields are camelCase.
| Name | Type | Req | Description |
|---|---|---|---|
| end_at | number | – | Window end (Unix ms). |
| kind | string | – | Restrict to one usage kind. |
| org_id | string | – | Org id; defaults to the caller's org. |
| start_at | number | – | Window start (Unix ms). |
| Name | Type | Req | Description |
|---|---|---|---|
| usage | object | yes | – |
No examples provided.
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.