Deep Research MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_TOKEN | No | Hugging Face token (optional, for gated models). | |
| GEMINI_API_KEY | No | API key for Gemini provider. Alternatively, use GOOGLE_API_KEY. Required if using Gemini. | |
| GOOGLE_API_KEY | No | Alternative API key for Gemini provider. | |
| OPENAI_API_KEY | No | API key for OpenAI provider. Required if using OpenAI (default). | |
| SERPER_API_KEY | No | API key for Serper (optional, used for Open Deep Research). | |
| DR_TULU_API_KEY | No | API key for DR-Tulu provider. Required if using DR-Tulu. | |
| OPENAI_BASE_URL | No | Base URL for OpenAI-compatible endpoint. | |
| SERPAPI_API_KEY | No | API key for SerpAPI (optional, used for Open Deep Research). | |
| RESEARCH_API_KEY | No | Alternative API key for DR-Tulu provider. | |
| RESEARCH_PROVIDER | No | Provider to use: openai, dr-tulu, gemini, or open-deep-research. Defaults to openai if not set. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deep_researchA | Performs autonomous deep research using the configured provider with web search and analysis capabilities. What it does:
Best for:
Returns: Structured markdown report with citations, metadata, and research insights. Note: Uses provider-native research backends - monitor costs as research can generate substantial tokens. |
| research_statusA | Check the current status and progress of a running research task. Use when:
Returns: Task status ('running', 'completed', 'failed') with timestamps. |
| research_with_contextA | Perform research using an enriched query based on clarification answers. Use after:
What it does:
Returns: Complete research report with citations and metadata |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: deep_research performs primary research, research_status monitors progress, and research_with_context handles enriched queries after clarification. No confusion between them.
All names contain 'research', but one uses 'deep_research' while the others use 'research_', which is a minor inconsistency. Still, the pattern is mostly predictable.
Three tools cover the core research workflow adequately for a focused server. The count is slightly low but not insufficient for the stated purpose.
The tools support initiating research, checking status, and enhanced context, but lack retrieval of past results, task cancellation, or history listing, which are notable gaps.