mcp/kagisearch

Verified Publisher

By mcp

Updated 2 months ago

The Official Model Context Protocol (MCP) server for Kagi Search & other tools.

Image
Machine learning & AI
1

10K+

mcp/kagisearch repository overview

Kagi Search MCP Server

The Official Model Context Protocol (MCP) server for Kagi search & other tools.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/kagisearch/kagimcp/blob/17c4dfd25fbfeeffa43a428574b786982bd3cd97/Dockerfile
Commit17c4dfd25fbfeeffa43a428574b786982bd3cd97
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/kagisearch --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
kagi_search_fetchFetch web results based on one or more queries using the Kagi Search API.
kagi_summarizerSummarize content from a URL using the Kagi Summarizer API.

Tools Details

Tool: kagi_search_fetch

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.

ParametersTypeDescription
queriesarrayOne or more concise, keyword-focused search queries. Include essential context within each query for standalone use.

Tool: kagi_summarizer

Summarize content from a URL using the Kagi Summarizer API. The Summarizer can summarize any document type (text webpage, video, audio, etc.)

ParametersTypeDescription
urlstringA URL to a document to summarize.
summary_typestring optionalType of summary to produce. Options are 'summary' for paragraph prose and 'takeaway' for a bulleted list of key points.
target_languagestring optionalDesired output language using language codes (e.g., 'EN' for English). If not specified, the document's original language influences the output.

Use this MCP Server

{
  "mcpServers": {
    "kagisearch": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "KAGI_SUMMARIZER_ENGINE",
        "-e",
        "KAGI_API_KEY",
        "mcp/kagisearch"
      ],
      "env": {
        "KAGI_SUMMARIZER_ENGINE": "cecil",
        "KAGI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:c26439346

Size

81 MB

Last updated

2 months ago

docker pull mcp/kagisearch

This week's pulls

Pulls:

1,342

Last week