Mcp Batch Research

Run multiple queries in parallel. Max 10.

wheattoast11 53 updated 3mo ago
Claude CodeGeneric
View source ↗
# MCP Batch Research

Run multiple queries in parallel. Max 10.

## Steps

1. Parse topics (comma/newline separated)
2. `batch_research({ queries: [...], waitForCompletion: true })`
3. Extract `reportIds` from result
4. `get_report({ reportId })` for each
5. Compare findings

## Options

| Param | Default | Description |
|-------|---------|-------------|
| waitForCompletion | true | Block until all complete |
| costPreference | "low" | "low" or "high" |
| timeoutMs | 300000 | 5 min max wait |

## Example

Input: "AI safety, quantum computing, climate tech"
-> queries: ["AI safety", "quantum computing", "climate tech"]

## Topics
$ARGUMENTS

Maintain Mcp Batch Research?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Mcp Batch Research on getagentictools](https://getagentictools.com/loops/wheattoast11-mcp-batch-research?ref=badge)