Skip to content

luno/homebrew-luno-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-luno-mcp

Homebrew tap for luno-mcp — a Model Context Protocol (MCP) server that connects AI assistants like Claude to the Luno cryptocurrency exchange API.

Installation

brew tap luno/luno-mcp
brew install luno-mcp

Usage with Claude Desktop

Add 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.

Updating

brew upgrade luno-mcp

More information

See the luno-mcp repository for full documentation, available tools, and other installation methods.

About

Homebrew tap for luno-mcp

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages