INDIVIDUAL MCP TOOL
get_client_case
Get one client case study by its numeric id: industry, implemented products, case description and review links.
LIVE ENDPOINT
https://mcp.cybernetica.kz/mcp
Connect to this endpoint to inspect the live schema for get_client_case and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cybernetica]
url = "https://mcp.cybernetica.kz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cybernetica": {
"type": "http",
"url": "https://mcp.cybernetica.kz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cybernetica
Remote MCP URL: https://mcp.cybernetica.kz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cybernetica": {
"url": "https://mcp.cybernetica.kz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cybernetica": {
"type": "http",
"url": "https://mcp.cybernetica.kz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cybernetica",
"transport": "streamable-http",
"url": "https://mcp.cybernetica.kz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fetch— Fetch the full markdown document for one search result by its id (e.g.get_blog_post— Get the full text of one Cybernetica blog post by its numeric id.get_company_info— Get general information about Cybernetica: who the company is, mission and approach, team, technology partners and contacts (office address in Almaty, phones, email).get_pricing— Get Cybernetica's price list for 1C software products and licenses, grouped by category.get_product— Get the full markdown card of one Cybernetica product by its numeric id: description, categories and clients that already use it.list_blog_posts— List Cybernetica's blog posts, newest first, with dates and short summaries: project breakdowns, 1C solution reviews, AI and automation notes, company news.list_clients— List Cybernetica's client case studies grouped by industry (oil and gas, mining, finance, retail, manufacturing and others).list_products— List Cybernetica's catalog of products and services: ERP, finance and budgeting, manufacturing, holdings, subsoil use, digitalization and AI — mostly built on the 1C platform for Kazakhstan.