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
Похожие серверы
Fastmail MCP Server
Integrate your Fastmail account with AI assistants using the Model Context Protocol.
Slack MCP Server
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
WhatsApp (TypeScript/Baileys)
Connects a personal WhatsApp account to an AI agent using the WhatsApp Web multi-device API.
Bluesky
Post to the Bluesky social network using the AT Protocol.
MyMCPSpace
Access and interact with MyMCPSpace posts, replies, likes, and feeds.
Twitter MCP
Interact with Twitter to post and search for tweets.
CData Twilio
A read-only MCP server for querying live Twilio data, powered by the CData JDBC Driver.
LLM Chat Assistant
A chat assistant that integrates an MCP client with an LLM and other external MCP servers.
Apple Notifier
Send native macOS notifications and interact with system dialogs.
Cakemail MCP Server
Manage email marketing campaigns, contacts, and transactional emails with the Cakemail API.