crypto-trading-mcp
If you are the rightful owner of crypto-trading-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple Model Context Protocol (MCP) server for price lookup and trading across multiple cryptocurrency exchanges.
The Crypto Trading MCP server is designed to facilitate cryptocurrency trading by providing a unified interface for price lookup and trading across multiple exchanges. It currently supports spot trading on popular exchanges such as Upbit, Gate.io, and Binance, with plans to expand support to additional exchanges in the future. The server is built using Python 3.10 or higher and requires users to set up environment variables for authentication with each exchange. The development guide provides instructions for adding new exchanges, ensuring the server can be easily extended to support more platforms. The server also includes a testing framework to ensure reliability and correctness of the trading operations.
Features
- Unified Interface: Provides a single interface for trading across multiple cryptocurrency exchanges.
- Spot Trading: Currently supports spot trading on Upbit, Gate.io, and Binance.
- Extensible: Easily add support for new exchanges by implementing a new exchange class.
- Testing Framework: Includes a testing framework to ensure reliability and correctness.
- Environment Setup: Requires environment variables for secure authentication with exchanges.