Skip to main content
Glama

Kagi MCP

by yuki-yano

kagi_search_fetch

Execute web searches using Kagi's API to retrieve and organize results for one or more queries. Enables users to reference specific results by number for efficient information retrieval.

Instructions

Fetch web results based on one or more queries using the Kagi Search API. Use for general search and when the user explicitly tells you to 'fetch' results/information. Results are from all queries given. They are numbered continuously, so that a user may be able to refer to a result by a specific number.

Input Schema

NameRequiredDescriptionDefault
queriesYesOne or more concise, keyword-focused search queries. Include essential context within each query for standalone use.

Input Schema (JSON Schema)

{ "properties": { "queries": { "description": "One or more concise, keyword-focused search queries. Include essential context within each query for standalone use.", "items": { "type": "string" }, "type": "array" } }, "required": [ "queries" ], "type": "object" }

Other Tools from Kagi MCP

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/yuki-yano/kagi-mcp'

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