Paradex MCP
MCP server for Paradex decentralized perpetual futures exchange via the Model Context Protocol.
Paradex MCP is an MCP server that connects AI agents to the Paradex decentralized perpetual futures exchange. It exposes Paradex’s trading and market data functionality as structured MCP tools, enabling agents to query market conditions, access order book data, and interact with perpetual futures contracts through compatible MCP clients.
The server provides a typed interface for Paradex operations, covering market data retrieval, account information queries, and potentially order management for perpetual futures trading. By wrapping Paradex’s API through the Model Context Protocol, it enables agents to incorporate decentralized derivatives data into research workflows or prepare trading parameters within a structured tool environment.
Configuration requires setting up the server with Paradex account credentials and registering it with an MCP-compatible client. Perpetual futures trading involves leverage and carries significant risk including potential liquidation of positions. Users should implement strict risk controls including position size limits, stop-loss parameters, and mandatory human confirmation before any order execution. Starting with read-only market data operations and gradually enabling trading functionality is the recommended approach.