Skip to main content
Glama

Ntropy MCP Server

by smithery-ai

ntropy-mcp MCP サーバー

Ntropy APIを使用して銀行データを拡充するためのMCPサーバー

コンポーネント

ツール

サーバーは 2 つのツールを実装します。

  • create_account_holder: Ntropy APIを使用してアカウントホルダーを作成する
    • 必須の文字列引数として「id」、「type」、「name」を取ります
    • 作成されたアカウント所有者を返します
  • enrich_transaction: Ntropy APIを使用してトランザクションを強化する
    • 必須の文字列引数として「id」、「description」、「date」、「amount」、「entry_type」、「currency」、「account_holder_id」、オプションの引数として「country」を取ります。
    • 強化されたトランザクションを返す

クイックスタート

インストール

まず、ntropy.com でアカウントを作成して、Ntropy API キーを取得します。

uvxでサーバーを実行する
uvx run ntropy-mcp --api-key YOUR_NTROPY_API_KEY
クロードデスクトップ

Claude Desktop 構成ファイルは通常、次の場所にあります。

MacOS の場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

構成ファイルに以下を追加します。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Ntropy API を通じて、口座保有者の作成や取引詳細の拡充など、銀行データの拡充を可能にします。

  1. コンポーネント
    1. ツール
  2. クイックスタート
    1. インストール

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.
    Last updated -
    6
    3
    13
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    Enables enriching banking data with the Ntropy API, providing tools to create account holders and enrich transactions efficiently.
    Last updated -
    2
    Python
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    Enables read and write interactions with 60+ blockchain networks through Claude Desktop, providing a standardized multi-chain API for transaction management, account insights, staking, and token interactions.
    Last updated -
    11
    13
    2
    TypeScript
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    Connects to the US Treasury's Fiscal Data API, enabling users to fetch specific treasury statements, access historical data, and generate formatted reports.
    Last updated -
    12
    6
    TypeScript
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/ntropy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server