coinex-mcp

Access CoinEx market data and authenticated trading APIs via HTTP or CLI.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill coinex-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coinex-mcp
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/trading/coinex-mcp
Command: npx skills add https://github.com/readtheskill/readtheskill --skill coinex-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides programmatic access to CoinEx exchange endpoints so AI agents can retrieve market data and perform authenticated trading operations without manual API orchestration.

Core Features & Use Cases

  • Market & Futures Data: Public endpoints for market and futures-specific data to inform trading decisions.
  • Account & Trading: Authenticated account access for placing orders, checking balances, and managing positions.
  • Flexible Deployment: Operates as an online HTTP service or a local install with advanced CLI arguments and HTTP authentication modes.
  • Use Case: Equip an agent with live market feeds and trading ability to execute automated strategies, monitor positions, or relay market updates to downstream systems.

Quick Start

Run the CoinEx MCP server with your CoinEx API credentials to expose authenticated trading and public market endpoints for agent use.

Frequently Asked Questions about coinex-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable automated trading on CoinEx for an AI agent?

You can retrieve CoinEx market data by running the MCP server, which exposes public endpoints for spot and futures market data to inform your automated trading strategies.

Do I need API credentials to place orders on CoinEx through an agent?

Yes, you need CoinEx API credentials to place orders and manage positions, as authenticated account access is required for trading operations through the MCP server.

Can I deploy the CoinEx trading API service locally instead of using an HTTP service?

Yes, you can deploy the CoinEx trading API locally or as an HTTP service, with both installation modes supporting advanced CLI arguments and HTTP authentication.

What markets are supported for automated agent trading on CoinEx?

Automated agent trading on CoinEx supports both spot and futures markets, allowing agents to retrieve market data, place orders, and manage positions across both market types.

Are there limitations to using an MCP server for CoinEx exchange operations?

The MCP server requires valid CoinEx API credentials and proper HTTP authentication configuration, meaning it cannot execute trades or fetch private account data without correct setup and authorized access.