MCP.so
登录

ntropy-mcp MCP server

@smithery-ai

关于 ntropy-mcp MCP server

Ntropy MCP server

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

smithery-ai

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

2

Create an account holder using the Ntropy API

Enrich a transaction using the Ntropy API

概览

What is ntropy-mcp?

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.

How to use ntropy-mcp?

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.

Key features of ntropy-mcp

  • 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

Use cases of ntropy-mcp

  • Enrich raw banking transactions for better financial analysis
  • Build AI assistants that can classify and categorize payments
  • Automate creation of account holders for financial data pipelines
  • Integrate Ntropy enrichment into chat-based MCP clients

FAQ from ntropy-mcp

What tools does ntropy-mcp provide?

It offers two tools: create_account_holder (takes id, type, name) and enrich_transaction (takes id, description, date, amount, entry_type, currency, account_holder_id, and optional country).

How do I get an Ntropy API key?

Create an account on ntropy.com to obtain your API key.

Where do I configure ntropy-mcp for Claude Desktop?

On MacOS at ~/Library/Application Support/Claude/claude_desktop_config.json and on Windows at %APPDATA%/Claude/claude_desktop_config.json.

What runtime dependencies are required?

ntropy-mcp runs with uvx; no additional installation steps are mentioned.

评论

其他 分类下的更多 MCP 服务器