AESO MCP
Rank #19,241io.github.bchoi-qwe/aeso-mcp
Typed Alberta electricity market data and analytics via official AESO APIs.
AESO MCP is a Model Context Protocol (MCP) server published by bchoi-qwe. It ranks #19,241 of 132,345 servers tracked on MCP Toplist. AESO MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 113,104 of 132,345 servers on MCP Toplist.
Use AESO MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add aeso-mcp -e "AESO_API_KEY=<your AESO_API_KEY>" -- uvx aeso-mcpReplace each placeholder with your own value before saving.
[mcp_servers.aeso-mcp]
command = "uvx"
args = ["aeso-mcp"]
[mcp_servers.aeso-mcp.env]
AESO_API_KEY = "<your AESO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aeso-mcp": {
"command": "uvx",
"args": [
"aeso-mcp"
],
"env": {
"AESO_API_KEY": "<your AESO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aeso-mcp": {
"command": "uvx",
"args": [
"aeso-mcp"
],
"env": {
"AESO_API_KEY": "<your AESO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aeso-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aeso-mcp"
],
"env": {
"AESO_API_KEY": "<your AESO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aeso-mcp": {
"command": "uvx",
"args": [
"aeso-mcp"
],
"env": {
"AESO_API_KEY": "<your AESO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aeso-mcp": {
"command": "uvx",
"args": [
"aeso-mcp"
],
"env": {
"AESO_API_KEY": "<your AESO_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bchoi-qwe%2Faeso-mcp)<a href="https://mcptoplist.com/server/io.github.bchoi-qwe%2Faeso-mcp"><img src="https://mcptoplist.com/badge/io.github.bchoi-qwe%2Faeso-mcp.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bchoi-qwe
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Aug 27, 2026 |
| 0.2.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains AESO MCP?
- AESO MCP is maintained by bchoi-qwe, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is AESO MCP listed on the Official MCP Registry?
- Yes — AESO MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does AESO MCP have?
- MCP Toplist tracks 2 versions of AESO MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for AESO MCP?
- The source code for AESO MCP is hosted at github.com/bchoi-qwe/aeso-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.