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. |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/pminervini/deep-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server