drio
Open app

ntropy-mcp MCP server

Source

Ntropy MCP server

Catalog onlyCatalog onlySTDIO

Overview

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

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.

  • Create account holders using the Ntropy API. - Enrich transactions with detailed information using the Ntropy API.
  1. Enriching banking transactions for better insights.
  2. Creating account holders for financial applications.
  3. Integrating banking data enrichment into existing financial systems.

Add to your AI client

Use these steps to connect ntropy-mcp MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "ntropy-mcp-smithery-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ntropy-mcp-smithery-ai"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "ntropy-mcp-smithery-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ntropy-mcp-smithery-ai"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "ntropy-mcp-smithery-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ntropy-mcp-smithery-ai"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "ntropy-mcp-smithery-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ntropy-mcp-smithery-ai"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "ntropy-mcp-smithery-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ntropy-mcp-smithery-ai"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "ntropy-mcp-smithery-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ntropy-mcp-smithery-ai"
      ]
    }
  }
}

FAQ

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.