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

🤖Claude💬ChatGPT🖥️Cursor🏄Windsurf🐙CopilotGemini
🔒

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.

01
💬

Jij zegt het

Vertel je AI-assistent wat je wilt in gewoon Nederlands — "Wat is mijn ETH-saldo?" of "Koop 100 LCX tegen marktprijs."

02
🧠

AI denkt

Je AI begrijpt je bedoeling, kiest de juiste MCP-tools en formuleert de benodigde API-aanroepen.

03

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.

1
Stap 1

API-sleutels maken

Genereer API-sleutels in je LCX-accountinstellingen. Kies alleen-lezen voor monitoring of volledige toegang voor handelen.

2
Stap 2

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.

3
Stap 3

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.

🤖 AI-assistentPortefeuillecontrole
You
What's my current portfolio balance on LCX?
🤖 AI Assistant
I'll check your LCX account balances right away.

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.

Terminal — No API keys required
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.

Marktgegevens7 tools🆓 Geen API-sleutels
lcx_get_pairs

List all trading pairs with precision and order size rules

lcx_get_pair

Details for a specific trading pair

lcx_get_tickers

Market overview for all pairs at once

lcx_get_ticker

Price, volume, and 24h change for a single pair

lcx_get_order_book

Current bid/ask depth for any pair

lcx_get_public_trades

Recent public trade history

lcx_get_kline

OHLCV candlestick data for charting

💬 Vraag het je AI

"What trading pairs are available on LCX?""What's the current price of BTC/USDC?""Show me the ETH/EUR order book""Get 4-hour candles for LCX/EUR for the last week"
Handel8 tools🔑 API-sleutels vereist
lcx_create_order

Place a LIMIT or MARKET order on any pair

lcx_modify_order

Modify the price or amount of an open order

lcx_cancel_order

Cancel a specific open order by ID

lcx_cancel_orders

Cancel multiple orders at once (up to 25)

lcx_get_open_orders

List all open and pending orders

lcx_get_order

Full details and status of a specific order

lcx_get_order_history

Closed, cancelled, and expired order history

lcx_get_trade_history

Executed trades with prices, fees, and timestamps

💬 Vraag het je AI

"Buy 500 LCX/EUR at 0.04""Sell 0.5 ETH/USDC at market price""Change my LCX order to 0.05 EUR""Cancel all my open orders""Show my trade history for this week"
Account2 tools🔑 API-sleutels vereist
lcx_get_balances

All coin balances — free, occupied, and total

lcx_get_balance

Balance for a specific coin in your account

💬 Vraag het je AI

"Show my balances""How much ETH do I have?"

🤖 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 SDK
📈 DCA Bot
python dca-bot.py --pair LCX/EUR --amount 100 --interval 24h
📦

Volledige 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

Desktop-appclaude_desktop_config.json
⌨️

Claude Code

⚡ Populair
CLITerminal command
💬

ChatGPT Desktop

Desktop-appSettings > Connectors
🖥️

Cursor

⚡ Populair
IDE.cursor/mcp.json
🏄

Windsurf

IDEmcp_config.json
🐙

GitHub Copilot

IDE-extensie.vscode/mcp.json

Gemini CLI

CLI~/.gemini/settings.json
🔌

Any MCP Client

stdio-transportVaries 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.

📡
Streaming marktgegevensBinnenkort

Real-time price feeds via WebSocket subscriptions — live order book and trade stream.

📊
Geavanceerde portefeuille-analyticsBinnenkort

PnL tracking, performance attribution, and deeper portfolio analytics tools.

🤖
Meer agent-sjablonenIn onderzoek

Additional autonomous agent blueprints — grid trading, momentum, and arbitrage strategies.

🔗
Diepere AI-platformintegratieIn onderzoek

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.

17

MCP-tools

6+

AI-platforms

< 2 min

Setup-tijd

Free

Geen extra kosten