2 分钟设置

由模型上下文协议 (MCP) 驱动

使用 AI 助手交易加密货币

通过模型上下文协议 (MCP),使用 Claude、ChatGPT、Cursor、Windsurf、GitHub Copilot 和 Gemini 等 AI 助手在 LCX 上交易加密货币。通过自然语言查询余额、下单和管理投资组合。

兼容

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

受监管交易所

🆓

免费使用

🌍

开源

AI 交易

您的 AI + LCX = 更智能的交易

通过模型上下文协议 (MCP),使用 Claude、ChatGPT、Cursor、Windsurf、GitHub Copilot 和 Gemini 等 AI 助手在 LCX 上交易加密货币。通过自然语言查询余额、下单和管理投资组合。

01
💬

您来说

用简单语言告诉您的 AI 助手您要什么——如「我的 ETH 余额是多少?」或「以市价买入 100 LCX」。

02
🧠

AI 思考

您的 AI 理解您的意图,选择正确的 MCP 工具,并组织完成请求所需的 API 调用。

03

LCX 执行

LCX 通过其安全、受监管的交易所基础设施处理请求并即时返回结果。

它是如何运作的

三步即可运行

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

1
步骤 1

创建 API 密钥

在 LCX 账户设置中生成 API 密钥。选择仅读用于监控,或完全访问用于交易。

2
步骤 2

连接您的 AI 应用

将 LCX MCP 服务器添加到您的 AI 应用——Claude、ChatGPT、Cursor、Windsurf、GitHub Copilot 或 Gemini。一条命令即可完成配置。

3
步骤 3

开始交易

让 AI 助手帮您查价、下单或分析投资组合。一切通过自然对话完成。

实时演示

观看演示

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

🤖 AI 助手投资组合查询
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.

设置指南

一条命令连接

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

📦

前提条件: Node.js 18+ must be installed to run the MCP server. Download Node.js →

一条命令即可体验。无需账户或 API 密钥——浏览所有公开市场数据。

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

无需 API 密钥即可使用:

  • 浏览所有交易对
  • 实时行情价格
  • 订单簿深度
  • OHLCV K 线数据
  • 最近公开成交

MCP 工具

全部 17 个 MCP 工具

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

市场数据7 工具🆓 无需 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

💬 向您的 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"
交易8 工具🔑 需要 API 密钥
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

💬 向您的 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"
账户2 工具🔑 需要 API 密钥
lcx_get_balances

All coin balances — free, occupied, and total

lcx_get_balance

Balance for a specific coin in your account

💬 向您的 AI 提问

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

🤖 自主代理

构建自主交易代理

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.

📈

定投机器人

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

⚖️

投资组合再平衡

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

🔔

价格提醒机器人

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

示例命令:

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

完整机器人实现见 GitHub 上的 examples 目录 — clone and customise for your strategy.

支持平台

与您喜爱的 AI 应用配合使用

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

🤖

Claude Desktop

桌面应用claude_desktop_config.json
⌨️

Claude Code

⚡ 热门
CLITerminal command
💬

ChatGPT Desktop

桌面应用Settings > Connectors
🖥️

Cursor

⚡ 热门
IDE.cursor/mcp.json
🏄

Windsurf

IDEmcp_config.json
🐙

GitHub Copilot

IDE 扩展.vscode/mcp.json

Gemini CLI

CLI~/.gemini/settings.json
🔌

Any MCP Client

stdio 传输Varies by client

🔒 安全与合规

安全优先设计

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

🏛️

为何 AI 交易需要监管

FMA 持牌

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

符合欧盟 MiCA

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

直连基础设施

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

🔒

默认仅读

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

🔑

本地密钥存储

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 认证

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

内置限流

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

🏛️

FMA 持牌

🇪🇺

符合欧盟 MiCA

🔐

密钥从不离开您的设备

👁️

开源

需人工确认

🗺️ 后续计划

路线图

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.

🔗
更深度的 AI 平台集成探索中

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

常见问题

常见问题

Everything you need to know about AI trading on LCX.

MCP(模型上下文协议)是一种开放标准,让 AI 助手能安全连接外部服务。LCX MCP 服务器在您的 AI 助手与 LCX 交易所 API 之间架桥,使您能用自然语言对话与账户交互。

LCX MCP 服务器支持 Claude(Desktop 与 Code)、ChatGPT Desktop、Cursor、Windsurf、GitHub Copilot(VS Code 1.99+)、Gemini CLI 以及任何通过 stdio 支持 MCP 协议的应用。

安全。您的 API 密钥仅存储在您本机,不会经过第三方服务器。您可精确控制 API 权限——可先用仅读权限监控,在放心后再开启交易权限。AI 助手也会在执行前向您展示将执行的操作。

您可以查询余额、查看实时价格、浏览交易对、下市价单与限价单、修改或撤单、查看成交与订单历史、获取 OHLCV K 线数据并进行全面市场分析——全部通过对话式指令完成。

不需要。只需在 AI 应用中添加简单配置或在终端运行一条命令。之后一切通过自然语言对话即可,无需编写任何代码。

暂时不能。LCX MCP 服务器目前仅支持桌面与 CLI 应用(Claude Desktop、ChatGPT Desktop、Cursor、Windsurf 等)。面向浏览器端 AI 助手的远程 MCP 支持即将推出。

不会。MCP 集成完全免费使用。您只需为实际执行的交易支付 LCX 标准交易手续费,使用 AI 交易功能无额外费用。

AI 助手在执行交易前都会展示交易详情并征求您的确认。您始终完全掌控每笔交易。AI 扮演的是助手角色,而非全自动交易机器人。

您可随时在 LCX 账户设置的 API 管理下删除或禁用 API 密钥以撤销访问。也可从 AI 应用的设置文件中移除 MCP 服务器配置。

🚀

立即开始

使用 AI 助手交易加密货币

通过模型上下文协议 (MCP),使用 Claude、ChatGPT、Cursor、Windsurf、GitHub Copilot 和 Gemini 等 AI 助手在 LCX 上交易加密货币。通过自然语言查询余额、下单和管理投资组合。

17

MCP 工具

6+

AI 平台

< 2 min

设置时间

Free

无额外费用