Research Powerpack MCP
Enables AI assistants to perform comprehensive research by searching Google, mining Reddit discussions, scraping web content with JS rendering, and synthesizing findings with citations into structured context.
README
MCP server that gives your AI assistant research tools. Google search, Reddit deep-dives, web scraping with LLM extraction, and multi-model deep research — all as MCP tools that chain into each other.
npx mcp-research-powerpack
five tools, zero config to start. each API key you add unlocks more capabilities.
tools
| tool | what it does | requires |
|---|---|---|
web_search |
parallel Google search across 3-100 keywords, CTR-weighted ranking, consensus detection | SERPER_API_KEY |
search_reddit |
same engine but filtered to reddit.com, 10-50 queries in parallel | SERPER_API_KEY |
get_reddit_post |
fetches 2-50 Reddit posts with full comment trees, optional LLM extraction | REDDIT_CLIENT_ID + REDDIT_CLIENT_SECRET |
scrape_links |
scrapes 1-50 URLs with JS rendering fallback, HTML-to-markdown, optional LLM extraction | SCRAPEDO_API_KEY |
deep_research |
sends questions to research-capable models (Grok, Gemini) with web search enabled, supports local file attachments | OPENROUTER_API_KEY |
tools are designed to chain: web_search suggests calling scrape_links, which suggests search_reddit, which suggests get_reddit_post, which suggests deep_research for synthesis.
install
Claude Desktop / Claude Code
add to your MCP config:
{
"mcpServers": {
"research-powerpack": {
"command": "npx",
"args": ["mcp-research-powerpack"],
"env": {
"SERPER_API_KEY": "...",
"OPENROUTER_API_KEY": "..."
}
}
}
}
from source
git clone https://github.com/yigitkonur/mcp-research-powerpack.git
cd mcp-research-powerpack
pnpm install && pnpm build
pnpm start
HTTP mode
MCP_TRANSPORT=http MCP_PORT=3000 npx mcp-research-powerpack
exposes /mcp (POST/GET/DELETE with session headers) and /health.
API keys
each key unlocks a capability. missing keys silently disable their tools — the server never crashes.
| variable | enables | free tier |
|---|---|---|
SERPER_API_KEY |
web_search, search_reddit |
2,500 searches/mo at serper.dev |
REDDIT_CLIENT_ID + REDDIT_CLIENT_SECRET |
get_reddit_post |
unlimited (reddit.com/prefs/apps, "script" type) |
SCRAPEDO_API_KEY |
scrape_links |
1,000 credits/mo at scrape.do |
OPENROUTER_API_KEY |
deep_research, LLM extraction in scrape/reddit |
pay-per-token at openrouter.ai |
configuration
optional tuning via environment variables:
| variable | default | description |
|---|---|---|
RESEARCH_MODEL |
x-ai/grok-4-fast |
primary deep research model |
RESEARCH_FALLBACK_MODEL |
google/gemini-2.5-flash |
fallback if primary fails |
LLM_EXTRACTION_MODEL |
openai/gpt-oss-120b:nitro |
model for scrape/reddit LLM extraction |
DEFAULT_REASONING_EFFORT |
high |
research depth (low, medium, high) |
DEFAULT_MAX_URLS |
100 |
max search results per research question (10-200) |
API_TIMEOUT_MS |
1800000 |
request timeout in ms (default 30 min) |
MCP_TRANSPORT |
stdio |
stdio or http |
MCP_PORT |
3000 |
port for HTTP mode |
how it works
search ranking
results from multiple queries are deduplicated by normalized URL and scored using CTR-weighted position values (position 1 = 100.0, position 10 = 12.56). URLs appearing across multiple queries get a consensus marker. threshold tries >= 3, falls back to >= 2, then >= 1.
Reddit comment budget
global budget of 1,000 comments, max 200 per post. after the first pass, surplus from posts with fewer comments is redistributed to truncated posts in a second fetch pass.
scraping pipeline
three-mode fallback per URL: basic → JS rendering → JS + US geo-targeting. results go through HTML-to-markdown conversion (turndown), then optional LLM extraction with a 100k char input cap and 8,000 token output per URL.
deep research
32,000 token budget divided across questions (1 question = 32k, 10 questions = 3.2k each). Gemini models get google_search tool access. Grok/Perplexity get search_parameters with citations. primary model fails → automatic fallback.
file attachments
deep_research can read local files and include them as context. files over 600 lines are smart-truncated (first 500 + last 100 lines). line numbers preserved.
concurrency
| operation | parallel limit |
|---|---|
| web search keywords | 8 |
| Reddit search queries | 8 |
| Reddit post fetches per batch | 5 (batches of 10) |
| URL scraping per batch | 10 (batches of 30) |
| LLM extraction | 3 |
| deep research questions | 3 |
all clients use manual retry with exponential backoff and jitter. the OpenAI SDK's built-in retry is disabled (maxRetries: 0).
project structure
src/
index.ts — entry point, STDIO + HTTP transport, signal handling
worker.ts — Cloudflare Workers entry (Durable Objects)
config/
index.ts — env parsing (lazy Proxy objects), capability detection
loader.ts — YAML → Zod → JSON Schema pipeline, cached
yaml/tools.yaml — single source of truth for all tool definitions
schemas/
deep-research.ts — Zod validation for research questions + file attachments
scrape-links.ts — Zod validation for URLs, timeout, LLM options
web-search.ts — Zod validation for keyword arrays
tools/
registry.ts — tool lookup → capability check → validate → execute
search.ts — web_search handler
reddit.ts — search_reddit + get_reddit_post handlers
scrape.ts — scrape_links handler
research.ts — deep_research handler
clients/
search.ts — Serper API client
reddit.ts — Reddit OAuth + comment fetching
scraper.ts — scrape.do client with fallback modes
research.ts — OpenRouter client with model-specific handling
services/
llm-processor.ts — shared LLM extraction (singleton OpenAI client)
markdown-cleaner.ts — HTML → markdown via turndown
file-attachment.ts — local file reading with line ranges
utils/
concurrency.ts — bounded parallel execution (pMap, pMapSettled)
url-aggregator.ts — CTR-weighted scoring and consensus detection
errors.ts — error classification, fetchWithTimeout
logger.ts — MCP logging protocol
response.ts — standardized output formatting
deploy
Cloudflare Workers
npx wrangler deploy
uses Durable Objects with SQLite storage. YAML-based tool definitions are replaced with inline definitions in the worker entry since there's no filesystem.
license
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。