Skip to main content
Glama

Lithic MCP Server

by mohit-novo

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.

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.

A TypeScript implementation of a Model Context Protocol server providing read-only access to Lithic banking and card services 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 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 -
                9
                5
                12
                TypeScript
                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 -
                31
                1
                8
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A TypeScript implementation of a Model Context Protocol server that enables interaction with StarRocks databases, supporting SQL operations like queries, table creation, and data manipulation through standardized MCP tools.
                Last updated -
                1
                TypeScript

              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