{
  "markdown": "# SCADA Miner AI Toolkit\n\nConnect Claude to **[SCADA Miner](https://chat.scadaminer.com)** — an AI-ready data\nwarehouse for Australia's National Electricity Market (NEM). Ask natural-language\nquestions about AEMO dispatch data: spot prices, generation output, FCAS markets,\ninterconnector flows, constraints, bids, and more. Claude turns them into safe,\nread-only SQL against the warehouse and answers with numbers and charts.\n\nThe toolkit is a thin wrapper around the SCADA Miner remote MCP server\n(`https://chat.scadaminer.com/mcp`). The server does the work; this repo just makes\nit easy to add.\n\n---\n\n## Install\n\nPick the path that matches how you use Claude.\n\n### Claude Code — plugin (recommended)\n\nAdds the connector **plus** NEM-specific slash commands and a pre-prompted NEM\nanalyst subagent.\n\n```\n/plugin marketplace add brensch/scadaminer-ai-toolkit\n/plugin install scadaminer@scadaminer\n```\n\nYou'll be prompted to sign in (OAuth) the first time Claude uses a SCADA Miner tool.\n\n### Claude Code — connector only (one-liner)\n\nJust the MCP connection, no extra commands:\n\n```\nclaude mcp add --transport http scadaminer https://chat.scadaminer.com/mcp\n```\n\n### Claude.ai / Claude Desktop — custom connector\n\n1. Settings → **Connectors** → **Add custom connector**\n2. Paste the URL: `https://chat.scadaminer.com/mcp`\n3. Click **Add**, then sign in when prompted.\n\nSee [docs/connectors.md](docs/connectors.md) for screenshots-level detail and\nTeam/Enterprise notes.\n\n---\n\n## What you get (Claude Code plugin)\n\n**Slash commands** (mirror the server's real workflow):\n\n| Command | What it does |\n|---------|--------------|\n| `/scadaminer:nem-price` | Spot / FCAS price over a region and period |\n| `/scadaminer:nem-generation` | Generation output for a DUID, station, fuel, or region |\n| `/scadaminer:duid-lookup` | Resolve a station or DUID and show its facts |\n| `/scadaminer:nem-capabilities` | List the validated question shapes the warehouse answers |\n\n**Subagent:** `nem-analyst` — a focused agent that follows the SCADA Miner\ncapability-first workflow (resolve entities → prefer a validated capability →\nfall back to hand-written SQL → chart → cite numbers).\n\n---\n\n## Agent Skills\n\nSkills live in [`skills/`](skills/) and can be used with the SCADA Miner MCP\nserver in any Skills-capable Claude surface.\n\n| Skill | Description |\n|-------|-------------|\n| [`nem-market-analysis`](skills/nem-market-analysis/SKILL.md) | 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. |\n\n---\n\n## How it works\n\nSCADA Miner is a remote [MCP](https://modelcontextprotocol.io) server with OAuth.\nIts tools: `search_entities`, `get_data_freshness`, `list_tables`,\n`search_columns`, `get_table_schema`, `execute_sql`, `list_capabilities`,\n`run_capability`, `build_chart`, `get_concept`, plus `start_question` for\ngrouping a turn's calls into one auditable trace.\n\nThis repo contributes only configuration and prompts — no code runs locally.\n\n## Links\n\n- App: https://chat.scadaminer.com\n- MCP endpoint: https://chat.scadaminer.com/mcp\n- Issues / requests: https://github.com/brensch/scadaminer-ai-toolkit/issues\n",
  "bytes": 3339,
  "sha": "4979f93464b0db6991c0d0a8f2ea909d1fa973e5ed4057ac3c89f489b610ab3b",
  "repo_slug": "brensch/scadaminer-ai-toolkit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_scadaminer_nem_explorer_483ae420/readme"
}