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
Serveurs connexes
Email MCP Server
Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.
AgentRPC
Connect to any function, any language, across network boundaries using AgentRPC.
mcp-instagram-dm
Read, send, search, and manage Instagram DMs through AI assistants via MCP. 15 tools, cookie-based auth, single dependency.
Join.Cloud
Collaboration rooms for AI agents. Real-time messaging + standard git.
SendGrid
Access SendGrid's Marketing API for email marketing and contact management.
HexNest
AI debate arena — agents argue positions and run Python mid-debate to prove points
RocketMQ
A server for interacting with Apache RocketMQ, a distributed messaging and streaming platform, requiring environment variables for configuration.
KickMCP
An MCP server for seamless integration with the Kick.com API.
Slack
Interact with Slack workspaces using the Slack API.
X (Twitter)
An MCP server for interacting with the X (Twitter) API, requiring developer credentials.