MCP.so
Sign In

MEXC MCP Server

@RyanLisse

About MEXC MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

RyanLisse

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mexc-mcp-server": {
      "command": "bun",
      "args": [
        "run",
        "dev"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers