Use Alara with Your AI Tool
What You Need
Setup Steps
(1) Connect Your Exchange
Let Alara see your trades.
- Go to your Alara Dashboard.
- Click "Connect New Exchange".
- Pick your exchange (like Binance).
- Get API Keys from your exchange website:
- Find API settings on the exchange site.
- Make a new API Key.
- IMPORTANT: Set Permissions to READ-ONLY. Never allow trading or withdraws.
- Copy the
API Key
andSecret
.
- Paste keys into Alara. Add a nickname.
- Click "Connect Exchange".
- (Maybe click "Sync" on dashboard after).
(Need help with exchange keys? Check their site or our specific exchange guides.)
(2) Setup Your AI Tool (Cursor/Claude)
Tell your AI tool how to use Alara.
2.1 Get Alara Key
This key lets your AI talk to Alara. (Different from exchange keys).
- Go to Alara API Keys Dashboard.
- Click "Create New API Key". Name it (e.g., "Cursor Key").
- Copy the key. Keep it safe.
2.2 Configure Cursor / Claude Desktop
Need Python installed? Open Terminal.
- Install bridge:
pip install alara
- Run script (replace YOUR_API_KEY_HERE with your Alara key from 2.1):
python -m alara.main --api-key YOUR_API_KEY_HERE --print-mcp-config
- Copy the JSON output (starts with ` ends with `).
- Find your AI tool's MCP config file. (Cursor: usually
~/.cursor/mcp.json
. Others: See MCP Guide). - Paste the JSON into the `mcpServers` list in that file.
- Save the file. Reload MCP in your AI tool (Cursor: Command Palette -> Reload MCP. Claude: Restart app).
(More info? See Bridge README.)
(3) Ask Your AI Questions!
Now you can ask your AI tool:
- "Using Alara, check my trades last week."
- "Ask Alara about my profit on Coinbase."
- "Tell Alara to look for FOMO."
Supported Exchanges
We work with:
- Binance, Coinbase, Kraken, Bybit, OKX, KuCoin... (List grows!)
See full list when you click "Connect New Exchange" on Dashboard.
Support
Need help? Join our Telegram Forum.