Developed by ac3xx, this server provides an interface for language models to perform web searches using Kagi's search engine. It enables AI agents to query Kagi's API and retrieve search results through a controlled MCP server. Built in TypeScript, the implementation currently focuses on basic web search functionality, with plans to expand to other Kagi features like text summarization and enriched news results. The server handles API authentication and request formatting. By leveraging Kagi's privacy-focused search capabilities, this implementation is particularly useful for AI assistants needing to access current web information, conduct research, or provide search results while respecting user privacy preferences.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Perform web searches using Kagi. Takes a query string and optional limit as parameters. Returns search results from Kagi's API.