MCP server for enriching banking data using the Ntropy API
Project description
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" ] } } ```Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ntropy_mcp-0.1.0.tar.gz.
File metadata
- Download URL: ntropy_mcp-0.1.0.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a5c95ef3e8dd85d9804642aef0479211d657a14b36708b2dd9b5981bd497fa5
|
|
| MD5 |
1bd8c3a16cf3152bcc9c1e13ed31b7f4
|
|
| BLAKE2b-256 |
e238e679c78202afe058f06a380cc774659b0208ce0811548b491cc10260ceb4
|
File details
Details for the file ntropy_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ntropy_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13832cd92fd59d10148c24d551dfcd92c106821538e4ca816b5653c043fb6c43
|
|
| MD5 |
6ba5be6360386700badeb810ac615842
|
|
| BLAKE2b-256 |
5d0c5a379e4af02f33933e34a48a68eca443d6ae929e13c9648adc45a2cac5f9
|