Skip to main content
Glama
huseyinstif

klaket-mcp

by huseyinstif

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KLAKET_API_URLNoThe URL of the Klaket API serverhttp://localhost:8484

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
klaket_ingestA

Start processing a video (URL or server-side file path) into LLM-ready data. Returns a job id — poll klaket_job_status until status is 'done', then call klaket_get_result.

klaket_job_statusA

Check the status of a Klaket ingest job (queued | processing | done | failed).

klaket_get_resultA

Get the processed video as LLM-ready markdown: timestamped transcript, scene list with descriptions and on-screen text. Only works when the job status is 'done'.

klaket_find_momentA

Search inside a processed video: finds the moments (timestamped transcript lines, on-screen text or scene descriptions) matching a query. Job must be 'done'.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/huseyinstif/klaket'

If you have feedback or need assistance with the MCP directory API, please join our Discord server