- Explore MCP Servers
- mcp-ta-tool
Mcp Ta Tool
What is Mcp Ta Tool
mcp-ta-tool is a FastMCP server designed for technical analysis of cryptocurrency trading data, focusing on Exponential Moving Average (EMA) calculations for Binance pairs using the SSE transport layer.
Use cases
Use cases for mcp-ta-tool include calculating EMAs for specific cryptocurrency pairs, fetching real-time trading data, and integrating with trading platforms for enhanced analysis.
How to use
To use mcp-ta-tool, clone the repository, set up a virtual environment, install dependencies using the uv package manager, configure your MongoDB connection in a .env file, and run the server with the command ‘uv run mcp-server.py’.
Key features
Key features include the ability to calculate 12 and 26 period EMAs for cryptocurrency price data, real-time date and time information, MongoDB integration for data storage, and support for SSE transport.
Where to use
mcp-ta-tool is primarily used in the cryptocurrency trading sector, particularly for traders and analysts who require technical analysis tools for making informed trading decisions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Ta Tool
mcp-ta-tool is a FastMCP server designed for technical analysis of cryptocurrency trading data, focusing on Exponential Moving Average (EMA) calculations for Binance pairs using the SSE transport layer.
Use cases
Use cases for mcp-ta-tool include calculating EMAs for specific cryptocurrency pairs, fetching real-time trading data, and integrating with trading platforms for enhanced analysis.
How to use
To use mcp-ta-tool, clone the repository, set up a virtual environment, install dependencies using the uv package manager, configure your MongoDB connection in a .env file, and run the server with the command ‘uv run mcp-server.py’.
Key features
Key features include the ability to calculate 12 and 26 period EMAs for cryptocurrency price data, real-time date and time information, MongoDB integration for data storage, and support for SSE transport.
Where to use
mcp-ta-tool is primarily used in the cryptocurrency trading sector, particularly for traders and analysts who require technical analysis tools for making informed trading decisions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.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
-
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.