MCP Server for the Luno Cryptocurrency API
MCP Server for the Luno Cryptocurrency API. That is what the luno mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
A Model Context Protocol (MCP) server that provides access to the Luno cryptocurrency exchange API.
The server publishes 14 tools. What each one is for:
get_ticker — Market Dataget_tickers — Market Dataget_order_book — Market Datalist_trades — Market Dataget_candles — Market Dataget_markets_info — Market Dataget_balances — Account Informationcreate_order — Tradingcancel_order — Tradinglist_orders — Tradinglist_transactions — Transactionsget_transaction — TransactionsConfiguration is passed through the environment: LUNO_API_KEY_ID, LUNO_API_SECRET, YOUR_API_KEY_ID, YOUR_API_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
ghcr.io/luno/luno-mcp on a container image is all you need. Most clients run it directly, so configuration is a few lines and a restart.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Luno's toolset — get_ticker, get_tickers, get_order_book and 11 more — is a fair guide to whether it matches your workflow. It is maintained by luno; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_ticker | Market Data |
| get_tickers | Market Data |
| get_order_book | Market Data |
| list_trades | Market Data |
| get_candles | Market Data |
| get_markets_info | Market Data |
| get_balances | Account Information |
| create_order | Trading |
| cancel_order | Trading |
| list_orders | Trading |
| list_transactions | Transactions |
| get_transaction | Transactions |
| convert | Trading |
| Trading | The Trading tool exposed by this server. |
{
"mcpServers": {
"luno": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "LUNO_API_KEY_ID=YOUR_API_KEY_ID",
"-e", "LUNO_API_SECRET=YOUR_API_SECRET",
"ghcr.io/luno/luno-mcp:latest"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LUNO_API_KEY_ID | Credential the server authenticates with. | Yes |
| LUNO_API_SECRET | Credential the server authenticates with. | Yes |
| YOUR_API_KEY_ID | Credential the server authenticates with. | Yes |
| YOUR_API_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.