원장 서비스 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
- AsecurityAlicenseAqualityAn MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.Last updated -27PythonMIT License
- -securityFlicense-qualityAn MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.Last updated -TypeScript
- AsecurityAlicenseAqualityA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.Last updated -112TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server that enables users to buy and manage domains through Claude.Last updated -101Python