Homebrew tap for luno-mcp — a Model Context Protocol (MCP) server that connects AI assistants like Claude to the Luno cryptocurrency exchange API.
brew tap luno/luno-mcp
brew install luno-mcpAdd the following to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"luno": {
"command": "luno-mcp",
"args": ["--transport", "stdio"],
"env": {
"LUNO_API_KEY_ID": "your_api_key_id",
"LUNO_API_SECRET": "your_api_secret"
}
}
}
}API keys can be created in the Luno API settings.
brew upgrade luno-mcpSee the luno-mcp repository for full documentation, available tools, and other installation methods.