MCP-SERVER-
Verified Safeby gundatharuntej2006-hue
Overview
This server provides tools to interact with the Aevo decentralized derivatives exchange, enabling operations like transferring funds and canceling orders.
Installation
python server.pyEnvironment Variables
- AEVO_API_KEY
- AEVO_API_SECRET
- AEVO_WALLET_ADDRESS
- AEVO_SIGNING_KEY
Security Notes
The server securely handles sensitive information by requiring API keys, secrets, and wallet addresses to be set as environment variables, avoiding hardcoded credentials. It does not use 'eval' or other inherently dangerous functions. The network risks are primarily associated with the necessary external API calls to Aevo, which are intrinsic to its functionality. The server attempts to use an Aevo SDK client, falling back to direct REST calls if the SDK is unavailable or fails to initialize, maintaining functionality. Users should ensure their environment variables are managed securely.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
moomoo-api-mcp
Allows AI agents to access Moomoo trading platform's market data, account information, and execute trades.
Kotak_Neo_MCP_Server
Enables natural language trading on the Kotak Neo platform via an LLM client such as Claude Desktop.
aave-liquidation-mcp
Analyzes Aave V3 liquidation opportunities on Ethereum mainnet, providing data and insights to AI assistants.