Skip to main content
Glama

metatrader-mcp-server

__init__.py515 B
""" MetaTrader MCP Client package. This package provides a modular interface for communicating with the MetaTrader 5 terminal. """ from .client import MT5Client from .client_order import MT5Order from .exceptions import ( MT5ClientError, ConnectionError, OrderError, MarketError, AccountError, HistoryError ) __all__ = [ "MT5Client", "MT5Order", "MT5ClientError", "ConnectionError", "OrderError", "MarketError", "AccountError", "HistoryError", ]

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/ariadng/metatrader-mcp-server'

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