Paradex MCP Server
Connect AI agents to the Paradex trading platform for automated trade execution, real-time data, and streamlined account management using the Paradex MCP Server.

What does “Paradex” MCP Server do?
The Paradex MCP (Model Context Protocol) Server acts as a bridge between AI assistants and the Paradex perpetual futures trading platform. It allows AI agents to seamlessly interact with Paradex by retrieving real-time market data, managing trading accounts and vaults, placing and managing orders, and monitoring positions and balances. By leveraging the MCP standard, this server enhances development workflows for financial and trading applications, enabling automated trading strategies, real-time insights, and streamlined account management. Developers and AI systems can use the Paradex MCP Server to connect to external trading services, execute trades programmatically, and integrate advanced trading functionalities into their AI-driven solutions.
List of Prompts
- No specific prompt templates are listed in the available files or documentation.
List of Resources
- No explicit MCP resources are listed in the available files or documentation.
List of Tools
- No explicit list of tools (MCP executable functions) is available from the provided repository contents.
Use Cases of this MCP Server
- Automated Trading: Enable AI agents to automatically monitor market conditions and execute trades based on predefined strategies, reducing human error and increasing efficiency.
- Real-Time Market Data Retrieval: Allow developers or AI systems to access up-to-date market prices and order book information from Paradex for analysis or trading decisions.
- Account and Vault Management: Facilitate automated management of trading accounts, including tracking balances, positions, and vault assets, to streamline operational workflows.
- Order Management: Enable efficient placement, modification, and cancellation of trading orders via AI, supporting advanced trading algorithms and risk management systems.
How to set it up
Windsurf
- Ensure you have Node.js and Windsurf installed.
- Locate your Windsurf configuration file (e.g.,
windsurf.config.json
). - Add the Paradex MCP Server entry to the
mcpServers
section:
"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
- Save the configuration file and restart Windsurf.
- Verify that the server is available in the Windsurf interface.
Securing API Keys: Set sensitive information using environment variables, not directly in the config file.
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
Claude
- Install Paradex MCP Server (
paradex-mcp-server
) and ensure Python is available. - Open
claude_desktop_config.json
. - Add to the
mcpServers
section:
"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
- Save and restart Claude Desktop.
- Confirm Paradex MCP appears in the Claude interface.
Securing API Keys:
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
Cursor
- Install the Paradex MCP Server and Python if needed.
- Open your Cursor configuration file.
- Insert:
"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
- Restart Cursor.
- The Paradex MCP should now be listed as an available server.
Securing API Keys:
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
Cline
- Install Paradex MCP Server and ensure Python is present.
- Open the Cline MCP configuration file.
- Add the following under
mcpServers
:
"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
- Save and restart Cline.
- Check that Paradex MCP is accessible.
Securing API Keys:
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"paradex-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “paradex-mcp” to the actual name of your MCP server and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Found in README.md |
List of Prompts | ⛔ | Not found |
List of Resources | ⛔ | Not found |
List of Tools | ⛔ | Not found |
Securing API Keys | ✅ | .env.template and config |
Sampling Support (less important in evaluation) | ⛔ | Not found |
Based on the available information, the Paradex MCP Server provides a solid overview and clear setup instructions for API key security, but lacks explicit documentation of prompts, resources, tools, or sampling support. It is a promising project but would benefit from more detailed documentation of its MCP primitives.
Our opinion
This MCP is well-documented for setup and offers a strong connection to its trading platform. However, the absence of explicit prompts, tools, and resource documentation limits its immediate usability for developers seeking detailed API or workflow integration. It ranks as an above-average project for its domain, but would score higher with more detailed technical docs.
MCP Score
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 4 |
Number of Stars | 6 |
Frequently asked questions
- What is the Paradex MCP Server?
The Paradex MCP Server is an integration layer that connects AI assistants and agents to the Paradex perpetual futures trading platform. It enables programmatic trade execution, real-time market data access, and automated account management through the Model Context Protocol standard.
- What can I do with Paradex MCP in FlowHunt?
You can automate trading strategies, access live market prices, manage trading accounts and vaults, and place or cancel orders directly from your AI workflows within FlowHunt.
- How do I secure my Paradex API keys?
Always store sensitive API keys in environment variables, not directly in your configuration files. Refer to the setup instructions for your platform to properly configure API key security.
- What are the main use cases for Paradex MCP?
Typical use cases include automated trading, real-time market data analysis, AI-assisted order management, and streamlined tracking of account balances, positions, and vault assets.
- Are there example prompt templates or explicit tool functions?
No specific prompt templates or explicit tool definitions are provided in the available documentation. You may need to explore or extend functionality based on your own workflow requirements.
Integrate Automated Trading with Paradex MCP
Empower your AI workflows with real-time trading capabilities, automated account management, and market data access using the Paradex MCP Server.