Skip to main content
Glama
emerzon

MetaTrader5 MCP Server

by emerzon
__init__.py467 B
""" Forecast methods init file to ensure proper imports. """ from __future__ import annotations # Import specific functions to avoid wildcard issues from . import pretrained # Re-export the main forecast functions forecast_chronos_bolt = pretrained.forecast_chronos_bolt forecast_timesfm = pretrained.forecast_timesfm forecast_lag_llama = pretrained.forecast_lag_llama __all__ = [ 'forecast_chronos_bolt', 'forecast_timesfm', 'forecast_lag_llama', ]

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/emerzon/mt-data-mcp'

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