Paradex Trading✓
io.github.tradeparadex/mcp-paradex-py · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tradeparadex/mcp-paradex-py",
"description": "MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.",
"title": "Paradex Trading",
"repository": {
"url": "https://github.com/tradeparadex/mcp-paradex-py",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-paradex",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ethereum private key for your Paradex account (enables trading). Without this, only public market data is accessible.",
"format": "string",
"isSecret": true,
"name": "PARADEX_ACCOUNT_PRIVATE_KEY"
},
{
"description": "Paradex environment to connect to. Defaults to 'prod'. Use 'testnet' for testing.",
"format": "string",
"name": "PARADEX_ENVIRONMENT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}