Skip to main content
Connect the ELUUP AI MCP server to your AI agent in three steps. Once configured, your agent can fetch signals, create trading agents, and monitor positions by natural language commands.
1

Get your API key

Log in to app.eluup.ai, open Settings > API Keys, and create a new key. Copy it to your clipboard. You will need it for every MCP client you configure.
2

Add the MCP server to your client

The ELUUP MCP server uses SSE transport over HTTPS. Add the following base configuration to your MCP client. Replace <API_KEY> with your real key.
MCP config
3

Configure Cursor

In your project root, create or edit .cursor/mcp.json:
.cursor/mcp.json
Restart Cursor. The ELUUP tools appear in the MCP panel and are available in chat.
4

Configure Claude Desktop

Open Claude Desktop settings and edit the MCP server configuration file. Add the ELUUP server block:
claude_desktop_config.json
Save and restart Claude Desktop.
5

Test with a natural language command

Open chat in your AI client and send a command such as:
The agent will invoke the get_signals tool, request signals for chain ID 8453, and return formatted results for you.
The ELUUP MCP server supports SSE transport only. Ensure your client supports SSE-based MCP servers. Most popular clients, including Cursor and Claude Desktop, support this transport natively.