Open-Ledger-MCP-Server

Official

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

OpenLedger MCP 서버

OpenLedger API를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버는 MCP 사양에 따라 AI 모델에 구조화된 컨텍스트를 제공합니다.

OpenLedger란 무엇인가요?

OpenLedger 는 고객의 재무 데이터를 플랫폼에 통합하여 단일 정보 소스를 생성하는 내장형 회계 API입니다. 또한 API를 통해 원장을 완벽하게 관리할 수 있어 AI 에이전트에 이상적입니다. 이 MCP 서버를 통해 Claude와 같은 AI 비서가 OpenLedger API와 체계적인 방식으로 상호 작용할 수 있습니다.

MCP란 무엇인가요?

모델 컨텍스트 프로토콜(MCP)은 AI 모델에 컨텍스트를 제공하는 표준입니다. 애플리케이션과 AI 모델 간의 구조화된 데이터 교환을 가능하게 하여 더욱 효과적이고 상황에 맞는 AI 상호작용을 가능하게 합니다.

자세한 내용은 modelcontextprotocol.io 에서 확인하세요.

특징

  • MCP 호환 서버 구현
  • OpenLedger API 와 통합
  • 재무 데이터를 위한 상황 인식 AI 상호 작용
  • 거래, 회사 및 기타 금융 기관에 대한 지원

빠른 시작

옵션 1: 로컬 설치

지엑스피1

옵션 2: Docker 사용

# Clone the repository git clone https://github.com/yourusername/Open-Ledger-MCP-Server.git cd Open-Ledger-MCP-Server # Build and run with Docker Compose docker-compose up --build # Or use the provided script ./docker-run.sh

Claude와 함께 사용

이 MCP 서버를 Claude와 함께 사용하려면 Claude 구성에 추가하세요.

{ "mcpServers": { "openledger": { "url": "http://localhost:8080/mcp" } } }

Claude나 Model Context Protocol을 지원하는 다른 AI 어시스턴트와 함께 이 서버를 사용하는 방법에 대한 자세한 지침은 MCP_USAGE.md를 참조하세요.

사용 가능한 리소스

OpenLedger MCP 서버는 다음 리소스에 대한 액세스를 제공합니다.

  1. openledger://transactions - 금융 거래에 접근하고 관리하세요
  2. openledger://companies - 회사 정보에 액세스하고 관리합니다
  3. openledger://categories - 거래 카테고리에 액세스하고 관리합니다.
  4. openledger://reports - 재무 보고서 생성

개발

# Run in development mode with hot reloading bun dev # Run tests bun test # Build for production bun run build

프로젝트 구조

. ├── src/ │ ├── controllers/ # Request handlers │ ├── routes/ # API routes │ ├── utils/ # Utility functions │ └── index.ts # Main application entry point ├── .env.example # Example environment variables ├── docker-compose.yml # Docker Compose configuration ├── Dockerfile # Docker configuration ├── MCP_USAGE.md # Guide for using with Claude ├── package.json # Project dependencies ├── README.md # This file ├── run.sh # Script to run locally └── tsconfig.json # TypeScript configuration

스크립트

  • run.sh - 종속성을 설치하고 서버를 로컬로 시작하는 쉘 스크립트
  • docker-run.sh - Docker 컨테이너에서 서버를 빌드하고 실행하는 셸 스크립트

특허

자세한 내용은 LICENSE 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

OpenLedger API를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버는 MCP 사양에 따라 AI 모델에 구조화된 컨텍스트를 제공합니다.

  1. What is OpenLedger?
    1. What is MCP?
      1. Features
        1. Quick Start
          1. Option 1: Local Installation
          2. Option 2: Using Docker
        2. Using with Claude
          1. Available Resources
            1. Development
              1. Project Structure
                1. Scripts
                  1. License
                    ID: fyxyh3fpk8