# Secret MCP (npm · secret-design-mcp)

Local MCP server for isolated, evidence-backed GDWEB design analysis and web search.

- Trust score: 80/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `secret-design-mcp`: 80/100 (this document), [markdown](https://verifymcp.io/servers/yyeongjin-secret-mcp/secret-design-mcp.md), [page](https://verifymcp.io/servers/yyeongjin-secret-mcp/secret-design-mcp)

## Channel facts

- Registry: `npm`
- Package: `secret-design-mcp`
- Version: `0.6.0`
- 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-09-20.

- **Supply Chain Security**: 89/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects sanitize-html 2.17.5, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - 42 of 183 dependencies flagged as unhealthy (1 deprecated).
- **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 (MIT).
  - Actively maintained (last published 28 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 873 tokens (~174/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 97/100
  - Stability observed for 29 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Secret MCP server?

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

### Claude

```bash
claude mcp add yyeongjin-secret-mcp -- npx -y secret-design-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "yyeongjin-secret-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "secret-design-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "yyeongjin-secret-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "secret-design-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add yyeongjin-secret-mcp -- npx -y secret-design-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add yyeongjin-secret-mcp --command npx --arg -y --arg secret-design-mcp
```

### Hermes

```yaml
mcp_servers:
  yyeongjin-secret-mcp:
    command: "npx"
    args: ["-y", "secret-design-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "yyeongjin-secret-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "secret-design-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add yyeongjin-secret-mcp -t stdio -c npx -a -y secret-design-mcp
```

### Other

```json
{
  "mcpServers": {
    "yyeongjin-secret-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "secret-design-mcp"
      ]
    }
  }
}
```

## 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-09-19 (score 80, +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.

### 2026-09-17 (score 79, +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.

### 2026-09-14 (score 78, +1)

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

### 2026-09-12 (score 77, +1)

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

### 2026-09-10 (score 76, +1)

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

### 2026-09-08 (score 75, +1)

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

### 2026-09-06 (score 74, +1)

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

### 2026-09-04 (score 73, +1)

- [security regression] CVE-2026-63670 affects this package: medium

## MCP tools (5)

### `full-web-search` (~153 tokens)

Search the web and fetch complete page content from top results. This is the most comprehensive web search tool. It searches the web and then follows the resulting links to extract their full page content, providing the most detailed and complete information available. Use get-web-search-summaries for a lightweight alternative.

Input parameters:

- `includeContent` (boolean|string): Whether to fetch full page content (default: true)
- `limit` (number|string): Number of results to return with full content (1-10)
- `maxContentLength` (number|string): Maximum characters per result content (0 = no limit). Usually not needed - content length is automatically optimized.
- `query` (string, required): Search query to execute (recommended for comprehensive research)

### `search-gdweb-designs` (~196 tokens)

Use this tool only when the user wants a lightweight list of GDWEB references. It applies the dashboard-managed exclusion list before returning results, returns metadata for multiple results, and does not generate implementation documents. For layout analysis, frontend specifications, DESIGN_INDEX files, or implementation planning, use generate-gdweb-design-indexes instead so every result is processed by a separate isolated LLM request.

Input parameters:

- `awardOnly` (boolean|string): Whether to require a non-empty GDWEB award field. Defaults to true.
- `includePreviousYear` (boolean|string): Whether to include the previous year in addition to the target year. Defaults to true.
- `limit` (number|string): Number of GDWEB design results to return (1-10)
- `query` (string, required): Natural-language design reference query to search directly on GDWEB
- `year` (number|string): Target award/registration year. Defaults to the current runtime year.

### `generate-gdweb-design-indexes` (~325 tokens)

Automatically use this tool when the user asks to find GDWEB references and create layout analysis, frontend specifications, implementation plans, or DESIGN_INDEX files. This tool applies the dashboard-managed exclusion list, performs the GDWEB search internally, and sends one completely separate MCP sampling/createMessage request per non-excluded result. Each isolated request contains only one result and has no previous-result context. It writes one page-by-page, measurement-first DESIGN_INDEX_gdweb-<strNo>.md file before starting the next request, then returns only file paths and statuses to the calling LLM. Never replace this tool with search-gdweb-designs plus a combined summary. The connected MCP client must support sampling.

Input parameters:

- `awardOnly` (boolean|string): Whether to require a non-empty GDWEB award field
- `includePreviousYear` (boolean|string): Whether to include the previous year
- `language` (string): Language for every generated document. Defaults to English; choose Korean for Korean output.
- `limit` (number|string): Number of isolated result requests and output documents (1-10)
- `maxTokens` (number|string): Per-work output budget for a complete multi-page specification (131,072-262,144 tokens; default 131,072)
- `outputDirectory` (string): Directory for generated DESIGN_INDEX files. Defaults to DESIGN_INDEX_OUTPUT_DIR or ./design-index.
- `query` (string, required): Natural-language design query to search directly on GDWEB
- `year` (number|string): Target award/registration year. Defaults to the current runtime year.

### `get-web-search-summaries` (~94 tokens)

Search the web and return only the search result snippets/descriptions without following links to extract full page content. This is a lightweight alternative to full-web-search for when you only need brief search results. For comprehensive information, use full-web-search instead.

Input parameters:

- `limit` (number|string): Number of search results to return (1-10)
- `query` (string, required): Search query to execute (lightweight alternative)

### `get-single-web-page-content` (~105 tokens)

Extract and return the full content from a single web page URL. This tool follows a provided URL and extracts the main page content. Useful for getting detailed content from a specific webpage without performing a search.

Input parameters:

- `maxContentLength` (number|string): Maximum characters for the extracted content (0 = no limit, undefined = use default limit). Usually not needed - content length is automatically optimized.
- `url` (string, required): The URL of the web page to extract content from

## Diagnostics

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

## Score history

- 2026-09-20: 80
- 2026-09-19: 80
- 2026-09-18: 79
- 2026-09-17: 79
- 2026-09-16: 78
- 2026-09-15: 78
- 2026-09-14: 78
- 2026-09-13: 77
- 2026-09-12: 77
- 2026-09-11: 76
- 2026-09-10: 76
- 2026-09-09: 75
- 2026-09-08: 75
- 2026-09-07: 74
- 2026-09-06: 74
- 2026-09-05: 73
- 2026-09-04: 73
- 2026-09-03: 72
- 2026-09-02: 72
- 2026-09-01: 74
- 2026-08-31: 74
- 2026-08-30: 74
- 2026-08-29: 73
- 2026-08-28: 70
- 2026-08-27: 70
- 2026-08-26: 70
- 2026-08-25: 68
- 2026-08-24: 68
- 2026-08-23: 68
- 2026-08-22: 68

## Common questions

### What is the Secret MCP server?

Secret MCP is listed in the public MCP registry as io.github.yyeongjin/secret-mcp. Local MCP server for isolated, evidence-backed GDWEB design analysis and web search. This page covers its npm package (secret-design-mcp).

### Is the Secret MCP server safe to use?

Secret MCP scores 80 out of 100 on VerifyMCP. We recorded 2 known advisories against 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 Secret MCP server expose?

Secret MCP exposes 5 tools: full-web-search, search-gdweb-designs, generate-gdweb-design-indexes, get-web-search-summaries, get-single-web-page-content. Their descriptions and schemas cost roughly 873 tokens of context every time the server is loaded.

### Is the Secret MCP server still maintained?

Secret MCP 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 Secret MCP server under?

Secret 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.

## Links

- npm package: https://www.npmjs.com/package/secret-design-mcp
- Socket report: https://socket.dev/npm/package/secret-design-mcp
- Repository: https://github.com/yyeongjin/secret_mcp
- Changelog RSS feed: https://verifymcp.io/servers/yyeongjin-secret-mcp/secret-design-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/yyeongjin-secret-mcp/secret-design-mcp.json
- HTML version of this page: https://verifymcp.io/servers/yyeongjin-secret-mcp/secret-design-mcp
