Skip to main content
Glama

Kagi MCP

by yuki-yano
MIT License
  • Apple

kagi_search_fetch

Retrieve web search results from the Kagi Search API using one or more queries. Designed for general searches and explicit fetch requests, results are numbered for easy reference.

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

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