Server data from the Official MCP Registry
PGIQ Rating as agent tools for siting large electricity loads across 67 power markets.
PGIQ Rating as agent tools for siting large electricity loads across 67 power markets.
This is a well-designed MCP server that wraps a read-only REST API with appropriate authentication and minimal security concerns. The server properly handles API keys via environment variables, validates all user input through URL encoding and parameter schema enforcement, and has no code injection, malicious patterns, or credential exposure vulnerabilities. Permissions are appropriate for its purpose as a developer tool. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PGIQ_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-powergridiq-pgiq-mcp": {
"env": {
"PGIQ_KEY": "your-pgiq-key-here"
},
"args": [
"-y",
"pgiq-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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. lens is
default|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). Omit market for the cheapest grids ranked.cd pgiq-mcp
npm install
node index.js # speaks MCP over stdio
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?"
PGIQ_KEY=pk_live_... (developer 25,000/mo, pro 500,000/mo).
Request a key at hello@powergridiq.com.PGIQ_API if needed.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.