Skip to main content
Glama

Jina AI Remote MCP Server

Official
by jina-ai

parallel_search_web

Execute multiple web searches simultaneously to gather diverse data and perspectives on a topic. Optimize research by exploring various search angles in one operation.

Instructions

Run multiple web searches in parallel for comprehensive topic coverage and diverse perspectives. For best results, provide multiple search queries that explore different aspects of your topic. You can use expand_query to help generate diverse queries, or create them yourself. 💡 Use this when you need to gather information from multiple search angles at once for efficiency.

Input Schema

NameRequiredDescriptionDefault
searchesYesArray of search configurations to execute in parallel (maximum 5 searches for optimal performance)
timeoutNoTimeout in milliseconds for all searches

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "searches": { "description": "Array of search configurations to execute in parallel (maximum 5 searches for optimal performance)", "items": { "additionalProperties": false, "properties": { "gl": { "description": "Country code, e.g., 'dz' for Algeria", "type": "string" }, "hl": { "description": "Language code, e.g., 'zh-cn' for Simplified Chinese", "type": "string" }, "location": { "description": "Location for search results, e.g., 'London', 'New York', 'Tokyo'", "type": "string" }, "num": { "default": 30, "description": "Maximum number of search results to return, between 1-100", "type": "number" }, "query": { "description": "Search terms or keywords to find relevant web content", "type": "string" }, "tbs": { "description": "Time-based search parameter, e.g., 'qdr:h' for past hour", "type": "string" } }, "required": [ "query" ], "type": "object" }, "maxItems": 5, "type": "array" }, "timeout": { "default": 30000, "description": "Timeout in milliseconds for all searches", "type": "number" } }, "required": [ "searches" ], "type": "object" }

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/jina-ai/MCP'

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