Setup in 2 minuten
Aangedreven door Model Context Protocol (MCP)
Handel in crypto met AI-assistenten
Handel in crypto op LCX met AI-assistenten zoals Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot en Gemini via het Model Context Protocol (MCP). Bekijk saldi, plaats orders en beheer je portefeuille in natuurlijke taal.
Werkt met
Gereguleerde exchange
Gratis te gebruiken
Open source
AI Trading
Jouw AI + LCX = Slimmer handelen
Handel in crypto op LCX met AI-assistenten zoals Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot en Gemini via het Model Context Protocol (MCP). Bekijk saldi, plaats orders en beheer je portefeuille in natuurlijke taal.
Jij zegt het
Vertel je AI-assistent wat je wilt in gewoon Nederlands — "Wat is mijn ETH-saldo?" of "Koop 100 LCX tegen marktprijs."
AI denkt
Je AI begrijpt je bedoeling, kiest de juiste MCP-tools en formuleert de benodigde API-aanroepen.
LCX voert uit
LCX verwerkt het verzoek via zijn veilige, gereguleerde exchange-infrastructuur en levert direct resultaten.
Hoe het werkt
In 3 stappen actief
No coding experience needed. If you can type a message, you can trade with AI.
API-sleutels maken
Genereer API-sleutels in je LCX-accountinstellingen. Kies alleen-lezen voor monitoring of volledige toegang voor handelen.
Verbind je AI-app
Voeg de LCX MCP-server toe aan je AI-app — Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot of Gemini. Eén commando zet alles op.
Begin met handelen
Vraag je AI-assistent om prijzen te controleren, orders te plaatsen of je portefeuille te analyseren. Alles gebeurt via natuurlijk gesprek.
Live demo
Bekijk het in actie
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.
Setupgids
Verbinden met één commando
Pick your AI app below — each platform needs just one command or a single config file edit.
Vereiste: Node.js 18+ must be installed to run the MCP server. Download Node.js →
Probeer het direct met één commando. Geen account of API-sleutels nodig — verken alle openbare marktgegevens.
📁 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"]}}}'Beschikbaar zonder API-sleutels:
- Blader door alle handelsparen
- Realtime tickerprijzen
- Orderboekdiepte
- OHLCV-kaarsgegevens
- Recente openbare trades
MCP-tools
Alle 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
💬 Vraag het je 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
💬 Vraag het je AI
lcx_get_balancesAll coin balances — free, occupied, and total
lcx_get_balanceBalance for a specific coin in your account
💬 Vraag het je AI
🤖 Autonome agents
Bouw autonome 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.
Portefeuille-herbalancer
Automatically maintain target asset allocations. When one asset drifts, the bot trades back to your target weights.
Prijsalarm-bot
Execute trades automatically when price conditions are met — breakouts, dips, or custom triggers you define.
Voorbeeldcommando:
Claude Agent SDKOpenAI Agents SDKpython dca-bot.py --pair LCX/EUR --amount 100 --interval 24hVolledige bot-implementaties staan in de voorbeeldenmap op GitHub — clone and customise for your strategy.
Ondersteunde platforms
Werkt met je favoriete 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
⚡ PopulairTerminal commandChatGPT Desktop
Settings > ConnectorsCursor
⚡ Populair.cursor/mcp.jsonWindsurf
mcp_config.jsonGitHub Copilot
.vscode/mcp.jsonGemini CLI
~/.gemini/settings.jsonAny MCP Client
Varies by client🔒 Beveiliging en naleving
Gebouwd met veiligheid voorop
LCX is the first regulated cryptocurrency exchange with an MCP server. Every trade executed through AI goes through licensed, audited infrastructure.
Waarom regelgeving belangrijk is voor AI trading
FMA-vergunning
Licensed by the Financial Market Authority (FMA) of Liechtenstein — 8 blockchain-specific registrations.
EU MiCA-conform
Aligned with the EU Markets in Crypto-Assets framework — the most comprehensive crypto regulatory regime in the world.
Directe infrastructuur
Not a wrapper around an unregulated DEX. Every trade goes directly through LCX Exchange's regulated infrastructure.
Standaard alleen-lezen
Start with read-only API keys to explore market data and check balances. Upgrade to trading permissions only when you are ready.
Lokale sleutelopslag
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-authenticatie
Every trading request is cryptographically signed with HMAC-SHA256. The server uses Node.js built-in crypto — zero external HTTP dependencies.
Ingebouwde 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-vergunning
EU MiCA-conform
Sleutels verlaten nooit je apparaat
Open source
Goedkeuring door mens vereist
🗺️ Wat komt er
Routekaart
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.
Veelgestelde vragen
Veelgestelde vragen
Everything you need to know about AI trading on LCX.
MCP (Model Context Protocol) is een open standaard waarmee AI-assistenten veilig verbinding kunnen maken met externe diensten. De LCX MCP-server fungeert als brug tussen je AI-assistent en de LCX exchange API, zodat je via natuurlijke taal met je account kunt communiceren.
De LCX MCP-server werkt met Claude (Desktop en Code), ChatGPT Desktop, Cursor, Windsurf, GitHub Copilot (VS Code 1.99+), Gemini CLI en elke andere applicatie die het MCP-protocol via stdio-transport ondersteunt.
Ja. Je API-sleutels worden lokaal op je apparaat opgeslagen en gaan nooit via servers van derden. Je bepaalt precies welke rechten de API-sleutels hebben — begin met alleen-lezen voor monitoring en schakel handelsrechten alleen in wanneer je je comfortabel voelt. AI-assistenten tonen ook welke acties ze gaan uitvoeren voordat ze dat doen.
Je kunt saldi controleren, realtime prijzen bekijken, handelsparen doorbladeren, markt- en limietorders plaatsen, orders wijzigen of annuleren, je handels- en ordergeschiedenis bekijken, OHLCV-kaarsgegevens ophalen en uitgebreide marktanalyse gebruiken — allemaal via gesprekscommando's.
Nee. De setup vereist het toevoegen van een eenvoudige configuratie aan je AI-app of het uitvoeren van één commando in je terminal. Daarna werkt alles via natuurlijk taalgesprek. Je hoeft geen code te schrijven.
Nog niet. De LCX MCP-server werkt momenteel alleen met desktop- en CLI-applicaties (Claude Desktop, ChatGPT Desktop, Cursor, Windsurf, enz.). Ondersteuning voor remote MCP voor browser-gebaseerde AI-assistenten komt binnenkort.
Nee. De MCP-integratie is volledig gratis te gebruiken. Je betaalt alleen de standaard LCX-handelskosten voor uitgevoerde trades. Er zijn geen extra kosten voor het gebruik van AI-tradingfuncties.
AI-assistenten tonen altijd de details van een trade voordat ze deze uitvoeren en vragen om je bevestiging. Je houdt de volledige controle over elke transactie. De AI fungeert als assistent, niet als autonome trading-bot.
Je kunt de toegang op elk moment intrekken door je API-sleutels te verwijderen of uit te schakelen in je LCX-accountinstellingen onder API-beheer. Je kunt ook de MCP-serverconfiguratie verwijderen uit het instellingenbestand van je AI-app.
Begin vandaag
Handel in crypto met AI-assistenten
Handel in crypto op LCX met AI-assistenten zoals Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot en Gemini via het Model Context Protocol (MCP). Bekijk saldi, plaats orders en beheer je portefeuille in natuurlijke taal.
MCP-tools
AI-platforms
Setup-tijd
Geen extra kosten