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

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

Install 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 production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.
                Last updated -
                1
                1
                12
                JavaScript
                MIT License
              • A
                security
                F
                license
                A
                quality
                A TypeScript-based template for developing Model Context Protocol servers with features like dependency injection and service-based architecture, facilitating the creation and integration of custom data processing tools.
                Last updated -
                1
                2
                TypeScript
              • -
                security
                F
                license
                -
                quality
                A simple TypeScript library for creating Model Context Protocol (MCP) servers with features like type safety, parameter validation, and a minimal code API.
                Last updated -
                1
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that provides tools for interacting with the Paddle Billing API, enabling users to manage products, prices, customers, transactions, subscriptions, and create custom financial reports.
                Last updated -
                8
                43
                19
                TypeScript
                Apache 2.0

              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