Connects Claude to Paradex, a Starknet-based perpetuals exchange. Exposes market data queries (orderbook depth, klines, funding rates, best bid/offer), account management (positions, fills, funding payments), and live trading operations (create orders, cancel orders, check status). Also surfaces vault resources for balance checks, transfer history, and position tracking. Useful when you need Claude to monitor perp positions, analyze funding rate arb opportunities, or execute trades directly on Paradex. Ships with pre-built prompts for portfolio risk assessment and liquidation protection. Supports testnet and prod environments via private key auth.
Public tool metadata for what this MCP can expose to an agent.
paradex_filters_modelGet detailed schema information to build precise data filters. Use this tool when you need to: - Understand exactly what fields are available for filtering - Learn the data types and formats for specific fields - Build complex JMESPath queries with correct syntax - Create soph...1 paramsGet detailed schema information to build precise data filters. Use this tool when you need to: - Understand exactly what fields are available for filtering - Learn the data types and formats for specific fields - Build complex JMESPath queries with correct syntax - Create soph...
tool_namestringparadex_marketsFind markets that match your trading criteria or get detailed market specifications. Use this tool when you need to: - Understand exact tick sizes and minimum order sizes before placing trades - Find all markets for a specific asset (e.g., all BTC-based markets) - Compare cont...4 paramsFind markets that match your trading criteria or get detailed market specifications. Use this tool when you need to: - Understand exact tick sizes and minimum order sizes before placing trades - Find all markets for a specific asset (e.g., all BTC-based markets) - Compare cont...
limitintegeroffsetintegermarket_idsarrayjmespath_filterstringparadex_market_summariesIdentify the most active or volatile markets and get current market conditions. Use this tool when you need to: - Find the most active markets by volume for liquidity analysis - Discover markets with significant price movements for momentum strategies - Compare current prices...4 paramsIdentify the most active or volatile markets and get current market conditions. Use this tool when you need to: - Find the most active markets by volume for liquidity analysis - Discover markets with significant price movements for momentum strategies - Compare current prices...
limitintegeroffsetintegermarket_idsarrayjmespath_filterstringparadex_funding_dataAnalyze funding rates for potential funding arbitrage or to understand holding costs. Use this tool when you need to: - Calculate expected funding payments for a position - Find markets with extreme funding rates for potential arbitrage - Understand historical funding patterns...3 paramsAnalyze funding rates for potential funding arbitrage or to understand holding costs. Use this tool when you need to: - Calculate expected funding payments for a position - Find markets with extreme funding rates for potential arbitrage - Understand historical funding patterns...
market_idstringend_unix_msintegerstart_unix_msintegerparadex_orderbookAnalyze market depth and liquidity to optimize order entry and execution. Use this tool when you need to: - Assess true liquidity before placing large orders - Identify potential support/resistance levels from order clusters - Determine optimal limit order prices for higher fi...2 paramsAnalyze market depth and liquidity to optimize order entry and execution. Use this tool when you need to: - Assess true liquidity before placing large orders - Identify potential support/resistance levels from order clusters - Determine optimal limit order prices for higher fi...
depthintegermarket_idstringparadex_klinesAnalyze historical price patterns for technical analysis and trading decisions. Use this tool when you need to: - Perform technical analysis on historical price data - Identify support and resistance levels from price history - Calculate indicators like moving averages, RSI, o...4 paramsAnalyze historical price patterns for technical analysis and trading decisions. Use this tool when you need to: - Perform technical analysis on historical price data - Identify support and resistance levels from price history - Calculate indicators like moving averages, RSI, o...
market_idstringresolutioninteger1 · 3 · 5 · 15 · 30 · 60default: 1end_unix_msintegerstart_unix_msintegerparadex_tradesAnalyze actual market transactions to understand market sentiment and liquidity. Use this tool when you need to: - Detect large trades that might signal institutional activity - Calculate average trade size during specific periods - Identify buy/sell pressure imbalances - Moni...3 paramsAnalyze actual market transactions to understand market sentiment and liquidity. Use this tool when you need to: - Detect large trades that might signal institutional activity - Calculate average trade size during specific periods - Identify buy/sell pressure imbalances - Moni...
market_idstringend_unix_msintegerstart_unix_msintegerparadex_bboGet the current best available prices for immediate execution decisions. Use this tool when you need to: - Make quick trading decisions without full orderbook depth - Calculate current spread costs before placing orders - Monitor real-time price changes efficiently - Get a sna...1 paramsGet the current best available prices for immediate execution decisions. Use this tool when you need to: - Make quick trading decisions without full orderbook depth - Calculate current spread costs before placing orders - Monitor real-time price changes efficiently - Get a sna...
market_idstringparadex_system_configUnderstand the exchange's global parameters that affect all trading activity. Use this tool when you need to: - Check fee schedules before placing trades - Verify trading limits and restrictions - Understand exchange-wide parameters that affect your trading - Keep up with chan...Understand the exchange's global parameters that affect all trading activity. Use this tool when you need to: - Check fee schedules before placing trades - Verify trading limits and restrictions - Understand exchange-wide parameters that affect your trading - Keep up with chan...
No parameter schema in public metadata yet.
paradex_system_stateVerify the exchange is fully operational before executing trades. Use this tool when you need to: - Check if Paradex is functioning normally before placing important orders - Verify system status if you encounter unexpected behavior - Confirm that maintenance periods are not i...Verify the exchange is fully operational before executing trades. Use this tool when you need to: - Check if Paradex is functioning normally before placing important orders - Verify system status if you encounter unexpected behavior - Confirm that maintenance periods are not i...
No parameter schema in public metadata yet.
paradex_vaultsGet detailed information about a specific vault or all vaults if no address is provided. Retrieves comprehensive details about a specific vault identified by its address, including configuration, permissions, and other vault-specific parameters. Use jmespath_filter to reduce t...4 paramsGet detailed information about a specific vault or all vaults if no address is provided. Retrieves comprehensive details about a specific vault identified by its address, including configuration, permissions, and other vault-specific parameters. Use jmespath_filter to reduce t...
limitintegeroffsetintegervault_addressstringjmespath_filterstringparadex_vault_balanceGet the current balance of a specific vault. Retrieves the current balance information for a specific vault, including available funds, locked funds, and total balance. This is essential for understanding the financial state of a vault before executing trades or withdrawals.1 paramsGet the current balance of a specific vault. Retrieves the current balance information for a specific vault, including available funds, locked funds, and total balance. This is essential for understanding the financial state of a vault before executing trades or withdrawals.
vault_addressstringparadex_vault_summaryGet a comprehensive summary of a specific vault or all vaults if no address is provided. Retrieves a summary of all important information about a vault, including balance, positions, recent activity, and performance metrics. This provides a high-level overview of the vault's c...4 paramsGet a comprehensive summary of a specific vault or all vaults if no address is provided. Retrieves a summary of all important information about a vault, including balance, positions, recent activity, and performance metrics. This provides a high-level overview of the vault's c...
limitintegeroffsetintegervault_addressstringjmespath_filterstringparadex_vault_transfersTrack deposit and withdrawal history for auditing and reconciliation. Use this tool when you need to: - Verify deposits have completed and are available for trading - Track withdrawal status and confirm transaction settlement - Audit the complete fund flow history for a vault...1 paramsTrack deposit and withdrawal history for auditing and reconciliation. Use this tool when you need to: - Verify deposits have completed and are available for trading - Track withdrawal status and confirm transaction settlement - Audit the complete fund flow history for a vault...
vault_addressstringparadex_vault_positionsMonitor active trading positions to track performance and manage risk. Use this tool when you need to: - Get a complete view of all open positions for a vault - Monitor unrealized P&L across all positions - Check liquidation prices and margin requirements - Assess position siz...1 paramsMonitor active trading positions to track performance and manage risk. Use this tool when you need to: - Get a complete view of all open positions for a vault - Monitor unrealized P&L across all positions - Check liquidation prices and margin requirements - Assess position siz...
vault_addressstringparadex_vault_account_summaryGet a comprehensive overview of a vault's trading account status. Use this tool when you need to: - Check account health and available margin - Monitor total exposure and leverage - Understand risk metrics and account status - Assess trading capacity before placing new orders...1 paramsGet a comprehensive overview of a vault's trading account status. Use this tool when you need to: - Check account health and available margin - Monitor total exposure and leverage - Understand risk metrics and account status - Assess trading capacity before placing new orders...
vault_addressstringModel Context Protocol (MCP) server implementation for the Paradex trading platform.
New here? See the Quickstart Guide for step-by-step setup instructions for Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Claude.ai web, and ChatGPT.
Need a remote HTTP endpoint for ChatGPT or Claude.ai web? See the HTTP Deployment Guide for Railway, Render, Fly.io, AWS Lambda, and Docker/VPS options.
This project provides a bridge between AI assistants (like Claude) and Paradex, a privacy-preserving multi-asset exchange on Starknet with spot, perpetuals, options, and commodity futures. Using the MCP standard, AI assistants can:
Python 3.10+
uv — required for the uvx run method
macOS: Install via
brew install uvso the binary lands in/usr/local/bin, which GUI apps like Claude Desktop can find. The curl-pipe install puts uv in~/.local/bin, which GUI apps cannot see.
Click to automatically configure this MCP server in Cursor:
claude mcp add paradex uvx mcp-paradex
npx -y @smithery/cli@latest mcp add @tradeparadex/mcp-paradex-py --client claude
pip install mcp-paradex
uvx mcp-paradex
Clone the repository:
git clone https://github.com/tradeparadex/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 prod, testnet, or nightly (default: prod)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 tradeparadex/mcp-paradex-py
# Run (public only)
docker run --rm -i tradeparadex/mcp-paradex-py
# Run with trading capabilities
docker run --rm -e PARADEX_ACCOUNT_PRIVATE_KEY=your_key -i tradeparadex/mcp-paradex-py
Use Dockerfile.aws for remote deployments via AWS Lambda with the
Lambda Web Adapter.
The adapter bridges Lambda invocations to the server's HTTP endpoint,
so no Lambda-specific code is needed.
# Build
docker build -f Dockerfile.aws -t tradeparadex/mcp-paradex-py-aws .
# Test locally (mirrors Lambda config)
docker run --rm -p 8080:8080 \
-e MCP_TRANSPORT=streamable-http \
-e MCP_STATELESS=true \
-e MCP_PORT=8080 \
-e PARADEX_ENVIRONMENT=prod \
tradeparadex/mcp-paradex-py-aws
The server will be available at http://localhost:8080/mcp.
Deploying to Lambda:
RESPONSE_STREAMMCP_TRANSPORT=streamable-httpMCP_STATELESS=truePARADEX_ENVIRONMENT=prod (or testnet)PARADEX_ACCOUNT_PRIVATE_KEY=your_key (optional, for trading)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.
PARADEX_ACCOUNT_PRIVATE_KEYsecretEthereum private key for your Paradex account (enables trading). Without this, only public market data is accessible.
PARADEX_ENVIRONMENTParadex environment to connect to. Defaults to 'prod'. Use 'testnet' for testing.
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json