ntropy-mcp MCP server

ntropy-mcp MCP server

By smithery-ai GitHub

Ntropy MCP server

ntropy mcp
Overview

what is ntropy-mcp?

ntropy-mcp is a server designed to enrich banking data using the Ntropy API, providing tools for account holder creation and transaction enrichment.

how to use ntropy-mcp?

To use ntropy-mcp, first obtain an Ntropy API key by creating an account on ntropy.com. Then, run the server using the command: uvx run ntropy-mcp --api-key YOUR_NTROPY_API_KEY.

key features of ntropy-mcp?

  • Create account holders using the Ntropy API.
  • Enrich transactions with detailed information using the Ntropy API.

use cases of ntropy-mcp?

  1. Enriching banking transactions for better insights.
  2. Creating account holders for financial applications.
  3. Integrating banking data enrichment into existing financial systems.

FAQ from ntropy-mcp?

  • What is required to run ntropy-mcp?

You need an Ntropy API key and the uvx tool to run the server.

  • Can I use ntropy-mcp for any banking data?

Yes, ntropy-mcp can be used to enrich various types of banking data as long as you have the necessary API access.

Content

ntropy-mcp MCP server

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" ] } } ```
No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details