Token导航 LogoToken导航TokenDH.com
PA
数据服务HTTP官方级别未说明来源级核验

Paradex MCP Server (verified)

MCP Server

MCP server for the Paradex perpetual futures trading platform. Retrieve market data, manage trading accounts and vaults, place and manage orders, and monitor positions and balances.

工具数

公开资料未说明
JavaScriptHTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:27

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add tradeparadex/mcp-paradex-py

详细介绍

Paradex MCP Server (verified)

MCP server for the Paradex perpetual futures trading platform. Retrieve market data, manage trading accounts and vaults, place and manage orders, and monitor positions and balances.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add tradeparadex/mcp-paradex-py

# Browse available tools
npx -y smithery tool list tradeparadex/mcp-paradex-py

# Get full schema for a tool
npx -y smithery tool get tradeparadex/mcp-paradex-py paradex_filters_model

# Call a tool
npx -y smithery tool call tradeparadex/mcp-paradex-py paradex_filters_model '{}'

Direct MCP Connection

Endpoint: https://mcp-paradex.run.tools

Optional config:

  • paradexEnvironment (query) — The Paradex environment (testnet or prod)
  • paradexAccountPrivateKey (query) — Your Paradex account private key

Tools (16)

  • paradex_filters_model
  • paradex_markets
  • paradex_market_summaries
  • paradex_funding_data
  • paradex_orderbook
  • paradex_klines
  • paradex_trades
  • paradex_bbo
  • paradex_system_config
  • paradex_system_state
  • paradex_vaults
  • paradex_vault_balance
  • paradex_vault_summary
  • paradex_vault_transfers
  • paradex_vault_positions
  • paradex_vault_account_summary
# Get full input/output schema for a tool
npx -y smithery tool get tradeparadex/mcp-paradex-py 

Resources

  • paradex://markets
  • paradex://system/config
  • paradex://system/time
  • paradex://system/state
  • paradex://vaults
  • paradex://vaults/config

Prompts (11)

  • getting_started — Welcome prompt showing auth status and available capabilities
  • market_overview (volume_threshold, price_change_threshold) — Get a brief overview of the crypto market on Paradex
  • market_analysis (market_id, timeframe, risk_percent, account_balance) — Concise analysis of a specific market with a position recommendation
  • position_management (target_risk, max_correlation, profit_taking_strategy) — Review open positions and recommend actions
  • create_optimal_order (market_id, side, risk_percent, urgency, order_type) — Generate optimized order parameters for a trade
  • hedging_strategy (market_id, position_id, hedge_purpose, hedge_duration, hedge_percentage) — Design a hedge for an existing position
  • vault_analysis (investment_objective, risk_tolerance, time_horizon) — Compare vaults and recommend top picks
  • portfolio_risk_assessment (max_concentration, target_var, stress_scenario) — Assess portfolio risk and flag top issues
  • funding_rate_opportunity (timeframe, min_annual_yield, risk_percent, strategy_preference) — Find funding rate opportunities above a yield threshold
  • liquidation_protection (safety_threshold_hours, max_liquidation_probability, risk_tolerance) — Check positions for liquidation risk and provide protective actions
  • trading_consultation — Interactive trading consultation prompt sequence

目录标签

目录标签

JavaScriptHTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP