ntropy-mcp MCP Server
Official
Ntropy MCP server
MCP server for enriching banking data using the Ntropy API. This allows LLM agents that work with financial data to easily call any of the Ntropy API endpoints.
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 your Ntropy API key by creating an account on ntropy.com. Make sure to replace YOUR_NTROPY_API_KEY
below with your actual API key.
Run the server with uvx
Copy
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:
Copy
This server cannot be installed
Enables enriching banking data with the Ntropy API, providing tools to create account holders and enrich transactions efficiently.