LumiFAI MCP 技术分析服务器
FastMCP 服务器提供加密货币交易数据的技术分析工具,尤其专注于币安交易对的指数移动平均线 (EMA) 计算。该服务器默认使用 SSE 传输层进行通信。
特征
计算加密货币价格数据的 EMA(12 和 26 个周期)
实时日期和时间信息
MongoDB 集成用于数据存储和检索(从包含 OHLCV 数据的 DB 资源中获取数据)
SSE(服务器发送事件)传输支持
先决条件
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 进行数据存储,计算币安对的 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