PowerGridIQ
OfficialPowerGridIQ MCP server
Exposes the PGIQ Rating as tools any MCP-capable agent (Claude Desktop, Claude Code, Cursor,
custom agents) can call: "where should I site or schedule a large electricity load, and how is a
given market rated." It wraps the read-only REST API at https://powergridiq.com/api/v1, covering
67 global power markets with a reasoned, cited decision, not just raw feeds.
Tools
pgiq_markets- list every rated market (id, tier, score, outlook). Start here.pgiq_rating(market)- full five-pillar rating + evidence for one market (e.g.quebec).pgiq_best(lens?, group?, min_tier?, limit?)- the ranked best-market decision.lensisdefault|cost|carbon|momentum.pgiq_developments(market?)- recent cited grid developments.pgiq_grid(market)- grid snapshot: carbon intensity, price, fuel mix, demand, firm headroom, peak stress. Merges live signals where available, else a clearly labelled modelled baseline.pgiq_cheapest_window(market?)- cheapest hours to run a flexible load (modelled daily price shape, local time). Omitmarketfor the cheapest grids ranked.
Related MCP server: MCP Energy Hub
Install & run
cd pgiq-mcp
npm install
node index.js # speaks MCP over stdioConfigure in Claude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"powergridiq": {
"command": "node",
"args": ["/absolute/path/to/pgiq-mcp/index.js"],
"env": { "PGIQ_KEY": "pk_live_optional_key_for_higher_limits" }
}
}
}Restart Claude Desktop, then ask things like "Use PowerGridIQ to find the best carbon-light market for a 100 MW AI cluster in Europe" or "What's the PGIQ rating for Ireland and why?"
Authentication & limits
No key needed for the free tier: 100 requests/day per IP.
For a higher monthly quota, set
PGIQ_KEY=pk_live_...(developer 25,000/mo, pro 500,000/mo). Request a key at hello@powergridiq.com.Override the API base with
PGIQ_APIif needed.
Notes
The rating is a directional screen, not a connection guarantee; the interconnection queue is the real gate. Every market carries a confidence level, treat lower confidence with more caution.
Live grid signals, rating-change webhooks, and metered keys are available now; short-horizon forecasts are next.
A hosted remote MCP server (no local install) is planned; for now this runs locally via stdio.
Links
API spec: https://powergridiq.com/openapi.json
Agent map: https://powergridiq.com/llms.txt
Developer page: https://powergridiq.com/build
Maintenance
Related MCP Servers
- Alicense-quality-maintenanceProvides access to comprehensive U.S. and international energy data from the EIA API, including electricity, natural gas, petroleum, coal, renewables, CO2 emissions, and energy forecasts.Last updated
- Alicense-qualityDmaintenanceProvides real-time US power grid intelligence and carbon intensity data to enable carbon-aware AI compute scheduling across major grid regions. It allows users to monitor energy generation and optimize workloads based on renewable energy availability and grid load forecasts.Last updated2MIT
- AlicenseAqualityDmaintenanceProvides access to Danish energy data from Energinet, including real-time electricity spot prices, CO2 emissions, and production mix. It enables users to monitor grid status and identify the most cost-effective hours for energy-intensive tasks.Last updated428MIT
- Flicense-qualityBmaintenanceMCP server for real-time electricity prices, carbon intensity, and energy analytics across 41+ zones in Europe, Great Britain, the United States, and Australia. Query live prices, compare zones, check gas storage levels, get green scores, find optimal charging windows, and access advanced analytics. Free Basic tier requires no API key. Install via npx gridpulse-mcp or connect directly via StreamabLast updated
Related MCP Connectors
Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.
European day-ahead electricity prices (43 zones), accuracy-published forecasts, carbon, optimize.
Data-center, grid, fiber & gas infrastructure intelligence for AI agents — query and cite.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/powergridiq/pgiq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server