LnExchange MCP Node Service
A Node.js service for interacting with the LnExchange API for spot trading.
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:
npm install
Building the Project
To compile TypeScript files to JavaScript:
npm run build
This will:
- Compile TypeScript files using
tsc - 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
Related Servers
Voice Mode
A server for natural voice conversations with AI assistants like Claude and ChatGPT.
IMAP
Browse and manage emails from any IMAP server.
MCP Server for Intercom
Access and analyze customer support data from Intercom.
Slack
Interact with Slack workspaces using the Slack API.
Beeper
A server for interacting with the Beeper communication network.
A2A MCP Server
A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
FastIntercom
A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.
Agent2Models
Access GPT-5, Claude, Gemini and other models through a single MCP connection. Save development time and money on subscriptions.
Email Processing
An email processing server that uses MongoDB for semantic search and SQLite for efficient storage and retrieval.
Telnet MCP Server
A secure telnet client for LLM applications, designed for defensive security analysis of network devices.