Clarigrid MCP server
Read-only electricity, gas, and weather data with structured provenance and units.
3 stars
Reviews
Write oneNobody has reviewed Clarigrid yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Clarigrid tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1221ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 3 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year5/10
What the publisher says
From the Clarigrid repository's README, as published. We do not edit it. Read it on GitHub
Clarigrid
Unified Python SDK for European and U.S. energy market data.
What it is
Clarigrid provides a single, stable Python interface to access and normalise European and U.S. energy market data from multiple sources. All data comes back as timezone-aware pandas DataFrames with consistent column names and units.
Built-in free providers (no API key required) include Energy-Charts (Europe), Energinet (DK1/DK2), SMARD (DE), Elia (BE), NESO (GB), Elexon/BMRS (GB), and ENTSOG (EU gas). Fingrid (FI), GIE AGSI/ALSI (European gas), and TenneT (NL) are also built in and use free API keys. For the United States, CAISO OASIS and NYISO provide no-auth market and system data. EIA-930 provides nationwide hourly balancing-authority load, forecasts, fuel generation, and physical interchange with a free EIA key. Global historical meteorology and solar data are available from NASA POWER without an API key; official U.S. hourly forecasts are available from NOAA/NWS. ENTSO-E and other key-protected sources can be configured as described in API key setup below.
Install
pip install clarigridFor the interactive setup wizard and CLI tools:
pip install clarigrid[auth]Quick start
import clarigrid as cg
# Free providers — no key required.
cg.connect("smard") # DE prices, load, generation
cg.connect("elia") # BE load, generation
cg.connect("neso") # GB load, embedded generation
cg.connect("elexon") # GB prices, generation mix
cg.connect("entsog") # EU gas flows (any TSO zone)
cg.connect("energycharts") # European prices, power, forecasts and flows
cg.connect("energinet") # DK1/DK2 prices, power, forecasts, flows and CO2
cg.connect("redata") # ES load, generation, capacity and cross-border flows
cg.connect("rte") # FR load, generation, forecasts, exchanges and CO2
cg.connect("fingrid") # FI power, forecasts, flows, balancing and CO2 (free key)
cg.connect("gie") # European gas storage and LNG inventory (free key)
cg.connect("eia") # US balancing-authority load, generation and flows (free key)
cg.connect("caiso") # CAISO day-ahead hub prices (no key)
cg.connect("nyiso") # NYISO prices, load, forecasts and fuel mix (no key)
cg.connect("nasapower") # Global daily/hourly weather and solar data (no key)
cg.connect("nws") # Official U.S. hourly weather forecasts (no key)
# Optional: set output timezone (default is UTC).
cg.set_timezone("Europe/API key setup
Some providers (ENTSO-E, TenneT) require a personal API key issued by the upstream data source. Clarigrid supports two ways to supply these keys.
Option 1 — ClarigGrid account (recommended)
Store all your provider keys in one place at clarigrid.energy/saved. The SDK then fetches them automatically using a single ClarigGrid API key.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http clarigrid https://mcp.clarigrid.energy/mcp
Clarigrid: common questions
- Is Clarigrid MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Clarigrid safety report
- How do I install Clarigrid?
- It runs remotely at mcp.clarigrid.energy. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Clarigrid need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is Clarigrid maintained?
- The last commit was 3 days ago (2026-09-21). The latest release is v0.2.0.
- Is Clarigrid up?
- 95% of our last 21 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Clarigrid?
- Servers from other publishers that do the same job: Weather Data MCP Server, HasData Airbnb MCP server and Noaa Spaceweather MCP server. Compare all Clarigrid alternatives.
Alternatives to Clarigrid
Same job from other publishers: the closest match first, then the best rated.
- Weather Data MCP Server17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfiresnot reviewedEstablishedA
- HasData AirbnbAirbnb stays by location and dates, and full listing details, as structured JSON.not reviewedGrowingA
- Noaa SpaceweatherNOAA SWPC space weather: storm scales, Kp index, aurora forecasts, solar wind, activity, alerts.not reviewedGrowingA
- Smarter WeatherSmarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.not reviewedGrowingA
- GeoSphere Austria WeatherHigh-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only.not reviewedGrowingA