Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Ntropy

БесплатноНе проверен

Enables enriching banking data using the Ntropy API, with tools to create account holders and enrich transactions.

GitHubEmbed

Описание

Enables enriching banking data using the Ntropy API, with tools to create account holders and enrich transactions.

README

MCP server for enriching banking data using the Ntropy API

Components

Tools

The server implements two tools:

  • create_account_holder: Create an account holder using the Ntropy API
    • Takes "id", "type", "name" as required string arguments
    • Returns the created account holder
  • enrich_transaction: Enrich a transaction using the Ntropy API
    • Takes "id", "description", "date", "amount", "entry_type", "currency", "account_holder_id" as required string arguments, and "country" as an optional argument
    • Returns the enriched transaction

Quickstart

Install

First, obtain an Ntropy API key by creating an account on ntropy.com.

Run the server with uvx

uvx run ntropy-mcp --api-key YOUR_NTROPY_API_KEY

Claude Desktop

The Claude Desktop configuration file is usually located at:

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Add the following to the configuration file:

Published Servers Configuration ``` "mcpServers": { "ntropy-mcp": { "command": "uvx", "args": [ "ntropy-mcp", "--api-key", "YOUR_NTROPY_API_KEY" ] } } ```

from github.com/mcpflow/ntropy-mcp

Установить Ntropy в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install ntropy-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add ntropy-mcp -- uvx ntropy-mcp

FAQ

Ntropy MCP бесплатный?

Да, Ntropy MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Ntropy?

Нет, Ntropy работает без API-ключей и переменных окружения.

Ntropy — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Ntropy в Claude Desktop, Claude Code или Cursor?

Открой Ntropy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Ntropy with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development