Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • Linux
  • Apple
""" Trading prompts module initialization. """ # Import all prompts to ensure they're registered from mcp_paradex.prompts.trader_prompts import ( create_optimal_order, funding_rate_opportunity, hedging_strategy, liquidation_protection, market_analysis, market_overview, portfolio_risk_assessment, position_management, trading_consultation, vault_analysis, ) # Export all prompts for convenient importing __all__ = [ "create_optimal_order", "funding_rate_opportunity", "hedging_strategy", "liquidation_protection", "market_analysis", "market_overview", "portfolio_risk_assessment", "position_management", "trading_consultation", "vault_analysis", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sv/mcp-paradex-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server