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: ローカルインストール
オプション2: Dockerを使用する
クロードと一緒に使う
この MCP サーバーを Claude で使用するには、Claude 構成に追加します。
このサーバーを Claude またはモデル コンテキスト プロトコルをサポートする他の AI アシスタントで使用する方法の詳細な手順については、 MCP_USAGE.md を参照してください。
利用可能なリソース
OpenLedger MCP サーバーは、次のリソースへのアクセスを提供します。
- openledger://transactions - 金融取引にアクセスして管理する
- openledger://companies - 企業情報にアクセスして管理する
- openledger://categories - 取引カテゴリにアクセスして管理する
- openledger://reports - 財務レポートを生成する
発達
プロジェクト構造
スクリプト
run.sh
- 依存関係をインストールし、ローカルでサーバーを起動するためのシェルスクリプトdocker-run.sh
- Dockerコンテナ内でサーバーを構築して実行するためのシェルスクリプト
ライセンス
詳細については、 LICENSEファイルを参照してください。
This server cannot be installed
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モデルに構造化されたコンテキストを提供します。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.Last updated -12428JavaScriptMIT License
- -securityFlicense-qualityA 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 -28Python
- -securityFlicense-qualityImplements 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 -90Python
- -securityAlicense-qualityA 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 -471JavaScriptMIT License