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.

Effect 中文文档

NPM · EFFECT-TS-CN-MCP · SCANNED SEP 20

Effect 官方文档的中文译文检索(234 页,v3 + v4)。每条结果带可核验引用:能点回原文小节、能看到该译文对着哪次上游提交译的。零依赖、离线自包含。

Available components

+15 this week 69 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 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 & Transparency45
Schema Quality & AI Usability88
  • 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 8707 tokens (~36/item across 241 items; 6 tools + 235 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 75% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Effect 中文文档 MCP server?

Effect 中文文档 runs locally as an npm package, launched with npx -y effect-ts-cn-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 · effect-ts-cn-mcp

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

  • 14 Sept 26 +15
    • Malware scan: unverified → pass security
  • 13 Sept 26 54

    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 20 Sept 2026 · Analysed npm/effect-ts-cn-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 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~451 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
ask ~77

就中文 Effect 文档提问。返回带引用的回答;若站内没有依据或该页尚未翻译,会明确拒答(citations 为空)。

NameTypeReqDescription
questionstringyes
scopestring限定到某一页(可选),如 v4/getting-started/installation

No output schema declared.

No examples provided.

cite ~126

解析并核验一条引用:给出规范化引用 ID、可解引用地址(/cite/<digest>.json)、原文片段、内容指纹、上游基线与官方原文地址。用途:独立核对某条引用是否仍成立、是否已漂移 —— 不要凭记忆判断引用是否过期。

NameTypeReqDescription
keystringyes引用 key:digest、`slug#anchor`、或完整 citationId(如 ecn:v4/error-management/unexpected-errors@16b1646#catchdefect)

No output schema declared.

No examples provided.

get_page ~51

取回某一页中文译文的完整 Markdown(含上游文件路径与基线 commit)。slug 形如 v4/getting-started/installation。

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

glossary ~29

返回社区术语表:哪些术语保留英文、以及 CI 门禁禁止的译法。

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_docs ~107

在 effect-ts.cn 的**中文** Effect 文档中做关键词检索,返回最相关的页面与小节(含官方原文链接)。未翻译的官方页面也会被列出。

NameTypeReqDescription
limitnumber返回条数,默认 5
querystringyes中文或英文关键词,例如「Layer 依赖注入」或「Effect.gen」
versionstring限定版本,默认 v4 优先

No output schema declared.

No examples provided.

translation_status ~61

查询某页或全部页面的翻译状态(已翻译/未翻译、上游基线、是否落后)。不传 slug 则返回总体统计。

NameTypeReqDescription
slugstring可选;省略则返回总体统计

No output schema declared.

No examples provided.

Common questions

What is the Effect 中文文档 MCP server?

Effect 中文文档 is an MCP server listed in the public MCP registry as io.github.aaronlou/effect-ts-cn. Effect 官方文档的中文译文检索(234 页,v3 + v4)。每条结果带可核验引用:能点回原文小节、能看到该译文对着哪次上游提交译的。零依赖、离线自包含。 This page covers its npm package (effect-ts-cn-mcp).

Is the Effect 中文文档 MCP server safe to use?

Effect 中文文档 scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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 Effect 中文文档 MCP server expose?

Effect 中文文档 exposes 6 tools: search_docs, get_page, ask, glossary, translation_status, cite. Their descriptions and schemas cost roughly 451 tokens of context every time the server is loaded.

Is the Effect 中文文档 MCP server still maintained?

Effect 中文文档 is still listed as active in the MCP registry. We last reached this channel on 20 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 Effect 中文文档 MCP server under?

Effect 中文文档 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.