원장 서비스 MCP 서버
Claude를 통해 원장 파일에 접근하고 관리하기 위한 MCP 서버입니다.
구성 요소
도구
서버는 원장 관리를 위한 세 가지 도구를 구현합니다.
- list-accounts : 원장의 모든 계정을 나열합니다.
- "년"을 필수 인수로 사용합니다.
- 사용 가능한 모든 계정의 포맷된 목록을 반환합니다.
- account-balance : 특정 계정의 잔액을 가져옵니다.
- 필수 인수로 "year" 및 "account"를 사용합니다.
- 지정된 계정의 현재 잔액을 반환합니다.
- account-register : 계좌의 거래 내역을 보여줍니다.
- 필수 인수로 "year" 및 "account"를 사용합니다.
- 지정된 계정에 대한 자세한 거래 내역을 반환합니다.
설치
필수 조건
- Python 3.13 이상
uv
패키지 관리자- Node.js와 npm(디버깅용)
PyPI에서 설치
지엑스피1
디버깅
검사기를 사용하여 서버 디버깅:
Claude Desktop 구성
Claude Desktop의 구성 파일에 서버 구성을 추가합니다.
MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
개발
로컬 설정
- 저장소를 복제합니다
- 가상 환경을 생성하고 활성화합니다
- 종속성 설치:
기본 경로는 server.py
의 LEDGER_BASE_PATH
상수를 수정하여 구성할 수 있습니다.
특허
GNU 일반 공중 사용 허가서 버전 3, 2007년 6월 29일
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude를 통해 원장 파일에 접근하고 관리할 수 있는 MCP 서버로, 계정 목록, 잔액 확인, 거래 등록부 보기 기능을 제공합니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.Last updated -3JavaScript
- -securityAlicense-qualityA local MCP server that enables AI applications like Claude Desktop to securely access and work with Obsidian vaults, providing capabilities for reading notes, executing templates, and performing semantic searches.Last updated -60TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables interaction with Safe (formerly Gnosis Safe) smart contract wallets, allowing users to query transactions, get multisig details, and decode transaction data through natural language.Last updated -3JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.Last updated -223MIT License