Skip to main content
The ELUUP AI MCP (Model Context Protocol) server lets AI agents interact with your trading infrastructure natively. Instead of writing API calls, you describe what you want in natural language, and the agent invokes ELUUP tools on your behalf. MCP is an open protocol that connects AI agents to external services. The ELUUP MCP server exposes a set of trading tools so agents can read signals, create agents, monitor positions, and review trade history as if they were built into the model itself.

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.
When an AI agent asks a trading question, the MCP server maps the request to the right tool, calls the ELUUP API, and returns a structured response the agent can format for you.

Next steps

Follow the MCP setup guide to connect the server to your AI agent in a few configuration steps.