MCP ServerSTDIOOfficialv0.1.2

Paradex Trading MCP Server

Query live market data, manage perp trading positions, and execute orders on Paradex directly from Claude. Designed for traders and developers building algorithmic trading workflows.

io.github.tradeparadex/mcp-paradex-py

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Paradex Trading MCP server does

How models use it and what it is built for.

Query live market data, manage perp trading positions, and execute orders on Paradex directly from Claude. Designed for traders and developers building algorithmic trading workflows.

Connect to Paradex Trading

Local install — runs as a subprocess.

uvx mcp-paradex==0.1.2

Environment variables

Configuration this server reads at startup.

  • PARADEX_ACCOUNT_PRIVATE_KEYSecret

    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.

Resources

Where to find authoritative docs and source for Paradex Trading.

Example prompts for Paradex Trading

Paste any of these into Agent Studio after connecting Paradex Trading.

  • What are the current open positions and unrealized PnL in my Paradex account?
  • Get the latest order book and funding rates for ETH-USD perpetuals
  • Place a limit order to sell 5 ETH-USD at $3500 with 10x leverage
  • Show my vault balances and available collateral for margin

Paradex Trading MCP server — FAQ

Common questions about connecting and running Paradex Trading.

  • Do I need an Ethereum private key to use this MCP server?

    Only if you want to execute trades. Set PARADEX_ACCOUNT_PRIVATE_KEY to enable order placement and position management. Without it, you can still query public market data.

  • Can I test this server before trading on mainnet?

    Yes. Set PARADEX_ENVIRONMENT=testnet to connect to Paradex's testnet. The default is 'prod' for mainnet trading.

  • What market data can I access?

    The server provides order books, funding rates, and other live market data for Paradex perpetuals. You can also query your account balances, open orders, positions, and vault information.

  • Is my private key stored or transmitted securely?

    The private key is passed via the PARADEX_ACCOUNT_PRIVATE_KEY environment variable and used locally to sign transactions. Refer to Paradex's security documentation for details on key handling best practices.

  • What happens if I don't set PARADEX_ACCOUNT_PRIVATE_KEY?

    The server will operate in read-only mode, allowing you to query market data and account information but preventing any trades or position changes.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground