Labsco
free-free-6 logo

LnExchange MCP Node Service

from free-free-6

A Node.js service for interacting with the LnExchange API for spot trading.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

LnExchange MCP Node Service

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

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

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