2-Minute Setup
Powered by Model Context Protocol (MCP)
Trade Crypto on LCX Using AI
Connect your favourite AI assistant to LCX and manage your entire crypto portfolio through natural conversation — check balances, place orders, and analyse markets without leaving your AI app.
Works with
Regulated Exchange
Free to Use
Open Source
What Is AI Trading?
Your AI + LCX = Smarter Trading
LCX integrates with AI assistants via the Model Context Protocol (MCP) — an open standard that lets AI apps securely interact with external services. No coding required.
You Say It
Tell your AI assistant what you want in plain English — "What's my ETH balance?" or "Buy 100 LCX at market price."
AI Thinks
Your AI understands your intent, selects the right MCP tools, and formulates the API calls needed to fulfil your request.
LCX Executes
LCX processes the request through its secure, regulated exchange infrastructure and returns results instantly.
How It Works
Up and Running in 3 Steps
No coding experience needed. If you can type a message, you can trade with AI.
Create API Keys
Generate API keys from your LCX account settings. Choose read-only for monitoring or full access for trading.
Connect Your AI App
Add the LCX MCP server to your AI app — Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot, or Gemini. A single command sets everything up.
Start Trading
Ask your AI assistant to check prices, place orders, or analyse your portfolio. Everything happens through natural conversation.
Live Demo
See It in Action
This is what a conversation with your AI assistant looks like when connected to LCX.
Here's your current portfolio:
• ETH: 2.5431 (~€8,127.52)
• BTC: 0.1205 (~€10,242.50)
• LCX: 45,000 (~€3,150.00)
• EUR: 1,250.00
Total portfolio value: ~€22,770.02
Your AI assistant runs live LCX API calls — this is real data, not a simulation.
Setup Guide
Connect in One Command
Pick your AI app below — each platform needs just one command or a single config file edit.
Prerequisite: Node.js 18+ must be installed to run the MCP server. Download Node.js →
Try it instantly with one command. No account or API keys needed — explore all public market data.
📁 No API keys needed. Market data only — prices, order books, candles, and trade history.
npx @anthropic-ai/claude-code --mcp-config='{"mcpServers":{"lcx-exchange":{"command":"npx","args":["-y","lcx-exchange-mcp"]}}}'Available without API keys:
- Browse all trading pairs
- Real-time ticker prices
- Order book depth
- OHLCV candle data
- Recent public trades
MCP Tools
All 17 MCP Tools
Full access to LCX exchange functionality. Market data tools work without API keys.
lcx_get_pairsList all trading pairs with precision and order size rules
lcx_get_pairDetails for a specific trading pair
lcx_get_tickersMarket overview for all pairs at once
lcx_get_tickerPrice, volume, and 24h change for a single pair
lcx_get_order_bookCurrent bid/ask depth for any pair
lcx_get_public_tradesRecent public trade history
lcx_get_klineOHLCV candlestick data for charting
💬 Ask your AI
lcx_create_orderPlace a LIMIT or MARKET order on any pair
lcx_modify_orderModify the price or amount of an open order
lcx_cancel_orderCancel a specific open order by ID
lcx_cancel_ordersCancel multiple orders at once (up to 25)
lcx_get_open_ordersList all open and pending orders
lcx_get_orderFull details and status of a specific order
lcx_get_order_historyClosed, cancelled, and expired order history
lcx_get_trade_historyExecuted trades with prices, fees, and timestamps
💬 Ask your AI
lcx_get_balancesAll coin balances — free, occupied, and total
lcx_get_balanceBalance for a specific coin in your account
💬 Ask your AI
🤖 Autonomous Agents
Build Autonomous Trading Agents
Go beyond interactive trading. Use the Claude Agent SDK or OpenAI Agents SDK to build bots that trade on your behalf 24/7 — plugged directly into the LCX MCP server.
DCA Bot
Buy a fixed amount of crypto at regular intervals — daily, weekly, or custom. Removes emotion from investing.
Portfolio Rebalancer
Automatically maintain target asset allocations. When one asset drifts, the bot trades back to your target weights.
Price Alert Bot
Execute trades automatically when price conditions are met — breakouts, dips, or custom triggers you define.
Example command:
Claude Agent SDKOpenAI Agents SDKpython dca-bot.py --pair LCX/EUR --amount 100 --interval 24hComplete bot implementations are available in the examples directory on GitHub — clone and customise for your strategy.
Supported Platforms
Works with Your Favourite AI App
The LCX MCP server works with any AI application that supports the Model Context Protocol via stdio transport.
Claude Desktop
claude_desktop_config.jsonClaude Code
⚡ PopularTerminal commandChatGPT Desktop
Settings > ConnectorsCursor
⚡ Popular.cursor/mcp.jsonWindsurf
mcp_config.jsonGitHub Copilot
.vscode/mcp.jsonGemini CLI
~/.gemini/settings.jsonAny MCP Client
Varies by client🔒 Security & Compliance
Built with Security First
LCX is the first regulated cryptocurrency exchange with an MCP server. Every trade executed through AI goes through licensed, audited infrastructure.
Why Regulation Matters for AI Trading
FMA Licensed
Licensed by the Financial Market Authority (FMA) of Liechtenstein — 8 blockchain-specific registrations.
EU MiCA Aligned
Aligned with the EU Markets in Crypto-Assets framework — the most comprehensive crypto regulatory regime in the world.
Direct Infrastructure
Not a wrapper around an unregulated DEX. Every trade goes directly through LCX Exchange's regulated infrastructure.
Read-Only by Default
Start with read-only API keys to explore market data and check balances. Upgrade to trading permissions only when you are ready.
Local Key Storage
Your API keys are stored locally in your AI app's config file and never leave your machine or pass through third-party servers.
HMAC-SHA256 Auth
Every trading request is cryptographically signed with HMAC-SHA256. The server uses Node.js built-in crypto — zero external HTTP dependencies.
Built-In Rate Limiting
A token-bucket rate limiter protects against accidental overload: 25 req/s for market data and 5 req/s for trading operations.
FMA Licensed
EU MiCA Aligned
Keys Never Leave Your Device
Open Source
Human Approval Required
🗺️ What's Next
Roadmap
This is version 1.2.0. Community feedback drives what we build next.
Real-time price feeds via WebSocket subscriptions — live order book and trade stream.
PnL tracking, performance attribution, and deeper portfolio analytics tools.
Additional autonomous agent blueprints — grid trading, momentum, and arbitrage strategies.
Deeper integration with AI workflow platforms and remote MCP for browser-based clients.
FAQ
Frequently Asked Questions
Everything you need to know about AI trading on LCX.