Paradex MCP Server (verified)
MCP server for the Paradex perpetual futures trading platform. Retrieve market data, manage trading accounts and vaults, place and manage orders, and monitor positions and balances.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tradeparadex/mcp-paradex-py
# Browse available tools
npx -y smithery tool list tradeparadex/mcp-paradex-py
# Get full schema for a tool
npx -y smithery tool get tradeparadex/mcp-paradex-py paradex_filters_model
# Call a tool
npx -y smithery tool call tradeparadex/mcp-paradex-py paradex_filters_model '{}'Direct MCP Connection
Endpoint: https://mcp-paradex.run.tools
Optional config:
paradexEnvironment(query) — The Paradex environment (testnet or prod)paradexAccountPrivateKey(query) — Your Paradex account private key
Tools (16)
paradex_filters_modelparadex_marketsparadex_market_summariesparadex_funding_dataparadex_orderbookparadex_klinesparadex_tradesparadex_bboparadex_system_configparadex_system_stateparadex_vaultsparadex_vault_balanceparadex_vault_summaryparadex_vault_transfersparadex_vault_positionsparadex_vault_account_summary
# Get full input/output schema for a tool
npx -y smithery tool get tradeparadex/mcp-paradex-py Resources
paradex://marketsparadex://system/configparadex://system/timeparadex://system/stateparadex://vaultsparadex://vaults/config
Prompts (11)
getting_started— Welcome prompt showing auth status and available capabilitiesmarket_overview(volume_threshold, price_change_threshold) — Get a brief overview of the crypto market on Paradexmarket_analysis(market_id, timeframe, risk_percent, account_balance) — Concise analysis of a specific market with a position recommendationposition_management(target_risk, max_correlation, profit_taking_strategy) — Review open positions and recommend actionscreate_optimal_order(market_id, side, risk_percent, urgency, order_type) — Generate optimized order parameters for a tradehedging_strategy(market_id, position_id, hedge_purpose, hedge_duration, hedge_percentage) — Design a hedge for an existing positionvault_analysis(investment_objective, risk_tolerance, time_horizon) — Compare vaults and recommend top picksportfolio_risk_assessment(max_concentration, target_var, stress_scenario) — Assess portfolio risk and flag top issuesfunding_rate_opportunity(timeframe, min_annual_yield, risk_percent, strategy_preference) — Find funding rate opportunities above a yield thresholdliquidation_protection(safety_threshold_hours, max_liquidation_probability, risk_tolerance) — Check positions for liquidation risk and provide protective actionstrading_consultation— Interactive trading consultation prompt sequence