Server data from the Official MCP Registry
Query Australia's electricity market (NEM/AEMO): prices, generation, FCAS, interconnectors, bids.
Query Australia's electricity market (NEM/AEMO): prices, generation, FCAS, interconnectors, bids.
Remote endpoints: streamable-http: https://chat.scadaminer.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-scadaminer-nem-explorer": {
"url": "https://chat.scadaminer.com/mcp"
}
}
}From the project's GitHub README.
Connect Claude to ScadaMiner — 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 ScadaMiner remote MCP server
(https://chat.scadaminer.com/mcp). The server does the work; this repo just makes
it easy to add.
Pick the path that matches how you use Claude.
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 ScadaMiner tool.
Just the MCP connection, no extra commands:
claude mcp add --transport http scadaminer https://chat.scadaminer.com/mcp
https://chat.scadaminer.com/mcpSee docs/connectors.md for screenshots-level detail and Team/Enterprise notes.
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 ScadaMiner
capability-first workflow (resolve entities → prefer a validated capability →
fall back to hand-written SQL → chart → cite numbers).
Skills live in skills/ and can be used with the ScadaMiner 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 ScadaMiner MCP server: resolve entities, prefer validated query capabilities, write safe read-only SQL only as a fallback, and return cited numbers with charts. |
ScadaMiner 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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.