kagi-ken-mcp: This project is a lightweight Node.js-based Model Context Protocol (MCP) server that enables programmatic access to Kagi's search and summarization services using an existing Kagi session token. It offers an alternative to the official Kagi API, which currently requires invite-only API keys, making Kagi's powerful features available to LLMs and AI agents.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Access Kagi's search and summarizer programmatically without an official API key.
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.