Crypto Trading MCP
加密交易 MCP(模型上下文协议)
一个简单的模型上下文协议 (MCP) 服务器,用于跨多个加密货币交易所进行价格查找和交易。
https://github.com/user-attachments/assets/34f3a431-9370-4832-923e-ab89bf1d4913
要求
Python 3.10 或更高版本
Related MCP server: CCXT MCP Server
支持的交易所
目前仅支持现货交易。
Upbit
Gate.io
币安
未来将增加更多的交易所。
环境设置
将每个交易所需要的认证信息添加到环境变量中。
例如,Upbit 如下:
UPBIT_ACCESS_KEY="your-access-key"
UPBIT_SECRET_KEY="your-secret-key"开发指南
添加新的交易所
创建一个新的交易所类,继承自
CryptoExchange抽象类实现所需的 API 方法
编写测试用例
在工厂类中注册新的交易所
运行测试
# Install test dependencies
uv pip install -e ".[test]"
# Run tests
pytestThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.122216MIT
- 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.2020993MIT
- 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
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/vkdnjznd/crypto-trading-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server