MEXC MCP Server
@RyanLisse
关于 MEXC MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mexc-mcp-server": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MEXC MCP Server?
A Model Context Protocol (MCP) server implementation for MEXC cryptocurrency exchange integration, built with Encore.ts. It provides real-time market data, secure API management, and trading capabilities through MCP tools.
How to use MEXC MCP Server?
Clone the repository, install dependencies with bun install, configure your MEXC API credentials in a .env file, and start the development server with bun run dev. Deployment to Encore Cloud is also supported via the Encore CLI and GitHub Actions.
Key features of MEXC MCP Server
- Real-time ticker prices, order books, and 24h statistics
- Encore.ts secrets management for secure API key storage
- Rate limiting and caching for performance and protection
- Full TypeScript implementation with type safety
- Over 90% test coverage through test-driven development
- Automated CI/CD pipeline with GitHub Actions
Use cases of MEXC MCP Server
- Fetch current ticker price and 24h statistics for any trading pair
- Retrieve the order book (bids/asks) for a symbol
- Place and cancel market or limit orders programmatically
- Check account balances and open orders
- Test MEXC API connectivity and authentication
FAQ from MEXC MCP Server
What are the prerequisites for running MEXC MCP Server?
Bun >= 1.0.0, Node.js >= 18.0.0, Encore CLI (for deployment), and valid MEXC API credentials.
How do I set up local development?
Clone the repo, run bun install, create a .env file with MEXC_API_KEY and MEXC_SECRET_KEY, then start the dev server with bun run dev.
How do I deploy MEXC MCP Server to production?
Install the Encore CLI, authenticate, set environment secrets (encore secret set), then deploy with encore deploy --env=production.
What MCP tools are available?
Tools include mexc_get_ticker, mexc_get_order_book, mexc_place_order, mexc_cancel_order, mexc_get_account_balance, and more—12 tools in total.
How can I test API connectivity and authentication?
Use the tools mexc_test_connectivity (no parameters) and mexc_test_authentication (no parameters) to verify API and credential functionality.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论