Typed Alberta electricity market data and analytics via official AESO APIs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Agent-native, strongly typed access and analytics for Alberta's electricity market using official AESO data.
Independent open-source project. Not affiliated with or endorsed by the Alberta Electric System Operator (AESO).
aeso-mcp is a Model Context Protocol (MCP) server that exposes Alberta electricity-market observations and deterministic analytics to AI clients. It is designed for energy analysts, researchers, developers, journalists, market participants, and AI agents that need reliable, structured AESO dataβnot a thin REST decorator layer.
get_forecast contract, with persisted publication vintages and point-in-time
as_of selection that excludes unknown publication chronologyAESO_API_KEY is always required; there is no
reduced credential-free server modeRetry-After handling, and
secret-safe machine-readable errors| Dataset | Tool | Notes |
|---|---|---|
| Market snapshot | get_market_snapshot | Current cohesive view |
| Pool Price | get_pool_prices | Hourly CAD/MWh |
| System Marginal Price | get_system_marginal_prices | Minute-level CAD/MWh |
| Alberta Internal Load | get_load | MW; optional forecast |
| Generation / fuel mix | get_generation | Current all fuels; historical wind/solar |
| Interchange | get_interchange | Current path flows MW |
| Operating reserves | get_reserves | Current MW indicators |
| Generator outages | get_outages | Hourly outage capacity by fuel/technology |
| AIES capacity/outages | get_generation_capacity | Hourly MC, AC, operating, and mothball outage MW |
| Load outage forecast | get_load_outage_forecast | Hourly forecast MW |
| Energy Merit Order | get_energy_merit_order | Historical blocks; 60-day publication delay |
| Unit commitments | get_unit_commitments | Generating-unit commitment directives |
| Intertie capability | get_intertie_capability | Import/export ATC, TTC, margins, gross offers |
| Intertie capability outages | get_intertie_outages | Outages affecting interties/flowgates |
| Metered volumes | get_metered_volumes | Hourly MWh by asset; optional ID filters |
| OR offer control | get_operating_reserve_offer_control | Historical reserve offer blocks; 60-day delay |
| Approved Tx outages | get_approved_transmission_outages | AESO-approved planned transmission outages |
| Long-range Tx outages | get_long_range_transmission_outages | Tentative ~24-month significant outages |
| MCSINR | get_monthly_cumulative_net_revenue | Cumulative net revenue vs offer-cap trigger |
| Secondary offer limit | get_secondary_offer_price_limit | Whether secondary offer cap is in effect |
| Assets | get_assets | Registry with filters |
| Historical CSD generation | get_historical_generation | Individual assets; hourly / five-minute operational MW |
| Official forecasts | get_forecast | AIL / Pool Price / wind / solar; source-specific horizons and cadence |
| Official research archive | get_research_data | Historical adequacy/cushion, transmission, planning-area, constraint, EEA, OR-directive, and current participant records |
| Supply adequacy / cushion | get_supply_adequacy | Official hourly categorical status bands |
| Supply surplus | get_supply_surplus | Official hourly zero-price forecast status |
| FFR Net Schedule | get_ffr_net_schedule | Hourly scheduled imports (negative) / exports (positive) MW |
| Dispatch Down Service | get_dispatch_down_service | Published DDS availability MW |
| TMR reference price | get_tmr_reference_price | Published CAD/MWh value by effective date |
| AIES system events | get_system_events | Bounded event-log comments; no inferred event end |
| UC settlement summary | get_uc_settlement_summary | Hourly CAD amount and charged MW |
| OR prices | get_operating_reserve_prices | Active and standby price components and volumes |
| OR forecast | get_operating_reserve_forecast | Current seven-day hourly MW forecast |
| OR activations | get_operating_reserve_activations | Hourly standby volume and activation price |
Analytics: summarize_market_history, assess_supply_tightness, compare_market_periods,
find_price_events, explain_market_conditions, compare_forecast_to_actual,
get_price_statistics, get_price_duration_curve, analyze_market_event,
calculate_capture_prices, analyze_net_load, analyze_supply_stack,
analyze_intertie_utilization, analyze_generation_mix, analyze_asset_dispatch,
analyze_outage_impact, analyze_forecast_error, calculate_asset_energy_revenue,
compare_csd_to_metered, analyze_ramps, analyze_supply_surplus_events,
summarize_operating_reserve_market, analyze_participant_concentration,
analyze_regional_load_generation, analyze_constrained_volume, analyze_scarcity, and
analyze_system_frequency.
The documentation site includes a full architecture and MCP Inspector walkthrough.
Domain code does not depend on FastMCP. Framework changes should stay in aeso_mcp/mcp/.
All upstream clients are implementation details of this single server: the APIM key is sent only
to apimgw.aeso.ca and is never sent to the allow-listed ETS or Box hosts.
uv recommendedSee LIMITATIONS.md for an honest gap inventory.
For incremental DuckDB/Parquet historical storage:
To run the current repository version directly:
Send the same token in the MCP client's Authorization: Bearer ... header. The image binds to
0.0.0.0, so it intentionally requires bearer authentication by default.
AESO_API_KEY in your environment (never commit it)Missing credentials produce an actionable startup error. The key is never returned through MCP tools or logged.
See the documentation site's MCP client configurations for maintained Codex, ChatGPT desktop app, Claude Desktop, Claude Code, and Cursor setup instructions.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aeso-mcp)<a href="https://allmcps.com/mcp/aeso-mcp"><img src="https://allmcps.com/api/badge/aeso-mcp?style=directory" alt="AESO MCP on AllMCPs" /></a>