You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
"description": "MCP server for the Paradex perpetual futures trading platform. Provides market data, account management, order placement, position monitoring, and vault operations.",
"repository": {
"url": "https://github.com/sv/mcp-paradex-py",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-paradex",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "PARADEX_ACCOUNT_PRIVATE_KEY",
"description": "Ethereum private key for your Paradex account (enables trading). Without this, only public market data is accessible.",
"isRequired": false,
"isSecret": true,
"format": "string"
},
{
"name": "PARADEX_ENVIRONMENT",
"description": "Paradex environment to connect to. Defaults to 'prod'. Use 'testnet' for testing.",