Paradex Trading runs on your own machine — the client starts it, so there is no endpoint to ping. 170 installs a week from pypi. Last commit 22 May 2026.
MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.
Today is the operative word: we check Paradex Trading every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-paradex-py -- uvx mcp-paradex
{
"mcpServers": {
"mcp-paradex-py": {
"args": [
"mcp-paradex"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-paradex-py]
command = "uvx"
args = ["mcp-paradex"]
{
"mcpServers": {
"mcp-paradex-py": {
"args": [
"mcp-paradex"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-paradex-py": {
"args": [
"mcp-paradex"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
PARADEX_ACCOUNT_PRIVATE_KEY (Ethereum private key for your Paradex account (enables trading). Without this, only public market data is accessible.), PARADEX_ENVIRONMENT (Paradex environment to connect to. Defaults to 'prod'. Use 'testnet' for testing.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
MCP server for Webull OpenAPI: trading and market data access for AI assistants
Riv MCP: spend authorization and governed trading (place_order, positions, market data, policies).
MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.
AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi
MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more
MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
Answers built from our own checks of this server.