PowerGridIQ
The PGIQ Rating as agent tools: where to site or schedule a large electricity load across 67 global power markets. Wraps a read-only REST API returning reasoned, cited ratings across access, availability, cost, momentum, and carbon, plus live grid snapshots and cheapest-window scheduling.
README
PowerGridIQ 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.
Install & run
cd pgiq-mcp
npm install
node index.js # speaks MCP over stdio
Configure 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.