lnexchange-mcp-node-service-test
v1.0.5-beta.33
Published
This is a Model Context Protocol (MCP) server built with Node.js that provides AI assistants with secure access to LnExchange trading and token management APIs.
Readme
LnExchange MCP Service
This is a Model Context Protocol (MCP) server built with Node.js that provides AI assistants with secure access to LnExchange trading and token management APIs.
Installation
- Make sure you have Node.js installed (version 16 or higher recommended)
- Clone this repository
- Install dependencies:
npm installBuilding the Project
To compile TypeScript files to JavaScript:
npm run buildThis will:
- Compile TypeScript files using
tsc - Make 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
