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.
Integrations
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.
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:
Building the Project
To compile TypeScript files to JavaScript:
This will:
- Compile TypeScript files using
tsc
- Make 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
This server cannot be installed
A Node.js service that provides spot trading functionality through the LnExchange API.