Skip to main content
Glama
Lumif-ai

LumiFAI MCP Technical Analysis Server

by Lumif-ai

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

  1. Clone the repository:

git clone <repository-url>
cd lumifai-mcp-ta
  1. Create and activate a virtual environment and install dependencies:

uv sync
  1. Set up environment variables: Create a .env file 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

  1. 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

  2. get_date_time()

    • Returns the current date and time

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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).
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Binance - 340 tools for market data, order books, and trading pairs

  • Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

  • Binance Futures market intelligence: funding, OI, order book, klines, cross-exchange comparison.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lumif-ai/mcp-ta-tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server