LnExchange MCP 节点服务
这是一个用于与 LnExchange API 交互的 Node.js 服务,提供现货交易功能。
安装
确保已安装 Node.js(建议使用 16 或更高版本)
克隆此存储库
安装依赖项:
npm install
构建项目
将 TypeScript 文件编译为 JavaScript:
npm run build
这将:
使用
tsc
编译 TypeScript 文件使构建的文件可执行
用法
构建完成后,您可以使用以下命令启动服务:
npm start
NPX
请替换为您的 Nostr 私钥:xxxxxxxxxxxxxxxxxxxx
{
"mcpServers": {
"lnexchange-mcp-node-service-test": {
"command": "npx",
"args": [
"-y",
"lnexchange-mcp-node-service-test",
"xxxxxxxxxxxxxxxxxxxx"
]
}
}
}
依赖项
lnexchange-api-test - LnExchange API 客户端
zod - TypeScript 优先模式验证
@modelcontextprotocol/sdk - 模型上下文协议 SDK
This server cannot be installed
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.
通过 LnExchange API 提供现货交易功能的 Node.js 服务。
Related MCP Servers
- AsecurityAlicenseAqualityProvides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.Last updated -754MIT License
- -securityFlicense-qualityThis server provides a robust interface for Binance spot trading operations, including secure management of API credentials, execution and management of spot orders, and monitoring of account balances and open orders.Last updated -013
- AsecurityAlicenseAqualityA server implementation that streams real-time Binance market data (spot and futures) via WebSockets, enabling applications to receive and process cryptocurrency market information through the Model Context Protocol.Last updated -62018MIT License
- -securityFlicense-qualityA server application that enables large language models to execute stock trading operations through QMT trading system, providing functionality for account queries, position management, and order placement.Last updated -24