# io.github.OmniSocKit/omnisockit-mcp (npm · @omnisockit/mcp-server)

Turn your AI into a WeCom development expert. 41 SKILLs, 550+ APIs.

- Trust score: 64/100 (medium)
- Change this week: +16
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@omnisockit/mcp-server`: 64/100 (this document), [markdown](https://verifymcp.io/servers/omnisockit-omnisockit-mcp/omnisockit-mcp-server.md), [page](https://verifymcp.io/servers/omnisockit-omnisockit-mcp/omnisockit-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@omnisockit/mcp-server`
- Version: `0.1.5`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 103), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 103), so this covers what we could see, not the whole tree.
- **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 (Apache-2.0).
  - Actively maintained (last published 133 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 48/100
  - 46% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1213 tokens (~28/item across 43 items; 2 tools + 41 resources), lean.
  - 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add omnisockit-omnisockit-mcp -- npx -y @omnisockit/mcp-server
```

### Codex

```bash
codex mcp add omnisockit-omnisockit-mcp -- npx -y @omnisockit/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add omnisockit-omnisockit-mcp --command npx --arg -y --arg @omnisockit/mcp-server
```

### Hermes

```yaml
mcp_servers:
  omnisockit-omnisockit-mcp:
    command: "npx"
    args: ["-y", "@omnisockit/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "omnisockit-omnisockit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@omnisockit/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 64, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 60, +38)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 22, −26)

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

### 2026-07-27 (score 48)

First indexed and scored.

## MCP tools (2)

### `list_wecom_skills` (~199 tokens)

列出所有 企业微信 SKILL（按能力域分组）。当用户咨询企业微信（企微/WeCom）相关开发时，先调用此工具查看有哪些 SKILL 可用，再用 read_wecom_skill 读取具体内容。

分组引导：
\- foundation（基座）：认证、OAuth、JSSDK、通讯录 → 所有场景的前置依赖
\- messaging（消息）：消息发送、素材、客服、会议 → 消息与实时通信
\- crm（客户关系）：客户管理、标签、群发、朋友圈 → 营销与私域
\- office（办公协同）：审批、文档、日程、考勤 → 企业办公
\- isv（服务商）：第三方应用、代开发 → ISV/代开发模式
\- advanced（高级）：会话存档、安全、数据智能 → 特殊场景

### `read_wecom_skill` (~89 tokens)

读取指定的 企业微信 SKILL 完整内容。传入 skill_name（如 wecom-core、wecom-auth、wecom-crm-customer 等），返回该 SKILL 的完整 Markdown 文档，包含 API 规范、代码模板和最佳实践。

Input parameters:

- `skill_name` (string, required): SKILL 名称，如 wecom-core、wecom-auth、wecom-message

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 60
- 2026-08-01: 22
- 2026-07-31: 22
- 2026-07-30: 48
- 2026-07-28: 48
- 2026-07-27: 48

## Links

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