mohit-novo
MCP Servermohit-novopublic

mcp lithic

基于 TypeScript 的 Lithic API 模型上下文协议 (MCP) 服务器,提供对 Lithic 银行和卡服务的只读访问。

Repository Info

1
Stars
2
Forks
1
Watchers
3
Issues
JavaScript
Language
-
License

About This Server

基于 TypeScript 的 Lithic API 模型上下文协议 (MCP) 服务器,提供对 Lithic 银行和卡服务的只读访问。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Lithic MCP Server (TypeScript)

A TypeScript implementation of a Model Context Protocol (MCP) server for Lithic API that provides read-only access to Lithic banking and card services.

Features

  • Modern TypeScript implementation using the MCP SDK
  • Read-only access to all Lithic API endpoints
  • Type-safe tools for accessing Lithic resources
  • Docker support
  • Improved error handling and validation

Quick Start

  1. Build the Docker image:
npm run docker:build
  1. Run the server:
LITHIC_API_KEY=your_key_here npm run docker:run

Manual Setup

  1. Install dependencies:
npm install
  1. Build the TypeScript code:
npm run build
  1. Start the server:
LITHIC_API_KEY=your_key_here npm start

MCP Configuration

Add this to your .cursor/mcp.json or Claude Desktop configuration:

{
  "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"
    }
  }
}

Available Tools

This MCP server provides the following tools:

  • get_resource: Fetch a specific Lithic resource by ID/token
  • list_resources: List resources of a given type

Environment Variables

  • LITHIC_API_KEY - Your Lithic API key (required)
  • LITHIC_API_BASE_URL - Lithic API base URL (default: https://sandbox.lithic.com/v1)

Supported Resource Types

  • card
  • account
  • financial_account
  • transaction
  • event
  • balance
  • dispute
  • external_bank_account
  • report
  • webhook
  • account_holder

Development

For development, you can use the watch mode:

npm run dev

This will automatically rebuild and restart the server when you make changes to the source code.

Quick Start

1

Clone the repository

git clone https://github.com/mohit-novo/mcp-lithic
2

Install dependencies

cd mcp-lithic
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownermohit-novo
Repomcp-lithic
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation