MCP.so
登录

Luno MCP Server

@luno

关于 Luno MCP Server

MCP Server for the Luno Cryptocurrency API

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

luno

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "luno-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "\\"
      ]
    }
  }
}

工具

13

Market Data

Market Data

Market Data

Market Data

Market Data

Market Data

Account Information

Trading

Trading

Trading

Transactions

Transactions

Trading

概览

What is Luno MCP Server?

The Luno MCP Server is a Model Context Protocol (MCP) server that provides access to the Luno cryptocurrency exchange API. It is designed for developers using MCP-compatible clients such as Claude Code, VS Code, Cursor, and Windsurf to interact with Luno exchange data and functionality.

How to use Luno MCP Server?

Obtain a Luno API key ID and secret from your Luno account settings. Then configure an MCP client with Docker (recommended), Homebrew, or a local build. Set environment variables LUNO_API_KEY_ID and LUNO_API_SECRET. Optionally enable write operations with ALLOW_WRITE_OPERATIONS=true. The server runs with stdio transport by default; SSE transport can be configured.

Key features of Luno MCP Server

  • Access Luno cryptocurrency exchange via MCP.
  • Supports Docker, Homebrew, and source builds.
  • Optional write operations (create_order, cancel_order, convert).
  • Configurable debug logging and staging API domain.
  • SSE and stdio transport modes.
  • Works with Claude Code, VS Code, Cursor, Windsurf.

Use cases of Luno MCP Server

  • Check Luno account balances and order history.
  • Place or cancel cryptocurrency orders programmatically.
  • Convert between currencies on the Luno exchange.
  • Integrate Luno trading capabilities into AI coding assistants.

FAQ from Luno MCP Server

What is Luno MCP Server and how does it differ from the Luno API?

Luno MCP Server wraps the Luno REST API into the MCP protocol, making it usable directly from MCP-compatible clients like Claude Code or VS Code, without needing to write custom API calls.

What are the dependencies and runtime requirements?

To build from source, Go 1.25 or later is required. Docker is the recommended runtime for most users. Homebrew is available on macOS.

Where does my data live?

All data is fetched in real time from the Luno cryptocurrency exchange via its API. No local storage or caching is described.

What transports and

评论

其他 分类下的更多 MCP 服务器