Skip to main content
Glama

kagi-kan-mcp

by czottmann

kagi_search_fetch

Fetch web results from Kagi.com using keyword-focused queries. Organizes all results with continuous numbering for easy reference during research or information retrieval.

Instructions

Fetch web results based on one or more queries using the Kagi.com web search engine. 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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "queries": { "description": "One or more concise, keyword-focused search queries. Include essential context within each query for standalone use.", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "queries" ], "type": "object" }
Install Server

Other Tools from kagi-kan-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/czottmann/kagi-ken-mcp'

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