Deep Research MCP Server
by MCP-Mirror
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRAWL_LIMIT | No | Total number of links the crawler will process starting from a single root URL before stopping. | 10 |
| CRAWL_TIMEOUT | No | Timeout in seconds for each Tavily Crawl request. | 180 |
| SEARCH_TIMEOUT | No | Timeout in seconds for Tavily search requests. | 60 |
| TAVILY_API_KEY | Yes | Your Tavily API key (required). | |
| CRAWL_MAX_DEPTH | No | Max depth of the crawl from the base URL. 0 means only the base URL, 1 means the base URL and links found on it. | 1 |
| FILE_WRITE_ENABLED | No | Enable file writing capability. Disabled by default for security reasons. | false |
| MAX_SEARCH_RESULTS | No | Maximum number of search results to retrieve and consider for crawling (1-20). | 7 |
| ALLOWED_WRITE_PATHS | No | Comma-separated allowed directories for file writing operations (defaults to user home directory). | |
| DOCUMENTATION_PROMPT | No | Your custom, detailed instructions for the LLM on how to generate markdown documents from the research data. Overrides the server's built-in default prompt. | |
| RESEARCH_OUTPUT_PATH | No | Path where research documents and images should be saved. If not set, a timestamped folder in the user's Documents directory will be used. | |
| FILE_WRITE_LINE_LIMIT | No | Maximum lines per file write operation. | 200 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/MCP-Mirror/pinkpixel-dev_deep-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server