74
/ 100
14 days ago
glama

cross-search

Enables multi-engine parallel search with cross-validation, combining Brave, Tavily, DuckDuckGo, Wikipedia, Bing, and Mojeek, and labeling results with confidence levels based on engine agreement.

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.

Install from

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

// key findings
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 3 credentials: BING_API_KEY, BRAVE_API_KEY, TAVILY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretBING_API_KEYexport ="xxx" # 可選
🔐 secretBRAVE_API_KEYexport ="BSA..." # https://brave.com/search/api/
configCROSS_SEARCH_ENGINESexport ="brave,tavily,ddg,wikipedia" # 預設引擎
configCROSS_SEARCH_MAX_RESULTSexport ="10" # 每引擎最大結果數
configCROSS_SEARCH_TIMEOUT_MSexport ="10000" # 超時(ms)
🔐 secretTAVILY_API_KEYexport ="tvly-..." # https://tavily.com/
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 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/bryan-cmf-crosssearch-mcp-33qumg)](https://m8ven.ai/mcp/bryan-cmf-crosssearch-mcp-33qumg)
commit: d2571a01c1b4272b96001c7d99defd406ff7ec76
code hash: c8a2ffd8628c3e2489459f943d127ece12a9687c8846135e9dfacd353759511f
verified: 6/26/2026, 9:37:49 AM
view raw JSON →