ntropy-mcp MCP 서버
Ntropy API를 사용하여 은행 데이터를 풍부하게 만드는 MCP 서버
구성 요소
도구
서버는 두 가지 도구를 구현합니다.
- 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로 서버 실행
지엑스피1
클로드 데스크탑
Claude Desktop 구성 파일은 일반적으로 다음 위치에 있습니다.
MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
구성 파일에 다음을 추가합니다.
This server cannot be installed
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를 통해 계좌 소유자 생성 및 거래 세부 정보 보강 등 은행 데이터를 풍부하게 만들 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates 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 -6313TypeScriptMIT License
- -securityAlicense-qualityEnables enriching banking data with the Ntropy API, providing tools to create account holders and enrich transactions efficiently.Last updated -2PythonMIT License
Adamik MCP Serverofficial
AsecurityAlicenseAqualityEnables 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 -11132TypeScriptMIT License- AsecurityFlicenseAqualityConnects to the US Treasury's Fiscal Data API, enabling users to fetch specific treasury statements, access historical data, and generate formatted reports.Last updated -126TypeScript