Effect 中文文档
NPM · EFFECT-TS-CN-MCP · SCANNED SEP 20
Effect 官方文档的中文译文检索(234 页,v3 + v4)。每条结果带可核验引用:能点回原文小节、能看到该译文对着哪次上游提交译的。零依赖、离线自包含。
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 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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add aaronlou-effect-ts-cn -- npx -y effect-ts-cn-mcp
{
"mcpServers": {
"aaronlou-effect-ts-cn": {
"command": "npx",
"args": [
"-y",
"effect-ts-cn-mcp"
]
}
}
} {
"servers": {
"aaronlou-effect-ts-cn": {
"command": "npx",
"args": [
"-y",
"effect-ts-cn-mcp"
]
}
}
} codex mcp add aaronlou-effect-ts-cn -- npx -y effect-ts-cn-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aaronlou-effect-ts-cn": {
"type": "local",
"command": [
"npx",
"-y",
"effect-ts-cn-mcp"
],
"enabled": true
}
}
} openclaw mcp add aaronlou-effect-ts-cn --command npx --arg -y --arg effect-ts-cn-mcp
mcp_servers:
aaronlou-effect-ts-cn:
command: "npx"
args: ["-y", "effect-ts-cn-mcp"] {
"McpServers": {
"aaronlou-effect-ts-cn": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"effect-ts-cn-mcp"
]
}
}
} assistant mcp add aaronlou-effect-ts-cn -t stdio -c npx -a -y effect-ts-cn-mcp
{
"mcpServers": {
"aaronlou-effect-ts-cn": {
"command": "npx",
"args": [
"-y",
"effect-ts-cn-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.
- 14 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 13 Sept 26 54
First indexed and scored.
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 →
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 →
ask ~77
就中文 Effect 文档提问。返回带引用的回答;若站内没有依据或该页尚未翻译,会明确拒答(citations 为空)。
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | – |
| scope | string | – | 限定到某一页(可选),如 v4/getting-started/installation |
No output schema declared.
No examples provided.
cite ~126
解析并核验一条引用:给出规范化引用 ID、可解引用地址(/cite/<digest>.json)、原文片段、内容指纹、上游基线与官方原文地址。用途:独立核对某条引用是否仍成立、是否已漂移 —— 不要凭记忆判断引用是否过期。
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | 引用 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。
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | – |
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 文档中做关键词检索,返回最相关的页面与小节(含官方原文链接)。未翻译的官方页面也会被列出。
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 返回条数,默认 5 |
| query | string | yes | 中文或英文关键词,例如「Layer 依赖注入」或「Effect.gen」 |
| version | string | – | 限定版本,默认 v4 优先 |
No output schema declared.
No examples provided.
translation_status ~61
查询某页或全部页面的翻译状态(已翻译/未翻译、上游基线、是否落后)。不传 slug 则返回总体统计。
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | – | 可选;省略则返回总体统计 |
No output schema declared.
No examples provided.
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.