ntropy-mcp MCP server
About
ntropy-mcp is a Model Context Protocol server that enriches banking data using the Ntropy API. It provides two tools—creating account holders and enriching transactions—for developers integrating financial data enrichment into AI assistants like Claude.
Details
- Author
- smithery-ai
- Downloads
- 294
- Categories
- Other, API
Jump to
- Create account holders via the Ntropy API
- Enrich transactions with detailed financial metadata
- Simple configuration with a single API key
- Ready-to-use with Claude Desktop
- Runs via uvx with no manual build steps
Obtain an Ntropy API key from ntropy.com, then run the server with uvx run ntropy-mcp --api-key YOUR_NTROPY_API_KEY. For Claude Desktop, add the server configuration to the claude_desktop_config.json file with the same command and arguments.
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:
<details>
<summary>Published Servers Configuration</summary>
"mcpServers": {
"ntropy-mcp": {
"command": "uvx",
"args": [
"ntropy-mcp",
"--api-key",
"YOUR_NTROPY_API_KEY"
]
}
}
</details>
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




