Connection Details
Our MCP server is available at the following endpoint:Available Tools
The MCP server exposes several tools that AI agents can use to perform complex tasks.chat_completion
chat_completion
Generate text using llm.kiwi chat models.
- Parameters:
messages(array),model(optional string),temperature(optional number)
image_generation
image_generation
Generate images from text descriptions.
- Parameters:
prompt(string),size(optional string)
audio_transcription
audio_transcription
Transcribe audio files from a URL.
- Parameters:
file_url(string),language(optional string)
Resources
Agents can also access static and dynamic resources via the following URIs:models://list: A list of available models and their descriptions.docs://api: Comprehensive API documentation in Markdown format.usage://current: Real-time usage statistics for your API key.
Installation Examples
Cursor
Add to your.cursor/mcp.json:
Claude Desktop
Add to yourclaude_desktop_config.json: