Lithic MCP Server

by mohit-novo

Integrations

  • Provides a TypeScript implementation of a read-only interface to Lithic banking and card services, enabling access to resources like cards, accounts, transactions, balances, disputes, and financial accounts through the Lithic API.

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

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

You must be authenticated.

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

Lithic バンキングおよびカード サービス API への読み取り専用アクセスを提供するモデル コンテキスト プロトコル サーバーの TypeScript 実装。

  1. Features
    1. Quick Start
      1. Using Docker (Recommended)
      2. Manual Setup
    2. MCP Configuration
      1. Available Tools
        1. Environment Variables
          1. Supported Resource Types
            1. Development

              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
                15
                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
                73
                10
                TypeScript
                Apache 2.0

              View all related MCP servers

              ID: 4pvpt9m4sh