Skip to main content
Glama

Open-Ledger-MCP-Server

Official
by openledger

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

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.

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

  1. OpenLedger란 무엇인가요?
    1. MCP란 무엇인가요?
      1. 특징
        1. 빠른 시작
          1. 옵션 1: 로컬 설치
          2. 옵션 2: Docker 사용
        2. Claude와 함께 사용
          1. 사용 가능한 리소스
            1. 개발
              1. 프로젝트 구조
                1. 스크립트
                  1. 특허

                    Related MCP Servers

                    • -
                      security
                      A
                      license
                      -
                      quality
                      A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.
                      Last updated -
                      1
                      24
                      28
                      JavaScript
                      MIT License
                      • Apple
                    • -
                      security
                      F
                      license
                      -
                      quality
                      A Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.
                      Last updated -
                      28
                      Python
                      • Linux
                      • Apple
                    • -
                      security
                      F
                      license
                      -
                      quality
                      Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
                      Last updated -
                      90
                      Python
                      • Apple
                      • Linux
                    • -
                      security
                      A
                      license
                      -
                      quality
                      A Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.
                      Last updated -
                      47
                      1
                      JavaScript
                      MIT License
                      • Linux

                    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/openledger/Open-Ledger-MCP-Server'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server