MCP JinaAI Search Server

by spences10
Verified

search

Search the web and get clean, LLM-friendly content using Jina.ai Reader. Returns top 5 results with URLs and clean content.

Input Schema

NameRequiredDescriptionDefault
browser_localeNoBrowser locale for rendering content
enable_iframeNoExtract content from iframes
enable_shadow_domNoExtract content from shadow DOM
formatNoResponse format (json or text)text
gather_imagesNoGather all images at the end of the response
gather_linksNoGather all links at the end of the response
image_captionNoCaption images in the content
no_cacheNoBypass cache for fresh results
queryYesSearch query
resolve_redirectsNoFollow redirect chains to final URL
streamNoEnable stream mode for large pages
token_budgetNoMaximum number of tokens for this request

Input Schema (JSON Schema)

{ "properties": { "browser_locale": { "description": "Browser locale for rendering content", "type": "string" }, "enable_iframe": { "default": false, "description": "Extract content from iframes", "type": "boolean" }, "enable_shadow_dom": { "default": false, "description": "Extract content from shadow DOM", "type": "boolean" }, "format": { "default": "text", "description": "Response format (json or text)", "enum": [ "json", "text" ], "type": "string" }, "gather_images": { "default": false, "description": "Gather all images at the end of the response", "type": "boolean" }, "gather_links": { "default": false, "description": "Gather all links at the end of the response", "type": "boolean" }, "image_caption": { "default": false, "description": "Caption images in the content", "type": "boolean" }, "no_cache": { "default": false, "description": "Bypass cache for fresh results", "type": "boolean" }, "query": { "description": "Search query", "type": "string" }, "resolve_redirects": { "default": true, "description": "Follow redirect chains to final URL", "type": "boolean" }, "stream": { "default": false, "description": "Enable stream mode for large pages", "type": "boolean" }, "token_budget": { "description": "Maximum number of tokens for this request", "minimum": 1, "type": "number" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools