Skip to main content
Glama

kagi-kan-mcp

by czottmann

kagi_search_fetch

Fetch web results using Kagi.com search engine for one or more queries. Enables continuous numbering of results for easy reference, ideal for general search tasks.

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" }

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