MCP.so
ログイン

Ntropy MCP server

@ntropy-network

Ntropy MCP server について

MCP server for enriching banking data using the Ntropy API

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

ntropy-network

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "ntropy-mcp": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "uvx",
        "ntropy-mcp",
        "--api-key",
        "YOUR_NTROPY_API_KEY"
      ]
    }
  }
}

ツール

11

Verify connection to the Ntropy API

Set or update the Ntropy API key at runtime

Create an account holder

Update an existing account holder

Enrich a bank transaction

Get details of an account holder

List transactions for an account holder

Get details of a specific transaction

Enrich multiple transactions at once

Delete an account holder and all associated data

Delete a specific transaction

概要

What is Ntropy MCP server?

Ntropy MCP server is a Model Context Protocol server for enriching banking data using the Ntropy API. It allows LLM agents that work with financial data to easily call any of the Ntropy API endpoints.

How to use Ntropy MCP server?

Install by running uvx ntropy-mcp --api-key YOUR_NTROPY_API_KEY or using a Docker container. For Claude Desktop, add the appropriate configuration to the claude_desktop_config.json file. The server provides tools such as enrich_transaction, create_account_holder, and check_connection that can be invoked by the LLM.

Key features of Ntropy MCP server

  • Enrich single or multiple bank transactions via Ntropy API.
  • Create, update, and delete account holders.
  • Retrieve account holder details and transaction history.
  • Set or update the Ntropy API key at runtime.
  • Verify connection to the Ntropy API.

Use cases of Ntropy MCP server

  • Automatically categorize and enrich raw bank transaction descriptions for financial analysis.
  • Manage user accounts and their associated transaction data in a banking application.
  • Allow LLM agents to query and validate financial data without manual API calls.

FAQ from Ntropy MCP server

How do I obtain a Ntropy API key?

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

Can I set the API key at runtime?

Yes, the set_api_key tool allows you to set or update the Ntropy API key during a session.

What are the runtime dependencies?

The server can be run via uvx (requires Python/uv) or as a Docker container. Both require a valid Ntropy API key.

How can I debug the server?

Use the MCP inspector by running npx @modelcontextprotocol/inspector uvx ntropy-mcp --api-key YOUR_NTROPY_API_KEY.

What authentication is used?

Authentication is handled by providing the Ntropy API key either at startup via the --api-key argument or later using the set_api_key tool.

コメント

「その他」の他のコンテンツ