Skip to main content
Glama

Lithic MCP Server

by mohit-novo

Lithic MCP サーバー (TypeScript)

Lithic バンキングおよびカード サービスへの読み取り専用アクセスを提供する、Lithic API 用の Model Context Protocol (MCP) サーバーの TypeScript 実装。

特徴

  • MCP SDK を使用した最新の TypeScript 実装
  • すべての Lithic API エンドポイントへの読み取り専用アクセス
  • Lithic リソースにアクセスするための型安全なツール
  • Dockerサポート
  • エラー処理と検証の改善

クイックスタート

Dockerの使用(推奨)

  1. Docker イメージをビルドします。
npm run docker:build
  1. サーバーを実行します。
LITHIC_API_KEY=your_key_here npm run docker:run

手動設定

  1. 依存関係をインストールします:
npm install
  1. TypeScript コードをビルドします。
npm run build
  1. サーバーを起動します。
LITHIC_API_KEY=your_key_here npm start

MCP構成

これを.cursor/mcp.jsonまたは Claude Desktop 構成に追加します。

{ "lithic": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "LITHIC_API_KEY", "-e", "LITHIC_API_BASE_URL", "mcp/lithic" ], "env": { "LITHIC_API_KEY": "your_lithic_api_key_here", "LITHIC_API_BASE_URL": "https://api.lithic.com/v1" } } }

利用可能なツール

この MCP サーバーは次のツールを提供します。

  • get_resource : ID/トークンで特定のLithicリソースを取得する
  • list_resources : 指定されたタイプのリソースを一覧表示する

環境変数

サポートされているリソースタイプ

  • カード
  • アカウント
  • 金融口座
  • 取引
  • イベント
  • バランス
  • 紛争
  • 外部銀行口座
  • 報告
  • ウェブフック
  • アカウント所有者

発達

開発の場合は、ウォッチ モードを使用できます。

npm run dev

これにより、ソース コードを変更すると、サーバーが自動的に再構築され、再起動されます。

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 実装。

  1. 特徴
    1. クイックスタート
      1. Dockerの使用(推奨)
      2. 手動設定
    2. MCP構成
      1. 利用可能なツール
        1. 環境変数
          1. サポートされているリソースタイプ
            1. 発達

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A 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 -
                12
                6
                14
                MIT License
              • A
                security
                A
                license
                A
                quality
                A 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 -
                45
                5
                8
                MIT License
              • -
                security
                F
                license
                -
                quality
                A 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
                -
                quality
                A 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

              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/mohit-novo/mcp-lithic'

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