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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
LINE Official Account
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
LGTM Images
Fetches random LGTM (Looks Good To Me) images for use in code reviews and developer communications.
Claude MCP Slack
A GitHub Action that functions as a Slack MCP server, enabling secure image downloads and integrations with Slack.
Hacker News MCP Server
Access Hacker News stories, comments, and user profiles using the Hacker News API.
AgentSIM
Real SIM-backed mobile numbers for AI agents. Provision phone numbers, receive SMS, and capture OTP codes — bypasses VoIP blocks that reject Twilio/Vonage. 5 tools: provision_number, wait_for_otp, get_messages, release_number, list_numbers.
Email sending MCP
Sends emails using the Resend API. Requires a Resend API key.
TextForge
The MCP email server with human approval — AI drafts emails, you approve before they send. Works with Claude Code, Cursor, Windsurf, and any MCP client.
DeepL
Translate text using the DeepL API.
Human-in-the-Loop Slack MCP Server
Allows AI assistants to request information and receive responses from humans via Slack.
Webhooks MCP
Send HTTP requests to webhooks with dynamic parameters.