hoanlv214/binance-mexc-mcp
3.1
If you are the rightful owner of binance-mexc-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.
The Binance-MEXC MCP Agent is a tool designed to fetch real-time token price data from Binance and MEXC, integrating seamlessly with AI Agent systems.
Binance-MEXC MCP Agent
📌 Giới thiệu
Đây là một MCP Agent giúp fetch dữ liệu giá token trực tiếp từ Binance và MEXC.
Agent có thể được tích hợp vào hệ thống AI Agent (như COAI Agent, Ratex Agent, v.v.) để truy vấn giá token theo thời gian thực.
⚙️ Cấu hình
Trong file server.json
(hoặc config MCP server), bạn cần khai báo:
{
"mcpServers": {
"binance-mexc-mcp": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-binance-mexc"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
}
}
}
}