Skip to main content
Glama

Jina AI Remote MCP Server

by acchuang

search_web

Search the web for up-to-date information, news, articles, and websites. Retrieve structured results with URLs, titles, and snippets for research, topic exploration, and finding relevant content.

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. Returns structured search results with URLs, titles, and content snippets.

Input Schema

NameRequiredDescriptionDefault
numNoMaximum number of search results to return, between 1-100 (default: 30)
queryYesSearch terms or keywords to find relevant web content (e.g., 'climate change news 2024', 'best pizza recipe')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "num": { "description": "Maximum number of search results to return, between 1-100 (default: 30)", "type": "number" }, "query": { "description": "Search terms or keywords to find relevant web content (e.g., 'climate change news 2024', 'best pizza recipe')", "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/acchuang/jina-mcp'

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