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.
Integrations
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
Installing via Smithery
To install mcp-paradex-py for Claude Desktop automatically via Smithery:
Using pip
- Clone this repository:Copy
- Create a virtual environment:Copy
- Install dependencies:Copy
Using uv (faster alternative)
- Clone this repository:Copy
- Create a virtual environment:Copy
- Install dependencies:Copy
Configuration
Set up your configuration:
Then edit the .env
file with your Paradex credentials.
Running the Server
Docker (recommended)
In Cursor add MCP as command
Public only
Allow trading
Smithery.ai Integration
This MCP server is compatible with Smithery.ai, a platform for discovering and deploying MCP servers.
Claude Desktop Configuration
To use this server with Claude Desktop via Smithery.ai:
- Open Claude Desktop and enable Developer Mode from the menu
- Go to Settings > Developer and click "Edit Config"
- Add the following configuration to your
claude_desktop_config.json
:
- Replace
your_ethereum_private_key
with your actual Paradex private key - Save the file and restart Claude Desktop
Smithery.ai Registry
The server includes a smithery.yaml
file with metadata for the Smithery.ai registry. If you want to publish this server to Smithery.ai, you can use the Smithery CLI:
For more information about publishing to Smithery.ai, see the Smithery documentation.
Available Resources and Tools
Resources
System Resources
system://status
- Get the current status of the system and Paradex connectionsystem://version
- Get detailed version information about the server and dependenciessystem://health
- Perform a basic health check of the server
Market Resources
market://public/markets
- Get a list of available markets from Paradexmarket://public/info
- Get general market information and status
Vault Resources
vaults://list
- List all vaults associated with the accountvaults://balance
- Get the balance of a specific vaultvaults://details
- Get detailed information about a vault
Tools
System Tools
paradex_system_config
- Get global Paradex system configurationparadex_system_state
- Get current system state
Market Tools
paradex_markets
- Get detailed information about markets, including base/quote assets, tick size, and other trading parametersparadex_market_summaries
- Get summaries with price, volume, 24h change, and other key market metricsparadex_funding_data
- Get historical funding rate data for perpetual marketsparadex_orderbook
- Get the current orderbook for a market with customizable depthparadex_klines
- Get historical candlestick (OHLCV) data for a marketparadex_trades
- Get recent trades for a market with price, size, and timestamp informationparadex_bbo
- Get best bid and offer (tightest spread) for a market
Account Tools
paradex_account_summary
- Get account summary informationparadex_account_positions
- Get current account positionsparadex_account_fills
- Get account trade fillsparadex_account_funding_payments
- Get account funding paymentsparadex_account_transactions
- Get account transaction history
Order Tools
paradex_open_orders
- Get all open orders for an accountparadex_create_order
- Create a new order on Paradexparadex_cancel_orders
- Cancel existing ordersparadex_order_status
- Get the status of an orderparadex_orders_history
- Get historical orders for an account
Vault Tools
paradex_vaults
- Get detailed information about specific vaults or all vaults with filtering optionsparadex_vaults_config
- Get global configuration for vaults including fees, limits, and other settingsparadex_vault_balance
- Get the current balance of a vault with available/locked funds informationparadex_vault_summary
- Get comprehensive summary of vault performance, balance, and activityparadex_vault_transfers
- Get deposit and withdrawal history for a vaultparadex_vault_positions
- Get current trading positions for a vault with market, size, entry price detailsparadex_vault_account_summary
- Get trading account information for a vault including margin and risk metrics
Contributing
Please see CONTRIBUTING.md for information on how to contribute to this project, development setup, and our coding standards.
License
You must be authenticated.
Tools
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
- Contributing
- License