streamable-httpMITupdated 1mo ago
Connect Claude to SCADA Miner — an AI-ready data warehouse for Australia's National Electricity Market (NEM). Ask natural-language questions about AEMO dispatch data: spot prices, generation output, FCAS markets, interconnector flows, constraints, bids, and more. Claude turns them into safe, read-only SQL against the warehouse and answers with numbers and charts.
What can you do with NEM Explorer (ScadaMiner)?
SCADA Miner AI Toolkit
Connect Claude to SCADA Miner — an AI-ready data warehouse for Australia's National Electricity Market (NEM). Ask natural-language questions about AEMO dispatch data: spot prices, generation output, FCAS markets, interconnector flows, constraints, bids, and more. Claude turns them into safe, read-only SQL against the warehouse and answers with numbers and charts.
The toolkit is a thin wrapper around the SCADA Miner remote MCP server
(https://chat.scadaminer.com/mcp). The server does the work; this repo just makes
it easy to add.
Install
Pick the path that matches how you use Claude.
Claude Code — plugin (recommended)
Adds the connector plus NEM-specific slash commands and a pre-prompted NEM analyst subagent.
/plugin marketplace add brensch/scadaminer-ai-toolkit
/plugin install scadaminer@scadaminer
You'll be prompted to sign in (OAuth) the first time Claude uses a SCADA Miner tool.
Claude Code — connector only (one-liner)
Just the MCP connection, no extra commands:
claude mcp add --transport http scadaminer https://chat.scadaminer.com/mcp
Claude.ai / Claude Desktop — custom connector
- Settings → Connectors → Add custom connector
- Paste the URL:
https://chat.scadaminer.com/mcp - Click Add, then sign in when prompted.
See docs/connectors.md for screenshots-level detail and Team/Enterprise notes.
What you get (Claude Code plugin)
Slash commands (mirror the server's real workflow):
| Command | What it does |
|---|---|
/scadaminer:nem-price |
Spot / FCAS price over a region and period |
/scadaminer:nem-generation |
Generation output for a DUID, station, fuel, or region |
/scadaminer:duid-lookup |
Resolve a station or DUID and show its facts |
/scadaminer:nem-capabilities |
List the validated question shapes the warehouse answers |
Subagent: nem-analyst — a focused agent that follows the SCADA Miner
capability-first workflow (resolve entities → prefer a validated capability →
fall back to hand-written SQL → chart → cite numbers).
Agent Skills
Skills live in skills/ and can be used with the SCADA Miner MCP
server in any Skills-capable Claude surface.
| Skill | Description |
|---|---|
nem-market-analysis |
Answer Australian NEM / AEMO questions (prices, FCAS, generation, interconnectors, constraints, demand, bids, revenue) via the SCADA Miner MCP server: resolve entities, prefer validated query capabilities, write safe read-only SQL only as a fallback, and return cited numbers with charts. |
How it works
SCADA Miner is a remote MCP server with OAuth.
Its tools: search_entities, get_data_freshness, list_tables,
search_columns, get_table_schema, execute_sql, list_capabilities,
run_capability, build_chart, get_concept, plus start_question for
grouping a turn's calls into one auditable trace.
This repo contributes only configuration and prompts — no code runs locally.
Links
- App: https://chat.scadaminer.com
- MCP endpoint: https://chat.scadaminer.com/mcp
- Issues / requests: https://github.com/brensch/scadaminer-ai-toolkit/issues
Install
Add NEM Explorer (ScadaMiner) to your client. Pick the one you use.
claude mcp add --transport http nem-explorer-scadaminer https://chat.scadaminer.com/mcpcodex mcp add nem-explorer-scadaminer --url https://chat.scadaminer.com/mcp{
"mcpServers": {
"nem-explorer-scadaminer": {
"url": "https://chat.scadaminer.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"nem-explorer-scadaminer": {
"type": "http",
"url": "https://chat.scadaminer.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"nem-explorer-scadaminer": {
"url": "https://chat.scadaminer.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nem-explorer-scadaminer": {
"serverUrl": "https://chat.scadaminer.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jul 14, 2026 |