Deep Research MCP ServerServer

pinkpixel-dev
GitHub
Web ResearchAPI IntegrationDocumentation Generation

Loading subscription status...

💡 Description

The Deep Research MCP Server is a Model Context Protocol (MCP) compliant server designed to perform comprehensive web research. It leverages Tavily's powerful Search and Crawl APIs to gather extensive, up-to-date information on a given topic, aggregating data and generating documentation in JSON format for Large Language Models (LLMs) to produce detailed markdown documents.

📝 JSON Entries

{
  "mcpServers": [
    {
      "deep-research": {
        "env": {
          "TAVILY_API_KEY": "tvly-YOUR_ACTUAL_API_KEY_HERE",
          "DOCUMENTATION_PROMPT": "Your custom, detailed instructions for the LLM on how to generate markdown documents from the research data...",
          "RESEARCH_OUTPUT_PATH": "/path/to/your/research/output/folder"
        },
        "args": [
          "-y",
          "@pinkpixel/deep-research-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

@pinkpixel/deep-research-mcp

Features

  • Multi-Step Research
  • Structured JSON Output
  • Configurable Documentation Prompt
  • Configurable Output Path
  • Granular Control

💬 Example Queries

  • What are the latest advancements in AI technology?
  • Summarize the latest trends in web development.