by sv
Connect AI agents to the Paradex trading platform for seamless market data retrieval, account management, and trade execution.
mcp-paradex-py is a Model Context Protocol (MCP) server implementation that acts as a bridge between AI assistants (like Claude) and the Paradex perpetual futures trading platform. It enables AI agents to interact with Paradex for various trading activities.
claude mcp add paradex uvx mcp-paradex
npx -y @smithery/cli install @sv/mcp-paradex-py --client claude
pip install mcp-paradex
uvx mcp-paradex
PARADEX_ENVIRONMENT
(testnet
or mainnet
) and PARADEX_ACCOUNT_PRIVATE_KEY
..env.template
to .env
and edit with your credentials.claude_desktop_config.json
.PARADEX_ENVIRONMENT
and PARADEX_ACCOUNT_PRIVATE_KEY
environment variables.paradex-docs-mcp
configuration.CONTRIBUTING.md
file for contribution guidelines and development setup.Model Context Protocol (MCP) server implementation for the Paradex trading platform.
This project provides a bridge between AI assistants (like Claude) and the Paradex perpetual futures trading platform. Using the MCP standard, AI assistants can:
Click to automatically configure this MCP server in Cursor:
claude mcp add paradex uvx mcp-paradex
npx -y @smithery/cli install @sv/mcp-paradex-py --client claude
pip install mcp-paradex
uvx mcp-paradex
Clone the repository:
git clone https://github.com/sv/mcp-paradex-py.git
cd mcp-paradex-py
Install development dependencies:
uv sync --dev --all-extras
Run locally:
uv run mcp-paradex
Set these environment variables for authentication:
PARADEX_ENVIRONMENT
: Set to testnet
or mainnet
PARADEX_ACCOUNT_PRIVATE_KEY
: Your Paradex account private keycp .env.template .env
# Edit .env with your credentials
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"paradex": {
"command": "uvx",
"args": ["mcp-paradex"],
"env": {
"PARADEX_ENVIRONMENT": "testnet",
"PARADEX_ACCOUNT_PRIVATE_KEY": "your_private_key"
}
}
}
}
# Build image
docker build . -t sv/mcp-paradex-py
# Run (public only)
docker run --rm -i sv/mcp-paradex-py
# Run with trading capabilities
docker run --rm -e PARADEX_ACCOUNT_PRIVATE_KEY=your_key -i sv/mcp-paradex-py
paradex://system/config
- Get Paradex system configurationparadex://system/time
- Get current system timeparadex://system/state
- Get system operational stateparadex://markets
- List of available marketsparadex://market/summary/{market_id}
- Detailed market informationparadex://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 informationparadex_system_config
- Get global system configurationparadex_system_state
- Get current system stateparadex_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 offerparadex_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 historyparadex_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 ordersparadex_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 infomarket_overview
- Comprehensive crypto market overviewmarket_analysis
- Detailed technical and microstructure analysisposition_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 risksvault_analysis
- Comprehensive vault analysis for investment decisionsfunding_rate_opportunity
- Identify funding rate arbitrage opportunitiestrading_consultation
- Interactive trading advice and consultationEnhanced results with Paradex documentation access:
"paradex-docs-mcp": {
"command": "uvx",
"args": [
"--from",
"mcpdoc",
"mcpdoc",
"--urls",
"Paradex:https://docs.paradex.trade/llms.txt",
"--transport",
"stdio"
]
}
Please see CONTRIBUTING.md for information on how to contribute to this project, development setup, and our coding standards.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.