# io.github.wtznicy/my-websearch (npm · my-websearch)

MyWebSearch - multi-engine web search MCP server, CLI and local daemon. No API keys required.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- npm · `my-websearch`: 68/100 (this document), [markdown](https://verifymcp.io/servers/wtznicy-my-websearch/my-websearch.md), [page](https://verifymcp.io/servers/wtznicy-my-websearch/my-websearch)

## Channel facts

- Registry: `npm`
- Package: `my-websearch`
- Version: `1.0.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-19.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 192 of 197 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 192 of 197 dependencies we could resolve, 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 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 647 tokens (~92/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 45% 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 wtznicy-my-websearch -- npx -y my-websearch
```

### Codex

```bash
codex mcp add wtznicy-my-websearch -- npx -y my-websearch
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add wtznicy-my-websearch --command npx --arg -y --arg my-websearch
```

### Hermes

```yaml
mcp_servers:
  wtznicy-my-websearch:
    command: "npx"
    args: ["-y", "my-websearch"]
```

### Other

```json
{
  "mcpServers": {
    "wtznicy-my-websearch": {
      "command": "npx",
      "args": [
        "-y",
        "my-websearch"
      ]
    }
  }
}
```

## 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-19 (score 68, +26)

- [security improvement] Malware scan: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Dependency health: unverified → partial

### 2026-08-18 (score 42, −10)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional] Package version: 1.0.3 → 1.0.5
- [functional] Package version: 1.0.3 → 1.0.4

### 2026-08-17 (score 52, −14)

- [security regression] Malware scan: pass → unverified
- [functional] Package version: 1.0.2 → 1.0.3

### 2026-08-16 (score 66, 0)

- [security regression] Known CVEs: pass → partial
- [functional improvement] Stability: unverified → 0.03
- [functional] Dependency health: 0.88 → partial
- [functional] Package version: 1.0.1 → 1.0.2

### 2026-08-15 (score 66)

First indexed and scored.

## MCP tools (7)

### `search` (~133 tokens)

Search the web across multiple engines with no API key required. searchMode: omit/auto = server SEARCH_MODE; request/playwright force that mode. For OFFICIAL library/framework documentation, prefer resolveLibraryId + queryDocs (more reliable, works without proxy). Use the site: operator for site-specific queries (e.g. "update site:docs.elastic.co").

Input parameters:

- `engines` (array)
- `limit` (number)
- `minResults` (integer): Auto-run additional engines when fewer than this many results come back (default: disabled)
- `query` (string, required)
- `searchMode` (string)

### `fetchCsdnArticle` (~29 tokens)

Fetch full article content from a csdn post URL

Input parameters:

- `url` (string, required)

### `fetchGithubReadme` (~27 tokens)

Fetch README content from a GitHub repository URL

Input parameters:

- `url` (string, required)

### `fetchWebContent` (~96 tokens)

Fetch content from a public HTTP(S) URL (supports Markdown files and normal web pages)

Input parameters:

- `includeLinks` (boolean)
- `maxChars` (integer)
- `raw` (boolean): Return the raw response body (HTML/plain text) without extraction
- `readability` (boolean)
- `startIndex` (integer): Character offset to start reading from (for paging through long content)
- `url` (string, required)

### `fetchJuejinArticle` (~35 tokens)

Fetch full article content from a Juejin(掘金) post URL

Input parameters:

- `url` (string, required)

### `resolveLibraryId` (~151 tokens)

PREFERRED for official docs: resolve a library/package name to a Context7 library ID (e.g. /vercel/next.js). Use this (then queryDocs) FIRST when the task needs official library/framework documentation — more reliable than web search and works without a proxy.

Input parameters:

- `libraryName` (string, required): The library or package name to search for (e.g. 'Next.js', 'express', 'prisma')
- `limit` (integer): Maximum number of library matches to return (default 5)
- `query` (string): The user's question or task, used to rank results by relevance (optional; defaults to the library name when omitted, e.g. 'how to implement authentication')

### `queryDocs` (~176 tokens)

Get up-to-date, version-specific official docs and code snippets for a Context7 library ID (e.g. /vercel/next.js, version-pinnable like /vercel/next.js@v15.1.8). Use with resolveLibraryId for official documentation lookups — direct, reliable, no proxy needed.

Input parameters:

- `libraryId` (string, required): Exact Context7-compatible library ID (e.g. /vercel/next.js, /packages/express; optional version like /vercel/next.js@v15.1.8)
- `limit` (integer): Maximum number of code snippets to return (default 5)
- `query` (string): The question or task to get relevant documentation for (optional; defaults to an overview when omitted, e.g. 'how to set up middleware with auth')

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/wtznicy-my-websearch/my-websearch#diagnostics

## Score history

- 2026-08-19: 68
- 2026-08-18: 42
- 2026-08-17: 52
- 2026-08-16: 66
- 2026-08-15: 66

## Links

- npm package: https://www.npmjs.com/package/my-websearch
- Socket report: https://socket.dev/npm/package/my-websearch
- Repository: https://github.com/wtznicy/my-websearch
- Changelog RSS feed: https://verifymcp.io/servers/wtznicy-my-websearch/my-websearch.xml
- Changelog JSON feed: https://verifymcp.io/servers/wtznicy-my-websearch/my-websearch.json
- HTML version of this page: https://verifymcp.io/servers/wtznicy-my-websearch/my-websearch
