LnExchange Node Service – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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

  • lnexchange-api-test - LnExchange API client
  • zod - TypeScript-first schema validation
  • @modelcontextprotocol/sdk - Model Context Protocol SDK

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.