Skip to main content
Glama
theYahia

nbk-mcp

by theYahia

@theyahia/nbk-mcp

npm version License: MIT

Курсы валют Национального Банка Казахстана. 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-mcp

Cursor

Добавьте в .cursor/mcp.json:

{
  "mcpServers": {
    "nbk": {
      "command": "npx",
      "args": ["-y", "@theyahia/nbk-mcp"]
    }
  }
}

Related MCP server: TCMB MCP

Инструменты

Инструмент

Описание

Параметры

get_all_rates

Все текущие курсы валют НБК

нет

get_currency_rate

Курс конкретной валюты

currency_code, date?

get_historical_rates

Курсы на определённую дату

date (DD.MM.YYYY)

convert_currency

Конвертация между валютами

amount, from_currency, to_currency?, date?

get_rate_dynamics

Динамика курса (рост/падение)

currency_code

Примеры

  • "Какой курс доллара к тенге?"

  • "Переведи 100000 тенге в рубли"

  • "Покажи все курсы валют на сегодня"

  • "Какой был курс евро 01.01.2025?"

  • "Доллар растёт или падает?"

HTTP-режим

npx @theyahia/nbk-mcp --http
# или
HTTP_PORT=8080 npx @theyahia/nbk-mcp --http

Эндпоинты:

  • POST /mcp — Streamable HTTP transport

  • GET /health — проверка здоровья

Часть серии Russian & CIS API MCP

Смотрите также: russian-mcp

Лицензия

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides access to currency exchange rates and conversion tools using the Frankfurter API, including latest rates, historical data, and time series from sources like the European Central Bank.
    Last updated
    5
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides access to Turkish Central Bank (TCMB) exchange rates with current and historical data since 1996, currency conversion, rate history statistics, and multi-currency comparisons with smart caching.
    Last updated
    6
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time and historical foreign exchange rates for 31+ currencies, enabling currency conversion, historical rate lookups, and time series analysis using data from the Frankfurter API.
    Last updated

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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