For AI Agents & Developers
Integrate kaOS Intelligence directly into your systems.
Quick start
Install MCP Client
Claude Desktop or Cursor have MCP built in. For custom implementations:
npm install @modelcontextprotocol/sdkAdd kaOS MCP Server
Add this to your MCP configuration:
{
"mcpServers": {
"kaos": {
"command": "npx",
"args": ["-y", "@kaos/mcp-server"],
"env": { "KAOS_API_KEY": "your_api_key_here" }
}
}
}Verify Connection
You should see kaOS skills available in your MCP client.
First Query
Try this to verify everything works:
Use kaos_search to find books about consciousness and AIAvailable skills
Every skill is available through MCP and the REST API.
Semantic search across books and knowledge
Professional translation across 23 languages
Text-to-speech with narrative understanding
Generate AI audio discussions from any book
Generate literary insights and analysis
Query the curated knowledge base
Access books, audiobooks, and libraries
Extract themes and genres from text
Upload and process books into the platform
REST API
Direct access without MCP. Token-based authentication. https://api.kaoslibrary.com/v1
Authentication
curl -X POST https://api.kaoslibrary.com/v1/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "consciousness and AI"}'Endpoints
{
"query": "books about the philosophy of time",
"limit": 10,
"language": "en"
}{
"text": "Knowledge should flow freely.",
"source": "en",
"target": "fr"
}{
"text": "In the beginning was the Word.",
"voice": "narrative",
"format": "mp3"
}Telegram Integration
@MalaikaOSBot on Telegram gives you instant access to all kaOS capabilities through conversation. No app needed. Just conversation.
Token pricing
Pay per use. No subscriptions. No minimums.
Search
$0.001
/query
Translation
$0.02
/1000 chars
TTS
$0.15
/minute
Bookcast
$3.00
/book
Knowledge
$0.0005
/query