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
Prerequisites
- Python 3.13 or higher
- MongoDB instance
- uv package manager
Installation
- Clone the repository:
git clone <repository-url>
cd lumifai-mcp-ta
- Create and activate a virtual environment and install dependencies:
uv sync
- Set up environment variables:
Create a
.envfile in the root directory with the following content:
MONGODB_URI=your_mongodb_connection_string
Usage
Run the server:
uv run mcp-server.py
Available 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
LumiFAI Technical Analysis Server
Project Details
- Lumif-ai/mcp-ta-tool
- Last Updated: 3/9/2025
Recomended MCP Servers
Ce MCP permet d'interagir avec l'API Recherche d'entreprises mise à disposition par data.gouv.fr.
A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable...
Fine-tuning & Reinforcement Learning for LLMs. 🦥 Train Qwen3, Llama 4, DeepSeek-R1, Gemma 3, TTS 2x faster with...
A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility.
A MCP‑like server using the DeepSeek API for Terminal
MCP Server to retrieve documentation for a package
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure...
This read-only MCP Server allows you to connect to Sybase IQ data from Claude Desktop through CData JDBC...
MCP tool that lets Cline inquire about a code base
MCP server for code collection and documentation





