LnExchange MCPノードサービス
これは、LnExchange API と対話してスポット取引機能を提供する Node.js サービスです。
インストール
Node.jsがインストールされていることを確認してください(バージョン16以上を推奨)
このリポジトリをクローンする
依存関係をインストールします:
npm installRelated MCP server: MCP Server for Binance Spot Trading
プロジェクトの構築
TypeScript ファイルを JavaScript にコンパイルするには:
npm run buildこれにより、次のようになります。
tscを使用して TypeScript ファイルをコンパイルするビルドしたファイルを実行可能にする
使用法
ビルド後、次のコマンドでサービスを開始できます。
npm startnpx
Nostr秘密鍵に置き換えてください: xxxxxxxxxxxxxxxxxxxx
{
"mcpServers": {
"lnexchange-mcp-node-service-test": {
"command": "npx",
"args": [
"-y",
"lnexchange-mcp-node-service-test",
"xxxxxxxxxxxxxxxxxxxx"
]
}
}
}依存関係
lnexchange-api-test - LnExchange API クライアント
zod - TypeScriptファーストのスキーマ検証
@modelcontextprotocol/sdk - モデルコンテキストプロトコル SDK
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.