This project provides a Model Context Protocol (MCP) server that exposes functions from the CCXT library, allowing Large Language Models (LLMs) to interact with cryptocurrency exchanges. It supports tasks like fetching balances, market data, creating orders, and more, in a standardized and asynchronous manner. Built using FastMCP, the server wraps common CCXT functions, provides clear tool definitions using `typing.Annotated` and `pydantic.Field`, and handles authentication for both public market data and private account actions.