Skip to main content
Glama
tanamurayuuki

Gemini URL Context & Search MCP Server

IGenAI.ts526 B
import { UrlContextMetadata } from '../domain/ExtractContentResult.js'; export interface GenerateUrlContextInput { urls: string[]; query?: string; model: string; maxCharsPerPage: number; } export interface GenerateUrlContextResponse { pages: { url: string; title: string; text: string; images: string[]; }[]; answer: string; url_context_metadata: UrlContextMetadata; } export interface IGenAI { generateUrlContextJson(input: GenerateUrlContextInput): Promise<GenerateUrlContextResponse>; }

Latest Blog Posts

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