Who this is for
This integration is designed for AI developers building trading bots, automated assistants, or copilots that need to operate on live DEX markets. If you are building with Claude, GPT, Cursor, or any MCP-compatible framework, you can control ELUUP AI without writing custom API wrappers.Tools exposed by the ELUUP MCP server
get_signals
Retrieve the latest buy and sell signals for any supported chain with optional filters.
create_agent
Create and configure a new trading agent with risk parameters and wallet bindings.
list_agents
List all active and paused trading agents in the connected account.
get_positions
Fetch open positions and their current performance metrics.
get_trade_history
Retrieve historical trades for a specific agent or time range.