Skip to main content
Glama

Gemini URL Context & Search MCP Server

url_context_extract

Extract structured content from web URLs using Gemini AI, returning JSON with page text, summaries, and metadata for analysis or processing.

Instructions

Extract content from URLs using Gemini AI and return structured JSON with pages, answer, and metadata

Input Schema

NameRequiredDescriptionDefault
maxCharsPerPageNoMaximum characters per page (optional, defaults to 8000)
modelNoGemini model name to use (optional, defaults to gemini-2.0-flash-exp)
queryNoOptional query to guide content extraction and summary
urlsYesArray of URLs to extract content from

Input Schema (JSON Schema)

{ "properties": { "maxCharsPerPage": { "description": "Maximum characters per page (optional, defaults to 8000)", "type": "number" }, "model": { "description": "Gemini model name to use (optional, defaults to gemini-2.0-flash-exp)", "type": "string" }, "query": { "description": "Optional query to guide content extraction and summary", "type": "string" }, "urls": { "description": "Array of URLs to extract content from", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }

Other Tools from Gemini URL Context & Search MCP Server

Related Tools

    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/tanamurayuuki/MCP-URLcontext'

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