RouterMCP
MCP Packs

Research/Competitive Intelligence Pack

Web/meta-search, wiki data, and enrichment to accelerate research.

Research/Competitive Intelligence Pack

Accelerate research with web search, meta-search engines, and data enrichment tools. Connect search platforms and knowledge bases for comprehensive information gathering.

ServerPurpose
Perplexity MCPAnswer-first web research
SearXNG MCPMeta-search across engines
Wikidata/Wikipedia MCPStructured facts and citations
DeepWiki MCPDeep dive summaries of repos/topics
Bright Data MCPProgrammatic web data (where permitted)

Example Configuration

{
  "mcpServers": {
    "perplexity": {
      "command": "npx",
      "args": ["-y", "@perplexity/mcp-server"],
      "env": { "PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}" }
    },
    "searxng": {
      "command": "npx",
      "args": ["-y", "@searxng/mcp-server"],
      "env": { "SEARXNG_INSTANCE": "${SEARXNG_INSTANCE}" }
    },
    "wikidata": {
      "command": "npx",
      "args": ["-y", "@wikidata/mcp-server"]
    },
    "deepwiki": {
      "command": "npx",
      "args": ["-y", "@deepwiki/mcp-server"]
    }
  }
}

Common Workflows

  • Research competitors, gather market intelligence, and compile reports
  • Fact-check information with structured Wikipedia/Wikidata queries
  • Deep dive into open source projects and technical topics

Safety First

Respect rate limits and terms of service for search APIs. Be mindful of data usage policies when scraping. Verify information from multiple sources.

On this page