Skip to main content
Glama

MCP Web Research Server

by qpd-v

parallel_search

Execute multiple Google searches simultaneously using the MCP Web Research Server, enabling efficient web research by processing up to 5 queries in parallel.

Instructions

Perform multiple Google searches in parallel

Input Schema

NameRequiredDescriptionDefault
maxParallelNoMaximum number of parallel searches
queriesYesArray of search queries to execute in parallel

Input Schema (JSON Schema)

{ "properties": { "maxParallel": { "description": "Maximum number of parallel searches", "maximum": 5, "minimum": 1, "type": "number" }, "queries": { "description": "Array of search queries to execute in parallel", "items": { "type": "string" }, "type": "array" } }, "required": [ "queries" ], "type": "object" }

Other Tools from MCP Web Research Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qpd-v/mcp-DEEPwebresearch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server