MyWebSearch (wtznicy/my-websearch) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 2 tools. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.

D
Caution
56/100
7 days ago

MyWebSearch

Name: MyWebSearch Type: MCP Server (stdio + streamable-http/SSE) Repository: https://github.com/wtznicy/my-websearch npm: my-websearch (npx -y my-websearch@latest) Description: Multi-engine web search MCP server, CLI and local daemon — no API keys or registration required. Searches bing/baidu/csdn/juejin/sogou (domestic, no proxy needed in mainland China) and duckduckgo/exa/brave/startpage (overse

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored

Monitored 0 days · every push re-verified

Who stands behind it

gmail.com (@wtznicy) · Verified Publisher

Source: Glama · also listed on modelscope

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 16 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: CONTEXT7_API_KEY, EXA_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// known CVEs in dependencies16 high5 medium9 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.11.2GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.11.2GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.11.2GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.7.9GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.7.9GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configALLOWED_SEARCH_ENGINESempty (all available) Comma-separated engine names Limit which search engines can be used; if the default engine is not in this list, the first allowed engine becomes the default
configBING_PLAYWRIGHT_FALLBACK
🔐 secretCONTEXT7_API_KEYNote: Both Context7 tools call the public REST API directly (no API key required at low rate limits). Set for higher rate limits.
configCORS_ORIGINAny valid origin CORS origin configuration
configDEFAULT_SEARCH_ENGINEbing ENABLE_CORS=true npx my-websearch@latest
configENABLE_CORSDEFAULT_SEARCH_ENGINE=bing =true npx my-websearch@latest
🔐 secretEXA_API_KEYempty Any valid Exa API key 可选(仅 exa 引擎需要)。exa 的免 key 网页端点已失效,想用 exa 引擎时在 [https://dashboard.exa.ai/api-keys](https://dashboard.exa.ai/api-keys) 免费申请并配置到 MCP 客户端 env;不配置只影响 exa 一个引擎,其余引擎不受影响
configFAKE_IP_CIDRSFor Clash fake-ip / TUN setups, configure synthetic DNS ranges with (for example 198.18.0.0/15)
configFETCH_WEB_INSECURE_TLSfalse true, false Disable TLS certificate verification for fetchWebContent only. Use only when a target site has a broken certificate chain
configGITHUB_README_CDN_FIRST
configLOG_LEVELnormal normal, quiet quiet 抑制启动配置日志(MCP stdio 裸启动默认已静默;诊断时可用 LOG_LEVEL=normal 恢复)
configMODEset =stdio && set DEFAULT_SEARCH_ENGINE=bing && npx my-websearch@latest
configOPEN_WEBSEARCH_ALLOWED_HOSTS
configOPEN_WEBSEARCH_BING_HOST
configOPEN_WEBSEARCH_DAEMON_ACTION_TIMEOUT_MS
configOPEN_WEBSEARCH_DAEMON_DISCOVERY_TIMEOUT_MS
configOPEN_WEBSEARCH_DAEMON_HOST
configOPEN_WEBSEARCH_DAEMON_PORT
configOPEN_WEBSEARCH_DAEMON_TIMEOUT_MS
configOPEN_WEBSEARCH_DAEMON_URL
configOPEN_WEBSEARCH_DEBUG
configOPEN_WEBSEARCH_HOST
configOPEN_WEBSEARCH_QUIET_STARTUPfalse true, false 抑制启动配置日志(兼容开关,LOG_LEVEL=quiet 与之等价)
configPLAYWRIGHT_HEADLESStrue true, false Whether Playwright Chromium runs in headless mode
configPLAYWRIGHT_NAVIGATION_TIMEOUT_MS20000 Positive integer Timeout for Playwright navigation and Bing result waits
configPLAYWRIGHT_PACKAGEauto auto, playwright, playwright-core Which Playwright client package to resolve when browser mode is enabled
configPROGRAMFILES
configPROGRAMFILES(X86)
configPROXY_ENGINESUse to keep domestic engines on a fast direct connection while routing only the overseas engines through the proxy (avoiding the redirects/timeouts that a global proxy causes for Chinese engines):
configPROXY_URLUSE_PROXY=true =http://127.0.0.1:7890 my-websearch serve
configSEARCH_MODEauto request, auto, playwright Search strategy. Currently only affects Bing: request only, request then Playwright fallback, or force Playwright
configSTARTPAGE_PLAYWRIGHT_FALLBACK
configUSE_PROXYtrue PROXY_URL=http://127.0.0.1:7890 my-websearch serve
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

2/2 tools missing one or more hints — resolveLibraryId (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); queryDocs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 0/2 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

10 child_process/subprocess calls in production code — runs shell commands (src/cli/runCli.ts:858, src/utils/playwrightClient.ts:1034, src/utils/playwrightClient.ts:1047)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 16 high severity in production deps — @modelcontextprotocol/sdk@1.11.2 (high), @modelcontextprotocol/sdk@1.11.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/wtznicy-my-websearch-1nmaw4?variant=verified)](https://m8ven.ai/mcp/wtznicy-my-websearch-1nmaw4)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 9131a6b34c828ff7bc9cc1ce1287695fffa6ff4d
code hash: db6e7f808f5102ec6c789e4d52860d5b36f9087a1e5e13223a5f6e685916f087
verified: 8/17/2026, 9:18:45 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client