The MCP Paradex Server acts as a bridge between AI assistants (like Claude) and the Paradex perpetual futures trading platform, enabling AI-driven trading and analysis. With this server, you can:
- Retrieve Market Data: Access price, volume, 24h change, funding rates, BBO, orderbooks, candlestick data (klines), and recent trades
- Manage Trading Accounts: Track and manage accounts, vaults, balances, positions, trade fills, and funding payments
- Place and Manage Orders: Create, cancel, and monitor trading orders with various order types
- Monitor System State: Check system health, operational status, and maintenance schedules
- Perform Advanced Analysis: Access historical data and conduct trading/risk analysis
- Integration with AI Assistants: Seamlessly integrate with AI platforms like Claude via Smithery.ai
- Access Documentation: Retrieve Paradex documentation as needed
Integrates with the Ethereum blockchain through the Paradex perpetual futures trading platform, requiring Ethereum private keys for authentication and trading functionality
MCP Paradex Server
Model Context Protocol (MCP) server implementation for the Paradex trading platform.
Overview
This project provides a bridge between AI assistants (like Claude) and the Paradex perpetual futures trading platform. Using the MCP standard, AI assistants can:
- Retrieve market data from Paradex
- Manage trading accounts and vaults
- Place and manage orders
- Monitor positions and balance
Prerequisites
- Python 3.10+
Installation
Quick Start
Cursor IDE
Click to automatically configure this MCP server in Cursor:
Claude Code CLI
Smithery (Claude Desktop)
Standard Installation
PyPI
uvx (Recommended)
Development Setup
- Clone the repository:
- Install development dependencies:
- Run locally:
Configuration
Environment Variables
Set these environment variables for authentication:
PARADEX_ENVIRONMENT
: Set totestnet
ormainnet
PARADEX_ACCOUNT_PRIVATE_KEY
: Your Paradex account private key
Using .env File
Client Configuration
Claude Desktop
Add to your claude_desktop_config.json
:
Docker
Available Resources and Tools
Resources
System Resources
paradex://system/config
- Get Paradex system configurationparadex://system/time
- Get current system timeparadex://system/state
- Get system operational state
Market Resources
paradex://markets
- List of available marketsparadex://market/summary/{market_id}
- Detailed market information
Vault Resources
paradex://vaults
- List all vaultsparadex://vaults/config
- Global vault configurationparadex://vaults/balance/{vault_id}
- Vault balanceparadex://vaults/summary/{vault_id}
- Comprehensive vault summaryparadex://vaults/transfers/{vault_id}
- Deposit/withdrawal historyparadex://vaults/positions/{vault_id}
- Current trading positionsparadex://vaults/account-summary/{vault_id}
- Trading account information
Tools
System Tools
paradex_system_config
- Get global system configurationparadex_system_state
- Get current system state
Market Tools
paradex_markets
- Get detailed market informationparadex_market_summaries
- Get market summaries with metricsparadex_funding_data
- Get historical funding rate dataparadex_orderbook
- Get current orderbook with customizable depthparadex_klines
- Get historical candlestick dataparadex_trades
- Get recent tradesparadex_bbo
- Get best bid and offer
Account Tools
paradex_account_summary
- Get account summaryparadex_account_positions
- Get current positionsparadex_account_fills
- Get trade fillsparadex_account_funding_payments
- Get funding paymentsparadex_account_transactions
- Get transaction history
Order Tools
paradex_open_orders
- Get all open ordersparadex_create_order
- Create new orderparadex_cancel_orders
- Cancel existing ordersparadex_order_status
- Get order statusparadex_orders_history
- Get historical orders
Vault Tools
paradex_vaults
- Get detailed vault informationparadex_vaults_config
- Get global vault configurationparadex_vault_balance
- Get vault balanceparadex_vault_summary
- Get comprehensive vault summaryparadex_vault_transfers
- Get deposit/withdrawal historyparadex_vault_positions
- Get current vault positionsparadex_vault_account_summary
- Get vault trading account info
Trading Analysis Prompts
Market Analysis
market_overview
- Comprehensive crypto market overviewmarket_analysis
- Detailed technical and microstructure analysis
Position and Portfolio Management
position_management
- Comprehensive position analysiscreate_optimal_order
- Design optimal order parametershedging_strategy
- Develop effective hedging strategiesportfolio_risk_assessment
- Thorough portfolio risk analysisliquidation_protection
- Identify and mitigate liquidation risks
Investment Strategies
vault_analysis
- Comprehensive vault analysis for investment decisionsfunding_rate_opportunity
- Identify funding rate arbitrage opportunitiestrading_consultation
- Interactive trading advice and consultation
Documentation MCP
Enhanced results with Paradex documentation access:
Contributing
Please see CONTRIBUTING.md for information on how to contribute to this project, development setup, and our coding standards.
License
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server implementation that enables AI assistants to interact with the Paradex perpetual futures trading platform, allowing for retrieving market data, managing trading accounts, placing orders, and monitoring positions.
- Overview
- Prerequisites
- Installation
- Running the Server
- Smithery.ai Integration
- Available Resources and Tools
- Trading Analysis Prompts
- Documentation MCP
- Contributing
- License
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with the Deriv trading API, providing access to active trading symbols and account balance information.Last updated -2Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants and applications to interact with decentralized exchanges (DEXs), allowing users to get quotes for token swaps and execute swap transactions.Last updated -321TypeScriptMIT License
- AsecurityAlicenseAqualityA bridge between AI assistants and the Paradex perpetual futures trading platform that enables retrieving market data, managing trading accounts, placing orders, and monitoring positions.Last updated -261MIT License
- -securityFlicense-qualityA Model Context Protocol server that provides Claude with access to AI-powered trading predictions and analysis from the aiprediction.us API, handling authentication, date formatting, and data retrieval.Last updated -Python