Configurazione in 2 minuti

Basato su Model Context Protocol (MCP)

Fai trading di cripto con assistenti IA

Fai trading di criptovalute su LCX usando assistenti IA come Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot e Gemini tramite il Model Context Protocol (MCP). Controlla i saldi, effettua ordini e gestisci il tuo portafoglio in linguaggio naturale.

Compatibile con

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

Exchange regolamentato

🆓

Gratuito

🌍

Open Source

Trading IA

La tua IA + LCX = Trading più intelligente

Fai trading di criptovalute su LCX usando assistenti IA come Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot e Gemini tramite il Model Context Protocol (MCP). Controlla i saldi, effettua ordini e gestisci il tuo portafoglio in linguaggio naturale.

01
💬

Tu lo dici

Di' al tuo assistente IA cosa vuoi in linguaggio naturale — "Qual è il mio saldo ETH?" o "Compra 100 LCX al prezzo di mercato".

02
🧠

L'IA pensa

La tua IA capisce l'intento, seleziona gli strumenti MCP giusti e formula le chiamate API necessarie.

03

LCX esegue

LCX elabora la richiesta tramite la sua infrastruttura di exchange regolamentata e restituisce i risultati all'istante.

Come funziona

Operativo in 3 passi

No coding experience needed. If you can type a message, you can trade with AI.

1
Passo 1

Crea chiavi API

Genera le chiavi API dalle impostazioni del tuo account LCX. Scegli sola lettura per monitorare o accesso completo per operare.

2
Passo 2

Collega la tua app IA

Aggiungi il server MCP LCX alla tua app IA — Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot o Gemini. Un solo comando configura tutto.

3
Passo 3

Inizia a fare trading

Chiedi al tuo assistente IA di controllare i prezzi, piazzare ordini o analizzare il portafoglio. Tutto tramite conversazione naturale.

Demo dal vivo

Guardalo in azione

This is what a conversation with your AI assistant looks like when connected to LCX.

🤖 Assistente IAControllo portafoglio
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.

Guida alla configurazione

Connetti con un comando

Pick your AI app below — each platform needs just one command or a single config file edit.

📦

Prerequisito: Node.js 18+ must be installed to run the MCP server. Download Node.js →

Provalo subito con un comando. Nessun account né chiavi API: esplora tutti i dati di mercato pubblici.

📁 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"]}}}'

Disponibile senza chiavi API:

  • Sfoglia tutte le coppie
  • Prezzi in tempo reale
  • Profondità del book
  • Dati candele OHLCV
  • Ultimi scambi pubblici

Strumenti MCP

Tutti i 17 strumenti MCP

Full access to LCX exchange functionality. Market data tools work without API keys.

Dati di mercato7 strumenti🆓 Nessuna chiave API
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

💬 Chiedi alla tua IA

"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"
Commercio8 strumenti🔑 Chiavi API richieste
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

💬 Chiedi alla tua IA

"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 strumenti🔑 Chiavi API richieste
lcx_get_balances

All coin balances — free, occupied, and total

lcx_get_balance

Balance for a specific coin in your account

💬 Chiedi alla tua IA

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

🤖 Agenti autonomi

Costruisci agenti di trading autonomi

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.

📈

Bot DCA

Buy a fixed amount of crypto at regular intervals — daily, weekly, or custom. Removes emotion from investing.

⚖️

Bilanciatore di portafoglio

Automatically maintain target asset allocations. When one asset drifts, the bot trades back to your target weights.

🔔

Bot di alert prezzi

Execute trades automatically when price conditions are met — breakouts, dips, or custom triggers you define.

Comando di esempio:

Claude Agent SDKOpenAI Agents SDK
📈 DCA Bot
python dca-bot.py --pair LCX/EUR --amount 100 --interval 24h
📦

Implementazioni complete dei bot sono disponibili nella directory esempi su GitHub — clone and customise for your strategy.

Piattaforme supportate

Compatibile con la tua app IA preferita

The LCX MCP server works with any AI application that supports the Model Context Protocol via stdio transport.

🤖

Claude Desktop

App desktopclaude_desktop_config.json
⌨️

Claude Code

⚡ Popolare
CLITerminal command
💬

ChatGPT Desktop

App desktopSettings > Connectors
🖥️

Cursor

⚡ Popolare
IDE.cursor/mcp.json
🏄

Windsurf

IDEmcp_config.json
🐙

GitHub Copilot

Estensione IDE.vscode/mcp.json

Gemini CLI

CLI~/.gemini/settings.json
🔌

Any MCP Client

trasporto stdioVaries by client

🔒 Sicurezza e conformità

Sicurezza al primo posto

LCX is the first regulated cryptocurrency exchange with an MCP server. Every trade executed through AI goes through licensed, audited infrastructure.

🏛️

Perché la regolamentazione conta nel trading con IA

Licenza FMA

Licensed by the Financial Market Authority (FMA) of Liechtenstein — 8 blockchain-specific registrations.

Allineato a MiCA UE

Aligned with the EU Markets in Crypto-Assets framework — the most comprehensive crypto regulatory regime in the world.

Infrastruttura diretta

Not a wrapper around an unregulated DEX. Every trade goes directly through LCX Exchange's regulated infrastructure.

🔒

Sola lettura di default

Start with read-only API keys to explore market data and check balances. Upgrade to trading permissions only when you are ready.

🔑

Archiviazione locale delle chiavi

Your API keys are stored locally in your AI app's config file and never leave your machine or pass through third-party servers.

🛡️

Autenticazione HMAC-SHA256

Every trading request is cryptographically signed with HMAC-SHA256. The server uses Node.js built-in crypto — zero external HTTP dependencies.

Limitazione integrata

A token-bucket rate limiter protects against accidental overload: 25 req/s for market data and 5 req/s for trading operations.

🏛️

Licenza FMA

🇪🇺

Allineato a MiCA UE

🔐

Le chiavi non lasciano il tuo dispositivo

👁️

Open Source

Approvazione umana richiesta

🗺️ Prossimi passi

Tabella di marcia

This is version 1.2.0. Community feedback drives what we build next.

📡
Dati di mercato in streamingIn arrivo

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

📊
Analisi di portafoglio avanzataIn arrivo

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

🤖
Altre template di agentiIn esame

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

🔗
Integrazione più profonda con le piattaforme IAIn esame

Deeper integration with AI workflow platforms and remote MCP for browser-based clients.

Domande frequenti

Domande frequenti

Everything you need to know about AI trading on LCX.

MCP (Model Context Protocol) è uno standard aperto che consente agli assistenti IA di connettersi in modo sicuro a servizi esterni. Il server MCP LCX fa da ponte tra il tuo assistente IA e l'API dell'exchange LCX.

Il server MCP LCX funziona con Claude (Desktop e Code), ChatGPT Desktop, Cursor, Windsurf, GitHub Copilot (VS Code 1.99+), Gemini CLI e qualsiasi app che supporti MCP tramite stdio.

Sì. Le tue chiavi API sono salvate localmente e non passano da server di terzi. Controlli i permessi: inizia con sola lettura e abilita il trading quando ti senti a tuo agio. Gli assistenti IA mostrano anche le azioni prima di eseguirle.

Puoi controllare i saldi, vedere i prezzi in tempo reale, sfogliare le coppie, piazzare ordini di mercato e a limite, modificare o annullare ordini, vedere storico e dati OHLCV, e accedere all'analisi di mercato, tutto con comandi conversazionali.

No. Basta aggiungere una configurazione alla tua app IA o eseguire un comando nel terminale. Poi tutto funziona con conversazione in linguaggio naturale. Non serve scrivere codice.

Non ancora. Il server MCP LCX funziona attualmente solo con app desktop e CLI (Claude Desktop, ChatGPT Desktop, Cursor, Windsurf, ecc.). Il supporto MCP remoto per assistenti nel browser arriverà presto.

No. L'integrazione MCP è gratuita. Paghi solo le commissioni di trading LCX per le operazioni che esegui. Nessun costo aggiuntivo per il trading con IA.

Gli assistenti IA mostrano sempre i dettagli dell'operazione e chiedono conferma prima di eseguirla. Hai il controllo completo. L'IA agisce come assistente, non come bot autonomo.

Puoi revocare l'accesso in qualsiasi momento eliminando o disabilitando le chiavi API nelle impostazioni dell'account LCX (Gestione API). Puoi anche rimuovere la configurazione del server MCP dal file delle impostazioni dell'app IA.

🚀

Inizia oggi

Fai trading di cripto con assistenti IA

Fai trading di criptovalute su LCX usando assistenti IA come Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot e Gemini tramite il Model Context Protocol (MCP). Controlla i saldi, effettua ordini e gestisci il tuo portafoglio in linguaggio naturale.

17

Strumenti MCP

6+

Piattaforme IA

< 2 min

Tempo di configurazione

Free

Nessuna commissione extra