loading…
Search for a command to run...
loading…
# CoinEx MCP Server A Model Context Protocol (MCP) server that enables AI agents to interact seamlessly with the CoinEx cryptocurrency exchange. This server pro
https://mcp.coinex.com/mcp to your mcp configuration in agent. for example, use this command to add it to your claude code: claude mcp add --transport http coinex-mcp-server https://mcp.coinex.com/mcp ### Installation via uvx (Support get balance / place order by API key) Configure your MCP client (e.g., Claude Desktop) with the following JSON: json { "mcpServers": { "coinex": { "command": "uvx", "args": ["coinex-mcp-server"], "env": { "COINEX_ACCESS_ID": "your_access_id_here", "COINEX_SECRET_KEY": "your_secret_key_here" } } } } ### HTTP Mode Deployment by source code * install pip install coinex-mcp-server * start the server in HTTP mode: bash python -m coinex_mcp_server.main --transport http --host 127.0.0.1 --port 8000 --path /mcp --enable-http-auth Pass credentials via HTTP headers: - X-CoinEx-Access-Id: <your_access_id> - X-CoinEx-Secret-Key: <your_secret_key> ## Usage Examples - Get Market Tickers: list_markets(market_type="spot") or get_tickers(symbol="BTCUSDT") - Query Order Book: get_orderbook(symbol="BTCUSDT", limit=20) - Check Account Balance: get_account_balance() - Place Order: place_order(symbol="BTCUSDT", side="buy", type="limit", amount="0.01", price="50000") ## Security Notes ⚠️ Important: - Never expose HTTP authentication in public services - Deploy with HTTPS/TLS in production environmentsRun in your terminal:
claude mcp add coinex-mcp-server -- npx -y @smithery/cli run helix-song/coinex_mcp_serverYes, coinex_mcp_server MCP is free — one-click install via Unyly at no cost.
No, coinex_mcp_server runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open coinex_mcp_server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs