Real-time Australian electricity spot prices and renewables data from Amber Electric. By UnClick.
claude mcp add amber -- npx -y @unclick/amber-mcp
claude_desktop_config.json
{
"mcpServers": {
"amber": {
"command": "npx",
"args": [
"-y",
"@unclick/amber-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"amber": {
"command": "npx",
"args": [
"-y",
"@unclick/amber-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"amber": {
"command": "npx",
"args": [
"-y",
"@unclick/amber-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"amber": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/amber-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"amber": {
"command": "npx",
"args": [
"-y",
"@unclick/amber-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.malamutemayhem--amber/reviews or the review_server meta-tool.
POST /mcp