C
Emerging
74/100
2 days ago

web-search-mcp

MCP server that searches the web, reads pages, and returns concise summaries with cited sources via the research_web and read_url tools.

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

⚡ 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

fabio-barboza

Source: 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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MODEL_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
configLOG_LEVEL
configMODELEVAL_JUDGE_MODEL (mesmo do ) Modelo usado como juiz no [eval](#eval). Apontar para um modelo diferente do que escreveu o resumo torna a avaliação bem menos complacente
configMODEL_BASE_URLe =http://localhost:8200/v1 \
🔐 secretMODEL_API_KEYnot-needed Vai como Authorization: Bearer <valor>. Servidor local normalmente ignora; provider pago exige a chave real
configMODEL_TIMEOUT120 Timeout, em segundos, de cada chamada de LLM. Modelo grande em CPU pode precisar de mais
configMODEL_TEMPERATURE0 Temperatura das chamadas. 0 porque a tarefa é resumir fonte, não criar — temperatura alta aqui vira alucinação
configMODEL_CONTEXT_TOKENSMODEL_RESERVE_TOKENS 4096 Quanto da janela fica reservado para o que não é dossiê: instruções, pergunta e a resposta que o modelo ainda vai gerar. O orçamento do dossiê é - MODEL_RESERVE_TOKENS
configMODEL_RESERVE_TOKENS4096 Quanto da janela fica reservado para o que não é dossiê: instruções, pergunta e a resposta que o modelo ainda vai gerar. O orçamento do dossiê é MODEL_CONTEXT_TOKENS - MODEL_RESERVE_TOKENS
configEXTRA_BODY
configEXTRA_SYSTEM_PROMPT
configSEARXNG_URLe =http://localhost:8886 \
configSEARXNG_MAX_RESULTS10 Quantos resultados são pedidos por busca. O research_web faz várias buscas e junta, então isso é o teto por busca, não o total
configSEARXNG_TIMEOUT10 Timeout, em segundos, de cada consulta ao SearXNG
configSEARXNG_LANGUAGEpt-BR Idioma passado na busca. Muda que fontes aparecem — para pesquisar em inglês, en-US
configSEARXNG_CATEGORIESgeneral,news Categorias do SearXNG, separadas por vírgula, repassadas cruas
configSCRAPER_TIMEOUT6 Timeout, em segundos, do download de cada página. Baixo de propósito: no research_web uma página lenta não vale segurar a pesquisa inteira, e há links de reserva para tomar o lugar dela
configSCRAPER_LIMIT(vazio) Corte de caracteres do texto extraído no read_url. Vazio = página inteira. Não afeta o research_web, que usa o RESEARCH_PAGE_CHARS
configRESEARCH_PAGE_BUDGET5 Quantas páginas entram no dossiê de uma pesquisa, somando todas as buscas. É o principal botão de qualidade × latência
configRESEARCH_POOL_SIZE20 Reserva de links candidatos. Link morto, bloqueado ou sem texto não gasta vaga do orçamento: cede o lugar para o próximo da reserva
configRESEARCH_MAX_WAVES4 Teto de tentativas de leitura antes de desistir. Sem ele, uma sequência ruim de links varreria a reserva inteira e estouraria a latência
configRESEARCH_PAGE_CHARSSCRAPER_LIMIT (vazio) Corte de caracteres do texto extraído no read_url. Vazio = página inteira. Não afeta o research_web, que usa o
configMCP_NAMEweb-search Nome que o servidor anuncia no handshake MCP
configMCP_TRANSPORTstdio Transporte usado quando você não passa --http. Ver [Uso](#uso)
configMCP_HOSTPorta de rede nenhuma :MCP_PORT
configMCP_PORTPorta de rede nenhuma MCP_HOST:
configMCP_CORS_ALLOW_ORIGINStoken na frente e restrinja às origens que você usa,
configEVAL_JUDGE_MODEL(mesmo do MODEL) Modelo usado como juiz no [eval](#eval). Apontar para um modelo diferente do que escreveu o resumo torna a avaliação bem menos complacente
// quality suggestions

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

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 1 concrete improvement 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/fabio-barboza-web-search-mcp-1et2qh)](https://m8ven.ai/mcp/fabio-barboza-web-search-mcp-1et2qh)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 286aabcc2ecb54e4f558505d688a8f1f2be59883
code hash: 5ceb1405db026aad709c75ccec117f9df887c2a1a1dafff729a4aac4c66ad918
verified: 8/18/2026, 3:08:56 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