Lithic MCP 服务器 (TypeScript)
用于 Lithic API 的模型上下文协议 (MCP) 服务器的 TypeScript 实现,提供对 Lithic 银行和卡服务的只读访问。
特征
使用 MCP SDK 的现代 TypeScript 实现
对所有 Lithic API 端点的只读访问权限
用于访问 Lithic 资源的类型安全工具
Docker 支持
改进的错误处理和验证
快速入门
使用 Docker(推荐)
构建 Docker 镜像:
运行服务器:
手动设置
安装依赖项:
构建 TypeScript 代码:
启动服务器:
MCP 配置
将其添加到您的.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)
支持的资源类型
卡片
帐户
财务账户
交易
事件
平衡
争议
外部银行账户
报告
网络钩子
账户持有人
发展
对于开发,您可以使用监视模式:
当您对源代码进行更改时,这将自动重建并重新启动服务器。
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.
模型上下文协议服务器的 TypeScript 实现,提供对 Lithic 银行和卡服务 API 的只读访问。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -12415MIT License
- AsecurityAlicenseAqualityA 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 -4598MIT License
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol server and client that enables interaction with language models (specifically Mistral running on Ollama).Last updated -
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that uses Server-Sent Events for real-time communication and Bearer Token authentication to enable secure interaction with LLM clients like Claude Desktop.Last updated -MIT License