Skip to main content
Glama
CSOAI-ORG

Web Research MCP Server

by CSOAI-ORG

Por MEOK AI Labs — Herramientas de IA soberana para todos.

Servidor MCP de Investigación Web

Kit de herramientas de búsqueda web y automatización de navegador para agentes de IA. Busca en la web a través de DuckDuckGo (sin clave API), navega por páginas con Chromium headless, extrae contenido de artículos, toma capturas de pantalla, interactúa con formularios y ejecuta flujos de trabajo de investigación de varios pasos que buscan y leen múltiples páginas automáticamente.

Herramientas

Herramienta

Descripción

web_search

Búsqueda en DuckDuckGo: no requiere clave API

browse_page

Automatización completa del navegador: extraer, captura de pantalla, clic, escribir, PDF

extract_article

Extracción limpia de artículos (elimina navegación/anuncios/código repetitivo)

research_topic

Flujo de trabajo de varios pasos: buscar + leer las N mejores páginas + compilar resumen

get_weather

Clima actual para cualquier ubicación (wttr.in)

Instalación

pip install mcp httpx playwright duckduckgo-search
python -m playwright install chromium

El paquete duckduckgo-search es opcional; el servidor recurre al scraping de HTML si no está instalado. Playwright + Chromium es necesario para browse_page, extract_article y research_topic.

Uso

Ejecutar el servidor

python server.py

Configuración de Claude Desktop

{
  "mcpServers": {
    "web-research": {
      "command": "python",
      "args": ["/path/to/web-research-mcp/server.py"]
    }
  }
}

Ejemplos de llamadas

Búsqueda web:

Tool: web_search
Input: {"query": "best practices for MCP server development", "limit": 5}
Output: {"results": [{"title": "...", "url": "...", "snippet": "..."}], "query": "...", "engine": "duckduckgo"}

Navegar y extraer página:

Tool: browse_page
Input: {"url": "https://example.com/article", "action": "extract"}
Output: {"status": "ok", "title": "...", "text": "...", "links": [...]}

Tomar captura de pantalla:

Tool: browse_page
Input: {"url": "https://example.com", "action": "screenshot"}
Output: {"status": "ok", "image_base64": "...", "full_size_bytes": 142531}

Investigar un tema (automatizado):

Tool: research_topic
Input: {"query": "MCP protocol specification 2026", "depth": 3}
Output: {"pages_searched": 5, "pages_read": 3, "sources": [...], "brief": "# Research: ..."}

Precios

Nivel

Límite

Precio

Gratuito

25 llamadas/día

$0

Pro

Ilimitado + capturas de pantalla completas + exportación a PDF

$9/mes

Enterprise

Personalizado + rotación de proxy + resolución de CAPTCHA

Contáctanos

Licencia

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/web-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server