Research Pack

Deep research workflows: Perplexity search → SearXNG → DeepWiki → Bright Data

⏱️ Setup time: 30 minutesDifficulty: intermediateRead full guide

Servers Included

Configuration

Copy the config for your MCP client. Replace your_api_key with your RouterMCP API key.

{
  "mcpServers": {
    "routermcp": {
      "url": "https://your-project.workers.dev/v1/mcp/research-pack/request",
      "apiKey": "your_api_key_here"
    }
  }
}

Quick Setup

  1. Create a project in your RouterMCP dashboard
  2. Add servers for each tool in this pack (see list above)
  3. Generate an API key in API Keys
  4. Copy the config above and paste into your MCP client
  5. Test the connection with the cURL snippet

Required Environment Variables

Most servers require API keys or tokens. Check each server's documentation for details.

# Example .env file
PERPLEXITY_API_KEY=your_perplexity_key
SEARXNG_API_KEY=your_searxng_key
DEEPWIKI_API_KEY=your_deepwiki_key
BRIGHT_DATA_API_KEY=your_bright_data_key

Related Resources