LnExchange MCP Node Service
Provides a Node.js service for accessing LnExchange API, allowing for cryptocurrency spot trading operations.
Enables spot trading functionality through the LnExchange API, providing a way to interact with the cryptocurrency exchange programmatically.
Implements the service in TypeScript, providing type safety for cryptocurrency trading operations via the LnExchange API.
Utilizes Zod for TypeScript-first schema validation within the LnExchange trading service.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LnExchange MCP Node Serviceshow my current BTC balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 installRelated MCP server: CoinGecko
Building the Project
To compile TypeScript files to JavaScript:
npm run buildThis will:
Compile TypeScript files using
tscMake the built files executable
Usage
After building, you can start the service with:
npm startnpx
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Bitcoin intelligence API. Pay per call via L402 Lightning (10-200 sats). No accounts needed.
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
Discover machine-payable APIs, probe x402 payment terms, and run seller operations. Non-custodial.
Quote, create and track cross-chain crypto swaps. Non-custodial exchange, no account, no KYC.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis server provides a robust interface for Binance spot trading operations, including secure management of API credentials, execution and management of spot orders, and monitoring of account balances and open orders.9 npm14MIT
- AlicenseNot gradedqualityDmaintenanceA powerful and flexible Node.js Express server that provides a comprehensive interface to the CoinGecko cryptocurrency data API. This server supports both the free public API and the Pro API with automatic fallback.6MIT
- AlicenseNot gradedqualityDmaintenanceA Node.js Express server that provides access to CoinGecko's cryptocurrency data through a comprehensive API interface, supporting both free and Pro APIs with automatic fallback functionality.1MIT
- AlicenseBqualityDmaintenanceHigh-performance CCXT MCP server for cryptocurrency exchange integration2466 npm144MIT