Servicio de nodo MCP de LnExchange
Este es un servicio Node.js para interactuar con la API de LnExchange y proporcionar funcionalidad de comercio al contado.
Instalación
- Asegúrese de tener instalado Node.js (se recomienda la versión 16 o superior)
- Clonar este repositorio
- Instalar dependencias:
Construyendo el Proyecto
Para compilar archivos TypeScript en JavaScript:
Esto hará lo siguiente:
- Compilar archivos TypeScript usando
tsc
- Hacer que los archivos creados sean ejecutables
Uso
Después de la construcción, puede iniciar el servicio con:
npx
Reemplace con su clave privada Nostr: xxxxxxxxxxxxxxxxxxxx
Dependencias
- lnexchange-api-test - Cliente de la API de LnExchange
- zod - Validación de esquemas basada en TypeScript
- @modelcontextprotocol/sdk - SDK del protocolo de contexto de modelo
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.
Un servicio Node.js que proporciona funcionalidad de comercio al contado a través de la API LnExchange.
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 -752PythonMIT 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 -314TypeScript
- 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 -673417TypeScriptMIT License
- AsecurityFlicenseAqualityA backend service that enables interaction with the Binance exchange API, allowing users to view their portfolio, convert tokens, and execute trades with minimal market impact.Last updated -1038TypeScript