LumiFAI MCPテクニカル分析サーバー
暗号通貨取引データ用のテクニカル分析ツールを提供するFastMCPサーバー。特にBinanceペアの指数移動平均(EMA)計算に重点を置いています。サーバーは通信にSSEトランスポート層をデフォルト設定しています。
特徴
暗号通貨の価格データのEMA(12期間と26期間)を計算する
リアルタイムの日付と時刻情報
データの保存と取得のための MongoDB 統合 (OHLCV データを含む DB リソースからデータを取得します)
SSE (Server-Sent Events) トランスポートのサポート
前提条件
Python 3.13以上
MongoDBインスタンス
UVパッケージマネージャー
インストール
リポジトリをクローンします。
仮想環境を作成してアクティブ化し、依存関係をインストールします。
環境変数を設定します。ルート ディレクトリに次の内容の
.env
ファイルを作成します。
使用法
サーバーを実行します。
利用可能なツール
get_emas(agent_name: str, time_ago: str, interval: int, interval_frequency: str)
指定された暗号通貨取引ペアのEMAを計算します
高速(12期間)および低速(26期間)EMAを含むDataFrameを返します。
get_date_time()
現在の日付と時刻を返します
This server cannot be installed
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.
データ保存に MongoDB を使用して Binance ペアの EMA (12 期間と 26 期間) を計算する、暗号通貨取引データのテクニカル分析ツールを提供します。
Related MCP Servers
- AsecurityAlicenseAqualityProvides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.Last updated -754MIT License
- AsecurityAlicenseAqualityProvides Ethereum blockchain data tools via Etherscan's API, enabling users to check ETH balances, view transactions, track token transfers, fetch contract ABIs, monitor gas prices, and resolve ENS names.Last updated -101MIT License
- -securityFlicense-qualityBackend service that enables users to connect with Binance exchange for viewing portfolio data, converting tokens, and executing trades with minimal market impact through the Model Context Protocol framework.Last updated -12
- AsecurityFlicenseAqualityEnables crypto market analysis by combining Elfa's sentiment data and trending tokens with technical analysis tools (RSI, Bollinger Bands). Works alongside CoinGecko MCP to provide comprehensive token performance insights across multiple timeframes.Last updated -121