Us Iso Grid
Server Details
US ISO Grid MCP — real-time electricity generation, fuel mix, demand,
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-us-iso-grid
- GitHub Stars
- 0
- Server Listing
- US ISO Grid MCP
TDQS
Scored across 41 tools
Several tools overlap significantly, especially the ask_pipeworx family (stable, beta, grounded) and the polymarket_* suite; grid tools like caiso_fuel_mix and caiso_renewables also cover similar ground. Descriptions do provide guidance, but an agent could still misselect among the research/routing or prediction-market options.
All names use snake_case and are readable, but the naming pattern is mixed: some are verb_noun (validate_claim, compare_entities), some are noun_noun (entity_profile, recent_changes), some are single verbs (forget, recall), and many carry domain prefixes (caiso_, nyiso_, ercot_, polymarket_). The lack of a single predictable convention makes it harder to infer purpose from name alone.
41 tools is well above the typical 3-15 range and exceeds the 25-tool threshold for 'too many'; while the platform spans multiple domains, there is notable redundancy (e.g., three ask_pipeworx variants, multiple polymarket tools). The count feels heavy and could be consolidated for better scoping.
The universal routing tools (ask_pipeworx, deep_research) provide access to thousands of sources, so there are few dead ends for general data queries. Direct grid-data coverage is limited to CAISO, ERCOT, and NYISO (missing PJM, MISO, etc.), and some lifecycle operations (e.g., subscription update) are absent, but these are minor gaps for a broad data gateway.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
Electricity Maps MCP — real-time electricity-grid carbon intensity + power
Live U.S. electric-grid data, forecasts, alerts, and analysis across major grid regions.
Live US power market prices, load, generation, weather and permits for AI agents.
EIA MCP — US Energy Information Administration API v2
Related MCP Servers
AlicenseAqualityBmaintenanceMCP server for Kardashev Labs US grid data, giving agents live LMP, carbon intensity, load, curtailment, interconnection queues, ERCOT large loads, and the public RT-DA spread forecast track record. Requires no API key.1131 npmMIT- AlicenseNot gradedqualityDmaintenanceProvides 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.2MIT
- AlicenseAqualityBmaintenanceLive and historical electricity prices, demand, generation mix and carbon intensity for 25 grid zones (US, Europe, GB, Australia). Hosted endpoint plus local stdio bridge; free sample mode, free API key, or x402 pay-per-call.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying US electric grid time-series data – LMP prices, load, fuel mix – across ISOs via tools to list datasets, fetch historical windows, and get latest values.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.