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.
Recommended Servers
| Server | Purpose |
|---|---|
| Perplexity MCP | Answer-first web research |
| SearXNG MCP | Meta-search across engines |
| Wikidata/Wikipedia MCP | Structured facts and citations |
| DeepWiki MCP | Deep dive summaries of repos/topics |
| Bright Data MCP | Programmatic 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.