nbk-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nbk-mcpConvert 100 dollars to tenge"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@theyahia/nbk-mcp
Курсы валют Национального Банка Казахстана. 5 инструментов. Без авторизации.
MCP-сервер для получения курсов валют НБК, конвертации и отслеживания динамики. Данные берутся напрямую из официального RSS-канала nationalbank.kz.
Quick Start
Claude Desktop
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"nbk": {
"command": "npx",
"args": ["-y", "@theyahia/nbk-mcp"]
}
}
}Claude Code
claude mcp add nbk -- npx -y @theyahia/nbk-mcpCursor
Добавьте в .cursor/mcp.json:
{
"mcpServers": {
"nbk": {
"command": "npx",
"args": ["-y", "@theyahia/nbk-mcp"]
}
}
}Related MCP server: TCMB MCP
Инструменты
Инструмент | Описание | Параметры |
| Все текущие курсы валют НБК | нет |
| Курс конкретной валюты |
|
| Курсы на определённую дату |
|
| Конвертация между валютами |
|
| Динамика курса (рост/падение) |
|
Примеры
"Какой курс доллара к тенге?"
"Переведи 100000 тенге в рубли"
"Покажи все курсы валют на сегодня"
"Какой был курс евро 01.01.2025?"
"Доллар растёт или падает?"
HTTP-режим
npx @theyahia/nbk-mcp --http
# или
HTTP_PORT=8080 npx @theyahia/nbk-mcp --httpЭндпоинты:
POST /mcp— Streamable HTTP transportGET /health— проверка здоровья
Часть серии Russian & CIS API MCP
Смотрите также: russian-mcp
Лицензия
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/theYahia/nbk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server