What problem does it solve? Accessing Kagi Search and its summarizer from AI coding agents normally requires a paid API key, and wiring search into MCP clients like Claude Desktop or Cursor involves manual setup. This Skill configures a free MCP server that authenticates with Kagi session tokens instead of paid API keys. ## Core Features & Use Cases - Web Search Tool: The kagi_search_fetch tool runs Kagi queries with full operator support (site:, filetype:, lang:, before:/after:) and returns structured titles, URLs, and snippets. - URL Summarization: The kagi_summarizer tool condenses any public URL using four engines (cecil, agnes, daphne, muriel) with prose or bullet output and target-language selection. - Multi-Token Pooling: Round-robin rotation across multiple session tokens with 5 req/s per-token rate limiting and automatic expired-token detection. - Use Case: A researcher asks their agent to find recent arXiv papers on neural networks with a date-filtered site: query, then summarizes the most relevant paper using the daphne engine for a detailed technical digest. ## Quick Start Install the server with uvx kagi-session2api-mcp, add your Kagi session token to your MCP client config, then ask the agent to search the web for a topic or summarize a URL.