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(Model Context Protocol) 서버의 TypeScript 구현으로, Lithic 뱅킹 및 카드 서비스에 대한 읽기 전용 액세스를 제공합니다.
지엑스피1
.cursor/mcp.json
또는 Claude Desktop 구성에 다음을 추가하세요.
이 MCP 서버는 다음과 같은 도구를 제공합니다.
get_resource
: ID/토큰으로 특정 Lithic 리소스를 가져옵니다.list_resources
: 주어진 유형의 리소스를 나열합니다.LITHIC_API_KEY
- Lithic API 키(필수)LITHIC_API_BASE_URL
- Lithic API 기본 URL(기본값: https://sandbox.lithic.com/v1 )개발을 위해 감시 모드를 사용할 수 있습니다.
소스 코드를 변경하면 서버가 자동으로 다시 빌드되고 다시 시작됩니다.
You must be authenticated.
Lithic 뱅킹 및 카드 서비스 API에 대한 읽기 전용 액세스를 제공하는 모델 컨텍스트 프로토콜 서버의 TypeScript 구현입니다.