Skip to main content
Glama

Ntropy MCP Server

by smithery-ai

Servidor MCP ntropy-mcp

Servidor MCP para enriquecer datos bancarios mediante la API Ntropy

Componentes

Herramientas

El servidor implementa dos herramientas:

  • create_account_holder: Crea un titular de cuenta usando la API de Ntropy
    • Toma "id", "tipo", "nombre" como argumentos de cadena requeridos
    • Devuelve el titular de la cuenta creada
  • enrich_transaction: Enriquecer una transacción usando la API Ntropy
    • Toma "id", "descripción", "fecha", "monto", "tipo_de_entrada", "moneda", "id_del_titular_de_la_cuenta" como argumentos de cadena obligatorios y "país" como argumento opcional.
    • Devuelve la transacción enriquecida

Inicio rápido

Instalar

Primero, obtenga una clave API de Ntropy creando una cuenta en ntropy.com.

Ejecute el servidor con uvx
uvx run ntropy-mcp --api-key YOUR_NTROPY_API_KEY
Escritorio de Claude

El archivo de configuración de Claude Desktop normalmente se encuentra en:

En MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json En Windows: %APPDATA%/Claude/claude_desktop_config.json

Agregue lo siguiente al archivo de configuración:

-
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.

Permite el enriquecimiento de datos bancarios a través de la API de Ntropy, incluida la creación de titulares de cuentas y el enriquecimiento de detalles de transacciones.

  1. Componentes
    1. Herramientas
  2. Inicio rápido
    1. Instalar

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