Crypto Trading MCP
Supports cryptocurrency spot trading on Binance, allowing price lookup and trading operations through the Binance exchange API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Crypto Trading MCPcheck current price of BTC on Binance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Crypto Trading MCP (Model Context Protocol)
A simple Model Context Protocol (MCP) server for price lookup and trading across multiple cryptocurrency exchanges.
https://github.com/user-attachments/assets/34f3a431-9370-4832-923e-ab89bf1d4913
Requirements
Python 3.10 or higher
Related MCP server: CCXT MCP Server
Supported Exchanges
Currently supports spot trading only.
Upbit
Gate.io
Binance
More exchanges will be added in the future.
Environment Setup
Add the authentication information required by each exchange to the environment variables.
For example, Upbit is as follows:
UPBIT_ACCESS_KEY="your-access-key"
UPBIT_SECRET_KEY="your-secret-key"Development Guide
Adding a New Exchange
Create a new exchange class inheriting from
CryptoExchangeabstract classImplement required API methods
Write test cases
Register the new exchange in the factory class
Running Tests
# Install test dependencies
uv pip install -e ".[test]"
# Run tests
pytestThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.1211 npm16MIT
- AlicenseBqualityDmaintenanceA server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to over 100 exchanges and their trading capabilities.20148 npm93MIT
- FlicenseBqualityDmaintenanceA Model Control Protocol (MCP) server that provides cryptocurrency trading interfaces for Binance exchange, enabling functions like real-time price fetching, account balance queries, order placement/cancellation, and automated arbitrage strategies.914-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables LLMs to interact with cryptocurrency exchanges through CCXT, allowing for tasks like fetching balances, market data, creating orders, and trading operations in a standardized way.8MIT