logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lnexchange-mcp-node-service

Node.js service for interacting with the LnExchange API, providing capabilities for spot trading with minimal setup and management.

Author

lnexchange-mcp-node-service logo

free-free-6

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

lnexchangenodeapilnexchange apinode servicefree lnexchange

LnExchange MCP Node Service

This is a Node.js service for interacting with the LnExchange API, providing spot trading functionality.

Installation

  1. Make sure you have Node.js installed (version 16 or higher recommended)
  2. Clone this repository
  3. Install dependencies:
npm install

Building the Project

To compile TypeScript files to JavaScript:

npm run build

This will: 1. Compile TypeScript files using tsc 2. Make the built files executable

Usage

After building, you can start the service with:

npm start

npx

Please replace with your Nostr private key: xxxxxxxxxxxxxxxxxxxx

{
    "mcpServers": {
        "lnexchange-mcp-node-service-test": {
            "command": "npx",
            "args": [
                "-y",
                "lnexchange-mcp-node-service-test",
                "xxxxxxxxxxxxxxxxxxxx"
            ]
        }
    }
}

Dependencies

See Also

`