Provides a Node.js service for accessing LnExchange API, allowing for cryptocurrency spot trading operations.
Enables spot trading functionality through the LnExchange API, providing a way to interact with the cryptocurrency exchange programmatically.
Implements the service in TypeScript, providing type safety for cryptocurrency trading operations via the LnExchange API.
Utilizes Zod for TypeScript-first schema validation within the LnExchange trading service.
LnExchange MCP Node Service
This is a Node.js service for interacting with the LnExchange API, providing spot trading functionality.
Installation
Make sure you have Node.js installed (version 16 or higher recommended)
Clone this repository
Install dependencies:
Related MCP server: MCP Server for Binance Spot Trading
Building the Project
To compile TypeScript files to JavaScript:
This will:
Compile TypeScript files using
tscMake the built files executable
Usage
After building, you can start the service with:
npx
Please replace with your Nostr private key: xxxxxxxxxxxxxxxxxxxx
Dependencies
lnexchange-api-test - LnExchange API client
zod - TypeScript-first schema validation
@modelcontextprotocol/sdk - Model Context Protocol SDK