LumiFAI MCP Technical Analysis Server
Processes cryptocurrency trading data from Binance pairs, specifically calculating and providing Exponential Moving Average (EMA) technical analysis indicators
Integrates with MongoDB for storage and retrieval of OHLCV (Open, High, Low, Close, Volume) cryptocurrency data which serves as the basis for technical analysis
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LumiFAI MCP Technical Analysis Servercalculate EMAs for BTC/USDT over the last 24 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LumiFAI MCP Technical Analysis Server
A FastMCP server that provides technical analysis tools for cryptocurrency trading data, specifically focusing on Exponential Moving Average (EMA) calculations for Binance pairs. The server defaults to SSE transport layer for communication.
Features
Calculate EMAs (12 and 26 periods) for cryptocurrency price data
Real-time date and time information
MongoDB integration for data storage and retrieval (Fetches data from DB resource which contains OHLCV data)
SSE (Server-Sent Events) transport support
Related MCP server: crypto-powerdata-mcp
Prerequisites
Python 3.13 or higher
MongoDB instance
uv package manager
Installation
Clone the repository:
git clone <repository-url>
cd lumifai-mcp-taCreate and activate a virtual environment and install dependencies:
uv syncSet up environment variables: Create a
.envfile in the root directory with the following content:
MONGODB_URI=your_mongodb_connection_stringUsage
Run the server:
uv run mcp-server.pyAvailable Tools
get_emas(agent_name: str, time_ago: str, interval: int, interval_frequency: str)Calculates EMAs for specified cryptocurrency trading pairs
Returns a DataFrame with fast (12-period) and slow (26-period) EMAs
get_date_time()Returns the current date and time
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Binance - 340 tools for market data, order books, and trading pairs
Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution
Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides real-time cryptocurrency market data from Binance API, including price queries, 24h statistics, K-line data, market trend analysis, and order book depth information for trading analysis.101MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP service for cryptocurrency data acquisition with advanced technical analysis capabilities, supporting 100+ exchanges, 158 TA-Lib indicators, and dual transport protocols (stdio and HTTP/SSE).5MIT
- AlicenseNot gradedqualityCmaintenanceProvides real-time cryptocurrency trading signals and technical analysis via Binance, supporting multiple timeframes and indicators.213MIT
- AlicenseDqualityDmaintenanceA powerful cryptocurrency analysis MCP server that adds advanced technical analysis capabilities to the original Binance MCP implementation.151Apache 2.0