
Freqtrade MCP Server
The Freqtrade MCP Server connects AI assistants with the Freqtrade cryptocurrency trading bot, enabling AI-driven automated trading, market data access, and por...
Connect AI agents to the Paradex trading platform for automated trade execution, real-time data, and streamlined account management using the Paradex MCP Server.
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.
windsurf.config.json
).mcpServers
section:"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
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..."
}
paradex-mcp-server
) and ensure Python is available.claude_desktop_config.json
.mcpServers
section:"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
Securing API Keys:
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
Securing API Keys:
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
mcpServers
:"mcpServers": {
"paradex-mcp": {
"command": "paradex-mcp-server",
"args": []
}
}
Securing API Keys:
"env": {
"PARADEX_API_KEY": "${PARADEX_API_KEY}"
},
"inputs": {
"vault_address": "0x123..."
}
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.
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.
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.
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 4 |
Number of Stars | 6 |
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.
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.
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.
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.
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.
Empower your AI workflows with real-time trading capabilities, automated account management, and market data access using the Paradex MCP Server.
The Freqtrade MCP Server connects AI assistants with the Freqtrade cryptocurrency trading bot, enabling AI-driven automated trading, market data access, and por...
The Trade Agent MCP Server empowers AI agents to interact with leading stock and crypto brokerages via natural-language commands. Execute trades, manage portfol...
The MetaTrader MCP Server connects AI Large Language Models to MetaTrader 5, enabling automated trading, portfolio management, and intelligent market analysis d...