mcp-jina-ai

search_web

Search the web using Jina AI's search API

Input Schema

NameRequiredDescriptionDefault
countNo
queryYes
retain_imagesNonone
return_formatNomarkdown
with_generated_altNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 5, "type": "number" }, "query": { "type": "string" }, "retain_images": { "default": "none", "enum": [ "none", "all" ], "type": "string" }, "return_format": { "default": "markdown", "enum": [ "markdown", "text", "html" ], "type": "string" }, "with_generated_alt": { "default": true, "type": "boolean" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools