C
Emerging
74/100
21 days ago

agent-search-mcp

Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. 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: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

lennney

Source: github_topic · also listed on Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: BRAVE_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 1 critical
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 11 credentials: BOCHA_API_KEY, BRAVE_API_KEY, EXA_API_KEY, HTTP_AUTH_TOKEN, LLM_JUDGE_API_KEY, OPENAI_API_KEY, OPENCODE_API_KEY, SERPER_API_KEY, TAVILY_API_KEY, TENCENT_WSA_API_KEY, YDC_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical1 low

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

criticalvitest@3.1.3GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

lowyaml@2.7.1GHSA-48c2-rrv3-qjmp

yaml is vulnerable to Stack Overflow via deeply nested YAML collections

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_ENGINES/ DENIED_ENGINES all / none Engine execution allowlist and denylist; deny wins
configALLOWED_ORIGINSmatch . See the [HTTP deployment guide](./docs/http-deployment.md)
🔐 secretBOCHA_API_KEYBocha Web Search zh, en Optional Chinese-first AI Search
🔐 secretBRAVE_API_KEYBrave Search en, zh Optional commercial Web Search
configCORS_ORIGIN
configDEDUP_MODEL
configDEDUP_THRESHOLDEnable optional semantic processing SEMANTIC_DEDUP, SEMANTIC_RERANK, , RERANK_TOP_K
configDEFAULT_ENGINE
configDENIED_ENGINESALLOWED_ENGINES / all / none Engine execution allowlist and denylist; deny wins
configDISABLED_TOOLSENABLED_TOOLS / all / none Tool registration allowlist and denylist; deny wins
configENABLED_TOOLS/ DISABLED_TOOLS all / none Tool registration allowlist and denylist; deny wins
configENABLE_CORS
🔐 secretEXA_API_KEYExa Search en, zh Optional neural Search
configHTTP_ALLOW_UNAUTHENTICATEDtrue. Browser requests with an Origin header must
🔐 secretHTTP_AUTH_TOKENHTTP mode requires unless you set
configLIVE_E2E
🔐 secretLLM_JUDGE_API_KEY
configLLM_JUDGE_BASE_URL
configLLM_JUDGE_MODEL
configLOG_LEVEL
configMAX_FULL_RESULTSReduce response tokens OUTPUT_STYLE=compact, , SNIPPET_LENGTH, EVIDENCE_BUDGET_CHARS
configMIN_CONFIDENCE
configMIN_SOURCE_COUNT
configMODEHTTP_AUTH_TOKEN=change-me =http npx agent-search-mcp
🔐 secretOPENAI_API_KEY
🔐 secretOPENCODE_API_KEY
configOUTPUT_STYLEReduce response tokens =compact, MAX_FULL_RESULTS, SNIPPET_LENGTH, EVIDENCE_BUDGET_CHARS
configPAID_ENGINE_ORDERbrave,exa,tavily,youcom,tencent_wsa,bocha,serper Selects the first configured optional provider; not a quality claim
configPROVIDER_COOLDOWN_STORE_PATH
configPROXY_URLUse an explicit proxy DUCKDUCKGO_PROXY_URL, SOGOU_PROXY_URL, or USE_PROXY=true with
configRERANK_MODEL
configRERANK_TOP_KEnable optional semantic processing SEMANTIC_DEDUP, SEMANTIC_RERANK, DEDUP_THRESHOLD,
configSEARCH_CACHE_DIRECTORYPersist the exact-result cache , SEARCH_CACHE_TTL_MS, SEARCH_CACHE_MAX_ENTRIES
configSEARCH_PROVIDER_MODEfree_first Default routing: free_first, quality_escalation, paid_first, or free_only
configSEMANTIC_DEDUPEnable optional semantic processing , SEMANTIC_RERANK, DEDUP_THRESHOLD, RERANK_TOP_K
configSEMANTIC_RERANKEnable optional semantic processing SEMANTIC_DEDUP, , DEDUP_THRESHOLD, RERANK_TOP_K
🔐 secretSERPER_API_KEYSerper Google Search en, zh, auto Optional Google SERP Search
configSNIPPET_LENGTHReduce response tokens OUTPUT_STYLE=compact, MAX_FULL_RESULTS, , EVIDENCE_BUDGET_CHARS
🔐 secretTAVILY_API_KEYTavily Search en, zh Optional agent-oriented Search
🔐 secretTENCENT_WSA_API_KEYTencent Web Search API zh Optional official Chinese Web Search
configUSE_PROXYUse an explicit proxy DUCKDUCKGO_PROXY_URL, SOGOU_PROXY_URL, or =true with PROXY_URL
🔐 secretYDC_API_KEYYou.com Search en, zh Optional commercial Web Search
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

All four hints declared on every tool

8/8 tools missing one or more hints — free_search (missing: destructiveHint); fetch_github_readme (missing: destructiveHint, openWorldHint); fetch_csdn_article (missing: destructiveHint, openWorldHint), +5 more. 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 2/8 tools referenced in tests (25%)

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

Shell command execution

7 child_process calls — runs shell commands

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

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Domain consistency

npm scope @agent-search-mcp doesn't match GitHub owner lennney

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/lennney-agent-search-mcp-l9ovvi)](https://m8ven.ai/mcp/lennney-agent-search-mcp-l9ovvi)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 0221691c157cfe2d42a4cbc70e50d1259f953ec5
code hash: 23c2034ab5fdd51a5e2951e538453369015d39332c554f12f73c1f46cc0faead
verified: 7/29/2026, 9:19:29 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