remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides a Node.js service for accessing LnExchange API, allowing for cryptocurrency spot trading operations.
Enables spot trading functionality through the LnExchange API, providing a way to interact with the cryptocurrency exchange programmatically.
Implements the service in TypeScript, providing type safety for cryptocurrency trading operations via the LnExchange API.
LnExchange MCPノードサービス
これは、LnExchange API と対話してスポット取引機能を提供する Node.js サービスです。
インストール
- Node.jsがインストールされていることを確認してください(バージョン16以上を推奨)
- このリポジトリをクローンする
- 依存関係をインストールします:
プロジェクトの構築
TypeScript ファイルを JavaScript にコンパイルするには:
これにより、次のようになります。
tsc
を使用して TypeScript ファイルをコンパイルする- ビルドしたファイルを実行可能にする
使用法
ビルド後、次のコマンドでサービスを開始できます。
npx
Nostr秘密鍵に置き換えてください: xxxxxxxxxxxxxxxxxxxx
依存関係
- lnexchange-api-test - LnExchange API クライアント
- zod - TypeScriptファーストのスキーマ検証
- @modelcontextprotocol/sdk - モデルコンテキストプロトコル SDK
This server cannot be installed
LnExchange API を通じてスポット取引機能を提供する Node.js サービス。