
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
PowerGridIQ MCP server: the PGIQ Rating as agent tools (where to site or schedule a large electricity load across 67 global power markets).
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.FAQs
PowerGridIQ MCP server: the PGIQ Rating as agent tools (where to site or schedule a large electricity load across 67 global power markets).
The npm package pgiq-mcp receives a total of 26 weekly downloads. As such, pgiq-mcp popularity was classified as not popular.
We found that pgiq-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.