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 API 的模型上下文协议 (MCP) 服务器的 TypeScript 实现,提供对 Lithic 银行和卡服务的只读访问。

特征

  • 使用 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/token 获取特定的 Lithic 资源
  • list_resources :列出给定类型的资源

环境变量

  • LITHIC_API_KEY - 您的 Lithic API 密钥(必需)
  • LITHIC_API_BASE_URL - Lithic API 基本 URL(默认值: https ://sandbox.lithic.com/v1)

支持的资源类型

  • 卡片
  • 帐户
  • 财务账户
  • 交易
  • 事件
  • 平衡
  • 争议
  • 外部银行账户
  • 报告
  • 网络钩子
  • 账户持有人

发展

对于开发,您可以使用监视模式:

npm run dev

当您对源代码进行更改时,这将自动重建并重新启动服务器。

You must be authenticated.

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

模型上下文协议服务器的 TypeScript 实现,提供对 Lithic 银行和卡服务 API 的只读访问。

  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