73
/ 100
6 days ago
glama

Grok SearXNG Adapter MCP

MCP server that enables web search via Grok's web_search tool and web page fetching via Firecrawl, with configurable options for search mode and content extraction.

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: GROK_API_KEY, API_KEY, FIRECRAWL_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_BASE_URL编辑 .env,填入 、GROK_API_KEY、API_KEY
🔐 secretGROK_API_KEY编辑 .env,填入 GROK_BASE_URL、、API_KEY
configGROK_MODEL是 中转站提供的 Grok 模型名
configGROK_API_MODE否 responses(默认,Grok 服务端 Web Search)或 chat_completions(仅中转明确支持该端点的 Web Search tools 时使用)
configGROK_SEARCH_TOOL_TYPE否 搜索工具类型,默认 web_search
🔐 secretAPI_KEY编辑 .env,填入 GROK_BASE_URL、GROK_API_KEY、
configLOG_LEVEL
🔐 secretFIRECRAWL_API_KEY启用 web_fetch 时是 本服务调用 Firecrawl 的上游密钥;与 GROK_API_KEY、客户端 API_KEY 用途不同;缺失时 web_search 仍可用,web_fetch 返回明确未配置错误
configFIRECRAWL_BASE_URL否 Firecrawl API 地址,默认 https://api.firecrawl.dev,可指向兼容的自托管服务
// 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 3 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/lascivea-search2searxng-s7chq3)](https://m8ven.ai/mcp/lascivea-search2searxng-s7chq3)
commit: 13c97be27e3db4330eb47260ea0647e602dbc465
code hash: 9312b18c7d989daca2f76036db170bcb541be91c1276faae484ab5ab0269fc04
verified: 7/25/2026, 8:39:28 AM
view raw JSON →