Kiyotaka MCP Server

Model Context Protocol

An MCP server that exposes Kiyotaka API capabilities over Server-Sent Events. Connect any MCP-compatible client to the SSE endpoint below.

Server StatusConnecting
Active Sessions0
Uptime...
ProtocolMCP (SSE)
SSE Endpoint
Loading...

Available Tools

query_kiyotaka

Make requests to any Kiyotaka API endpoint. Supports GET and POST methods with automatic JWT authentication.

list_kiyotaka_tools

Returns the full catalog of available Kiyotaka tools and their input schemas.

Connecting

Point your MCP client at the SSE endpoint. For Claude Desktop, add to your configuration:

{
  "mcpServers": {
    "kiyotaka": {
      "type": "sse",
      "url": "Loading..."
    }
  }
}