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: ローカルインストール

# Clone the repository git clone https://github.com/yourusername/Open-Ledger-MCP-Server.git cd Open-Ledger-MCP-Server # Install dependencies bun install # Set up environment variables cp .env.example .env # Edit .env with your configuration # Start the server bun start

オプション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

クロードと一緒に使う

この MCP サーバーを Claude で使用するには、Claude 構成に追加します。

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

このサーバーを Claude またはモデル コンテキスト プロトコルをサポートする他の 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. クロードと一緒に使う
          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