LnExchange MCP Node Service - Secure MCP Server by ALMC Security 2025

LnExchange MCP Node Service

View on GitHub

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

Related in Communication - Secure MCP Servers

Server Summary Actions
MCP Server Whisper A Model Context Protocol (MCP) server for advanced audio transcription and processing using OpenAI's... View
AivisSpeech MCP Simple AivisSpeech Description: An MCP server for seamless integration with the AivisSpeech... View
Whissle MCP Server A Python-based server that provides access to Whissle API endpoints for speech-to-text, diarization,... View
MCP Evolution API A Model Context Protocol (MCP) server for Claude that integrates with Evolution API for WhatsApp aut... View
WhatsApp Web MCP A powerful bridge between WhatsApp Web and AI models using the Model Context Protocol (MCP). This pr... View
Gmail MCP Server An MCP server that lets AI agents search Gmail threads, understand your email writing style, and cre... View