69
/ 100
18 days ago
glama

WebSearch-MCP

A standard MCP stdio service combining Grok AI search with Tavily structured retrieval, enabling web search, fetching, site mapping, and source management for MCP clients.

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 2 credentials: GROK_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.
configGROK_DEBUG否 false 是否记录调试信息。
configGROK_MODEL_MAX_ATTEMPTS否 5 当前模型对可恢复故障的最多真实请求次数,必须为正整数。
configGROK_MAX_CONCURRENCY否 2 同一 MCP 进程最多同时发出的 Grok /chat/completions 请求数;安全上限为 2。
configWEB_SEARCH_TOTAL_TIMEOUT否 270 单次 web_search 的服务端总墙钟预算,单位秒。
configGROK_RETRY_MULTIPLIER否 1 指数退避乘数。
configGROK_RETRY_MAX_WAIT否 10 单次退避最大秒数。
configGROK_API_URL"": "https://your-api-endpoint.example/v1",
🔐 secretGROK_API_KEY"": "your-grok-api-key",
configTAVILY_ENABLED否 true 是否启用 Tavily。
configTAVILY_API_URL否 https://api.tavily.com Tavily API 根地址。
configTAVILY_API_KEYS否 - 多个 Tavily Key,支持逗号、分号或换行分隔,优先于单 Key。
🔐 secretTAVILY_API_KEY"": "tvly-your-tavily-key"
configTAVILY_KEY_COOLDOWN否 30 临时限流或单 Key 临时异常的冷却秒数。
configTAVILY_QUOTA_COOLDOWN否 3600 额度耗尽 Key 的默认冷却秒数。
configTAVILY_SERVICE_FAILURE_THRESHOLD否 2 触发服务级熔断所需的不同 Key 同类故障数,最小为 2。
configTAVILY_SERVICE_COOLDOWN否 30 Tavily 服务级熔断冷却秒数。
configTAVILY_PER_KEY_MAX_CONCURRENCY否 1 Search、Extract、Map 共享的每 Key 真实请求并发上限;当前必须为 1。
configGROK_LOG_LEVEL否 INFO 日志级别。
configGROK_LOG_DIR否 logs 日志目录。
configGROK_PRIMARY_MODEL"": "grok-4-fast",
configGROK_MODEL否 grok-4-fast 兼容配置;未设置非空 GROK_PRIMARY_MODEL 时映射为主模型。
// 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 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/timmyzzo-websearch-mcp-1b26n0)](https://m8ven.ai/mcp/timmyzzo-websearch-mcp-1b26n0)
commit: 80570d1abe528c79eb345305a74dbff87b81a6c3
code hash: 69cf5e38f78a4ef21279bd3077e0514e31f7d9aa5d1320c9a88eac22e58cc200
verified: 7/13/2026, 9:49:24 AM
view raw JSON →