---
title: "Cybernetica API"
url: "https://cybernetica.kz/en/docs/api"
description: "Documentation for the public read-only Cybernetica API."
---
# Cybernetica API

The public Cybernetica API provides read-only JSON endpoints for website data.

- Machine-readable API description: [/api/openapi.json](/api/openapi.json)
- Health endpoint: [/api/file-server-health](/api/file-server-health)

## Endpoints

- [/api/blog](/api/blog) — Blog article list
- [/api/clients](/api/clients) — Client list
- [/api/employees](/api/employees) — Employee list
- [/api/partners](/api/partners) — Partner list
- [/api/price](/api/price) — Price categories and items
- [/api/products](/api/products) — Product list
- [/api/vacancies](/api/vacancies) — Vacancy list

## Access for AI agents (MCP)

**Cybernetica MCP server:** `https://mcp.cybernetica.kz/mcp`

Connect this endpoint as an MCP connector in Claude, ChatGPT, Cursor, or another Model Context Protocol client for direct structured access to all company data — the product catalog, client cases, pricing, blog posts, and vacancies — with full-text search and no HTML parsing. Access is public, read-only, and requires no authentication.

The Markdown language is selected by the page URL: Russian has no prefix, Kazakh uses `/kk`, and English uses `/en`. Send `Accept: text/markdown` to that URL or pass its path to `/api/agent-markdown?pathname=...`. The public REST API accepts `?locale=ru|kk|en`; Russian is the default. The MCP server tools take the same optional `locale` argument: if a record has no translation into the requested language, it comes back in Russian with a note saying so.

### Other resources for agents
- [API catalog](https://cybernetica.kz/.well-known/api-catalog)
- [OpenAPI](https://cybernetica.kz/api/openapi.json)
- [LLMs.txt](https://cybernetica.kz/llms.txt)
