Lithic MCP サーバー (TypeScript)
Lithic バンキングおよびカード サービスへの読み取り専用アクセスを提供する、Lithic API 用の Model Context Protocol (MCP) サーバーの TypeScript 実装。
特徴
MCP SDK を使用した最新の TypeScript 実装
すべての Lithic API エンドポイントへの読み取り専用アクセス
Lithic リソースにアクセスするための型安全なツール
Dockerサポート
エラー処理と検証の改善
クイックスタート
Dockerの使用(推奨)
Docker イメージをビルドします。
サーバーを実行します。
手動設定
依存関係をインストールします:
TypeScript コードをビルドします。
サーバーを起動します。
MCP構成
これを.cursor/mcp.json
または Claude Desktop 構成に追加します。
利用可能なツール
この MCP サーバーは次のツールを提供します。
get_resource
: ID/トークンで特定のLithicリソースを取得するlist_resources
: 指定されたタイプのリソースを一覧表示する
環境変数
LITHIC_API_KEY
- Lithic APIキー(必須)LITHIC_API_BASE_URL
- Lithic API ベース URL (デフォルト: https://sandbox.lithic.com/v1 )
サポートされているリソースタイプ
カード
アカウント
金融口座
取引
イベント
バランス
紛争
外部銀行口座
報告
ウェブフック
アカウント所有者
発達
開発の場合は、ウォッチ モードを使用できます。
これにより、ソース コードを変更すると、サーバーが自動的に再構築され、再起動されます。
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.
Lithic バンキングおよびカード サービス API への読み取り専用アクセスを提供するモデル コンテキスト プロトコル サーバーの TypeScript 実装。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.Last updated -12415MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.Last updated -4598MIT License
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol server and client that enables interaction with language models (specifically Mistral running on Ollama).Last updated -
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that uses Server-Sent Events for real-time communication and Bearer Token authentication to enable secure interaction with LLM clients like Claude Desktop.Last updated -MIT License