A
securityA
licenseA
qualityA 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
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 API 的模型上下文协议 (MCP) 服务器的 TypeScript 实现,提供对 Lithic 银行和卡服务的只读访问。
将其添加到您的.cursor/mcp.json
或 Claude Desktop 配置中:
该 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)对于开发,您可以使用监视模式:
当您对源代码进行更改时,这将自动重建并重新启动服务器。
You must be authenticated.
模型上下文协议服务器的 TypeScript 实现,提供对 Lithic 银行和卡服务 API 的只读访问。