Skip to main content
Glama

Jina AI Remote MCP Server

by wlmwwx

search_web

Query the web to retrieve up-to-date information, news, and articles. Use keywords to find specific websites, research topics, or get recent updates. Supports time-based filters, location, and language preferences.

Instructions

Search the entire web for current information, news, articles, and websites. Use this when you need up-to-date information, want to find specific websites, research topics, or get the latest news. Ideal for answering questions about recent events, finding resources, or discovering relevant content. 💡 Tip: Use parallel_search_web if you need to run multiple searches simultaneously.

Input Schema

NameRequiredDescriptionDefault
glNoCountry code, e.g., 'dz' for Algeria
hlNoLanguage code, e.g., 'zh-cn' for Simplified Chinese
locationNoLocation for search results, e.g., 'London', 'New York', 'Tokyo'
numNoMaximum number of search results to return, between 1-100
queryYesSearch terms or keywords to find relevant web content (e.g., 'climate change news 2024', 'best pizza recipe')
tbsNoTime-based search parameter, e.g., 'qdr:h' for past hour, can be qdr:h, qdr:d, qdr:w, qdr:m, qdr:y

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "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 (e.g., 'climate change news 2024', 'best pizza recipe')", "type": "string" }, "tbs": { "description": "Time-based search parameter, e.g., 'qdr:h' for past hour, can be qdr:h, qdr:d, qdr:w, qdr:m, qdr:y", "type": "string" } }, "required": [ "query" ], "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/wlmwwx/jina-mcp'

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