agentic-research
agentic-research
Un pipeline de investigación web agéntico. Haz una pregunta en lenguaje natural; busca en la web, obtiene páginas candidatas, las divide en fragmentos y las incrusta, recupera solo los fragmentos relevantes y devuelve una respuesta con citas que apuntan al pasaje fuente exacto.
Diseñado para ser llamado tanto por un agente de IA como por un humano. El servidor MCP lo expone como una herramienta deep_research, de modo que un agente de codificación pueda acceder a información actualizada y citada en lugar de adivinar a partir de los datos de entrenamiento.
Por qué una capa de recuperación
El enfoque habitual de los agentes para la web es: buscar, obtener la página completa, poner todo en la ventana de contexto y responder. Eso te limita a un puñado de fuentes y te cobra el precio completo de tokens por páginas que resultan ser en su mayoría irrelevantes.
typical: search -> fetch full page -> stuff into context -> answer
~5 sources, full token price per page, no span-level citation
here: search -> fetch N pages -> parent/child chunk -> embed
-> retrieve only relevant children -> expand parents on demand
-> compress -> answer
~30 sources, lower token cost, structural citationsRelated MCP server: Deep Research MCP Server
Estado
Trabajo en curso, construido por fases. Consulta docs/ para una nota sobre cada capa.
Fase | Capa | Estado |
0 | Base, contratos compartidos | hecho |
1 | Config, fábrica de LLM basada en roles | hecho |
2 | Obtención y extracción | hecho |
3 | Fragmentación jerárquica | hecho |
4 | Indexación y reordenamiento | en progreso |
5 | Proveedores de búsqueda | hecho |
6 | Bucle de investigador único | pendiente |
7 | Grafo completo: expansión, aclaración, compresión | pendiente |
8 | Arnés de evaluación | pendiente |
9 | Capa de servicio y API | pendiente |
10 | Servidor MCP | pendiente |
11 | Interfaz web | pendiente |
Configuración
python -m venv .venv
.venv/Scripts/python -m pip install -e ".[dev,api,mcp]"
cp .env.example .env # fill in LiteLLM and search keys
docker compose up -d qdrant
ares doctorCLI
Un comando por capa, para que puedas ver qué hace cada una por sí sola.
ares doctor # proxy, models and Qdrant reachable
ares fetch <url> --show # raw HTML to clean markdown
ares chunk <url> # the parent/child tree
ares index <url> # embed and store, or report a cache hit
ares search "..." --no-rerank # retrieval without the reranker
ares search "..." --rerank # and with it
ares websearch "..." # provider results
ares research "..." # the whole loop, cited answer
ares eval # scorecard against the committed baselineLicencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables iterative deep research by integrating AI agents with search engines, web scraping, and large language models for efficient data gathering and comprehensive reporting.20321MIT
- AlicenseNot gradedqualityDmaintenanceAn agent-based tool that provides web search and advanced research capabilities including document analysis, image description, and YouTube transcript retrieval.17Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnhances LLM applications with deep autonomous web research capabilities, delivering higher quality information than standard search tools by exploring and validating numerous trusted sources.364MIT
- AlicenseBqualityDmaintenanceAn automated research agent that leverages Google Gemini models and Google Search to perform deep, multi-step web research, generating sophisticated queries and producing citation-rich answers.128MIT
Related MCP Connectors
Web research for agents: quality-scored Google search, webpage extraction, and deep research.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/abhilash2429/agentic-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server